apollo-client icon indicating copy to clipboard operation
apollo-client copied to clipboard

Release 3.7.0

Open benjamn opened this issue 3 years ago • 2 comments

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.

benjamn avatar Apr 27 '22 18:04 benjamn

~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

alessbell avatar Aug 11 '22 18:08 alessbell

I've seen that test failure before, and I think it may be worth investigating.

benjamn avatar Sep 08 '22 23:09 benjamn