- BREAKING: Split
ApolloCore
into two more granular libraries,ApolloAPI
(which will contain the parts necessary to compile generated code) andApolloUtils
(which will contain code shared betweenApollo
andApolloCodegenLib
). If you were previously importingApolloCore
, in most places you will need to importApolloUtils
. If you're using Carthage, you will need to remove the oldApolloCore
xcframework and replace it with the twoApolloAPI
andApolloUtils
frameworks. (#1817) - Fixed a retain cycle in
GraphQLQueryWatcher
. Thanks @gpambrozio! (#1826) - Fixed a stray CocoaPods warning. (#1769)
- Updated the Typescript CLI to version 2.32.13. (#1773)
- Added the ability to specify a
cachePolicy
when callingrefresh
on aGraphQLWatcher
. (#1802)