Skip to content

Commit f23f1a3

Browse files
Version Packages (rc)
1 parent ed3dec6 commit f23f1a3

4 files changed

Lines changed: 42 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@
1919
"brave-moons-juggle",
2020
"brave-pandas-battle",
2121
"brave-radios-wait",
22+
"breezy-lions-rule",
2223
"bright-ads-share",
2324
"brown-bobcats-joke",
2425
"calm-frogs-remain",
2526
"calm-seals-relate",
2627
"chatty-planes-grin",
28+
"chilled-cameras-scream",
2729
"chilly-hairs-kick",
2830
"chilly-kiwis-pretend",
2931
"clean-sheep-hide",
@@ -88,10 +90,12 @@
8890
"good-dolphins-peel",
8991
"good-kings-tell",
9092
"gorgeous-chefs-tap",
93+
"great-jobs-fetch",
9194
"great-peaches-design",
9295
"great-roses-jog",
9396
"great-scissors-jam",
9497
"great-seas-buy",
98+
"great-suns-cover",
9599
"grumpy-vans-type",
96100
"healthy-apes-sneeze",
97101
"healthy-books-flash",
@@ -162,6 +166,7 @@
162166
"old-melons-double",
163167
"olive-cougars-ring",
164168
"orange-suits-laugh",
169+
"perfect-donuts-roll",
165170
"perfect-ducks-reflect",
166171
"perfect-vans-give",
167172
"pink-ladybugs-cough",
@@ -171,6 +176,7 @@
171176
"poor-eels-punch",
172177
"poor-spiders-hunt",
173178
"popular-games-sleep",
179+
"popular-waves-drop",
174180
"pretty-rocks-behave",
175181
"proud-walls-shave",
176182
"purple-balloons-accept",
@@ -206,6 +212,8 @@
206212
"short-jokes-jam",
207213
"short-months-complain",
208214
"short-tomatoes-attend",
215+
"shy-boxes-exercise",
216+
"shy-dragons-tease",
209217
"shy-experts-cough",
210218
"silent-lobsters-try",
211219
"silent-needles-build",
@@ -231,6 +239,7 @@
231239
"smart-rats-explode",
232240
"smart-ways-lay",
233241
"smooth-coins-collect",
242+
"smooth-countries-cough",
234243
"smooth-pens-reply",
235244
"soft-mails-clean",
236245
"sour-colts-tell",
@@ -241,6 +250,7 @@
241250
"sour-wombats-shout",
242251
"spotty-days-compete",
243252
"spotty-mugs-poke",
253+
"spotty-walls-repair",
244254
"stale-games-live",
245255
"strange-seahorses-impress",
246256
"strange-walls-march",
@@ -260,6 +270,7 @@
260270
"thin-peas-hear",
261271
"thirty-lemons-rhyme",
262272
"thirty-pens-jump",
273+
"tidy-bulldogs-exercise",
263274
"tidy-pandas-punch",
264275
"tidy-squids-poke",
265276
"tough-hairs-develop",

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# @apollo/client
22

3+
## 4.0.0-rc.14
4+
5+
### Minor Changes
6+
7+
- [#12752](https://github.com/apollographql/apollo-client/pull/12752) [`8b779b4`](https://github.com/apollographql/apollo-client/commit/8b779b428b9dc9dad3e78f02bba6646ff415631d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and warnings to remaining APIs changed in Apollo Client 4.0.
8+
9+
- [#12746](https://github.com/apollographql/apollo-client/pull/12746) [`0bcd2f4`](https://github.com/apollographql/apollo-client/commit/0bcd2f4ead372eb5928bbd5c00b0bd48e497a5e1) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add warnings and deprecations for options and methods for all React APIs.
10+
11+
- [#12751](https://github.com/apollographql/apollo-client/pull/12751) [`567cad8`](https://github.com/apollographql/apollo-client/commit/567cad8fcc30ac3b82560abc24970d33f160622e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add `@deprecated` tags to all properties returned from any query API (e.g. `client.query`, `observableQuery.refetch`, etc.), `client.mutate`, and `client.subscribe` that are no longer available in Apollo Client 4.0.
12+
13+
- [#12746](https://github.com/apollographql/apollo-client/pull/12746) [`0bcd2f4`](https://github.com/apollographql/apollo-client/commit/0bcd2f4ead372eb5928bbd5c00b0bd48e497a5e1) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add `preloadQuery.toPromise(queryRef)` as a replacement for `queryRef.toPromise()`. `queryRef.toPromise()` has been removed in Apollo Client 4.0 in favor of `preloadQuery.toPromise` and is now considered deprecated.
14+
15+
- [#12736](https://github.com/apollographql/apollo-client/pull/12736) [`ea89440`](https://github.com/apollographql/apollo-client/commit/ea8944013278060ef87dfa4de6663a21b5204880) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and deprecation warnings for `ApolloClient` options and methods.
16+
17+
- [#12763](https://github.com/apollographql/apollo-client/pull/12763) [`5de6a3d`](https://github.com/apollographql/apollo-client/commit/5de6a3d3189afa2a7c3bb2eb08d3c4394ae4a16d) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Version bump only to release latest as `rc`.
18+
19+
- [#12459](https://github.com/apollographql/apollo-client/pull/12459) [`1c5a031`](https://github.com/apollographql/apollo-client/commit/1c5a0313d388945aeda93b2c1992ad77f4416fa1) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Reset `addTypenameTransform` and `fragments` caches when calling `cache.gc()` only when `resetResultCache` is `true`.
20+
21+
- [#12743](https://github.com/apollographql/apollo-client/pull/12743) [`92ad409`](https://github.com/apollographql/apollo-client/commit/92ad4097e5c83e0a780ede20db34e9e63fb98e8b) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and warnings for `addTypename` in `InMemoryCache` and `MockedProvider`.
22+
23+
- [#12743](https://github.com/apollographql/apollo-client/pull/12743) [`92ad409`](https://github.com/apollographql/apollo-client/commit/92ad4097e5c83e0a780ede20db34e9e63fb98e8b) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add deprecations and warnings for `canonizeResults`.
24+
25+
- [#12751](https://github.com/apollographql/apollo-client/pull/12751) [`567cad8`](https://github.com/apollographql/apollo-client/commit/567cad8fcc30ac3b82560abc24970d33f160622e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Warn when using a `standby` fetch policy with `client.query`.
26+
27+
### Patch Changes
28+
29+
- [#12750](https://github.com/apollographql/apollo-client/pull/12750) [`ecf3de1`](https://github.com/apollographql/apollo-client/commit/ecf3de1cc9a2cf3aaeba0c945909324b9e4b478a) Thanks [@phryneas](https://github.com/phryneas)! - Prevent field policies from overwriting/merging into supertype field policies.
30+
331
## 4.0.0-rc.13
432

533
### Major Changes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "4.0.0-rc.13",
3+
"version": "4.0.0-rc.14",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)