3.8.0-alpha.11
Minor Changes
- #10567
c2ce6496cThanks @benjamn! - AllowApolloCacheimplementations to specify default value forassumeImmutableResultsclient option, improving performance for applications currently usingInMemoryCachewithout configuringnew ApolloClient({ assumeImmutableResults: true })
Patch Changes
-
#10672
932252b0cThanks @jerelmiller! - Fix the compatibility betweenuseSuspenseQueryand React'suseDeferredValueandstartTransitionAPIs to allow React to show stale UI while the changes to the variable cause the component to suspend.Breaking change
nextFetchPolicysupport has been removed fromuseSuspenseQuery. If you are using this option, remove it, otherwise it will be ignored.