Skip to content

Commit 70a124d

Browse files
Version Packages (rc)
1 parent 0506f12 commit 70a124d

4 files changed

Lines changed: 33 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"four-toes-serve",
6464
"fresh-moose-hope",
6565
"fresh-swans-remain",
66+
"friendly-news-drive",
6667
"friendly-olives-refuse",
6768
"friendly-walls-think",
6869
"funny-boats-wink",
@@ -110,6 +111,7 @@
110111
"late-bottles-add",
111112
"late-trainers-peel",
112113
"lazy-baboons-rescue",
114+
"lemon-carrots-breathe",
113115
"lemon-pans-sit",
114116
"light-apes-rescue",
115117
"light-dolphins-taste",
@@ -127,6 +129,7 @@
127129
"mean-beans-agree",
128130
"mean-lizards-think",
129131
"metal-needles-search",
132+
"mighty-buckets-hide",
130133
"mighty-carrots-bathe",
131134
"mighty-jobs-drum",
132135
"mighty-penguins-wink",
@@ -162,6 +165,7 @@
162165
"proud-walls-shave",
163166
"purple-balloons-accept",
164167
"purple-bears-flash",
168+
"purple-eyes-divide",
165169
"purple-lions-cough",
166170
"rare-apes-drive",
167171
"rare-dingos-doubt",
@@ -186,6 +190,7 @@
186190
"shaggy-pugs-add",
187191
"shaggy-singers-tickle",
188192
"sharp-glasses-sneeze",
193+
"sharp-lemons-bathe",
189194
"shiny-carrots-invent",
190195
"short-jokes-jam",
191196
"short-months-complain",
@@ -221,6 +226,7 @@
221226
"sour-guests-poke",
222227
"sour-kids-deliver",
223228
"sour-pillows-guess",
229+
"sour-wombats-shout",
224230
"spotty-days-compete",
225231
"spotty-mugs-poke",
226232
"stale-games-live",
@@ -244,10 +250,12 @@
244250
"thirty-pens-jump",
245251
"tidy-pandas-punch",
246252
"tidy-squids-poke",
253+
"tough-hairs-develop",
247254
"tough-olives-fry",
248255
"tough-rockets-allow",
249256
"tough-taxis-smoke",
250257
"tough-tips-drop",
258+
"tricky-glasses-reply",
251259
"tricky-tables-shave",
252260
"twelve-mangos-dance",
253261
"twenty-numbers-perform",

CHANGELOG.md

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

3+
## 4.0.0-rc.8
4+
5+
### Major Changes
6+
7+
- [#12825](https://github.com/apollographql/apollo-client/pull/12825) [`292b949`](https://github.com/apollographql/apollo-client/commit/292b949e9e1d10a715e0fd403737361f91432fbf) Thanks [@jerelmiller](https://github.com/jerelmiller)! - The `serializeFetchParameter` helper is no longer exported and `JSON.stringify` is used directly. As such, the `ClientParseError` type has also been removed in favor of throwing any JSON serialize errors directly.
8+
9+
- [#12824](https://github.com/apollographql/apollo-client/pull/12824) [`0506f12`](https://github.com/apollographql/apollo-client/commit/0506f12936d3fe7c840e5d56a5efa20bbce1525e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Ensure the `error` argument for the `delay` and `attempts` functions on `RetryLink` are an `ErrorLike`.
10+
11+
- [#12823](https://github.com/apollographql/apollo-client/pull/12823) [`19e315e`](https://github.com/apollographql/apollo-client/commit/19e315e316ae458913f4d11961b0a2a365df0a19) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Move all 1st party link types into a namespace.
12+
13+
- [#12823](https://github.com/apollographql/apollo-client/pull/12823) [`19e315e`](https://github.com/apollographql/apollo-client/commit/19e315e316ae458913f4d11961b0a2a365df0a19) Thanks [@jerelmiller](https://github.com/jerelmiller)! - The `OperationBatcher` class is no longer exported from `@apollo/client/link/batch`. It is an implementation detail of `BatchLink` and should not be relied on directly.
14+
15+
### Patch Changes
16+
17+
- [#12824](https://github.com/apollographql/apollo-client/pull/12824) [`0506f12`](https://github.com/apollographql/apollo-client/commit/0506f12936d3fe7c840e5d56a5efa20bbce1525e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - `RetryLink` now emits a `next` event instead of an `error` event when encountering a protocol errors for multipart subscriptions when the operation is not retried. This ensures the observable notification remains the same as when `RetryLink` is not used.
18+
19+
- [#12820](https://github.com/apollographql/apollo-client/pull/12820) [`fba3d9e`](https://github.com/apollographql/apollo-client/commit/fba3d9ec96cce9f1a89908e4f33361e27d1f52b4) Thanks [@jerelmiller](https://github.com/jerelmiller)! - The `fetchOptions` option provided to `HttpLink` and `BatchHttpLink` is now `RequestInit` instead of `any`. The `credentials` option is now a `RequestCredentials` type instead of a `string`.
20+
21+
- [#12823](https://github.com/apollographql/apollo-client/pull/12823) [`19e315e`](https://github.com/apollographql/apollo-client/commit/19e315e316ae458913f4d11961b0a2a365df0a19) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix the type of the argument for the `sha256` function for `PersistedQueryLink` from `...any[]` to `string`.
22+
23+
- [#12821](https://github.com/apollographql/apollo-client/pull/12821) [`223a409`](https://github.com/apollographql/apollo-client/commit/223a4094f401bbe7fd3e4c249fa405843b63ba2e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add a deprecation warning to `WebSocketLink`.
24+
325
## 4.0.0-rc.7
426

527
### 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.7",
3+
"version": "4.0.0-rc.8",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)