apollo-client
apollo-client copied to clipboard
Release 3.7.0
Like the Release 3.6.0 PR, this PR will serve to collect significant new features, deprecation warnings, and minor breaking changes that we intend to release in @apollo/[email protected].
If you want to test these changes, run
npm i @apollo/[email protected]
in your application, where the n in -beta.n comes from the most recent commit message like
Bump @apollo/client npm version to 3.7.0-beta.n.
Until v3.7.0 is released, we can continue merging smaller changes into main and releasing them, without worrying about larger changes on the release-3.7 branch.
~NB: the fix in https://github.com/apollographql/apollo-client/pull/9918 is concerned with useFragment so I should make another PR into release-3.7 while removing references to useBackgroundQuery in the test.~
Edit: this was done in https://github.com/apollographql/apollo-client/pull/10030
I've seen that test failure before, and I think it may be worth investigating.