Skip to content

Commit ede7e0c

Browse files
Version Packages (rc) (#12826)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ff548d commit ede7e0c

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

.changeset/pre.json

Lines changed: 9 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",
@@ -154,6 +157,7 @@
154157
"perfect-vans-give",
155158
"pink-ladybugs-cough",
156159
"plenty-deers-clean",
160+
"plenty-flies-relate",
157161
"polite-bees-care",
158162
"poor-eels-punch",
159163
"poor-spiders-hunt",
@@ -162,6 +166,7 @@
162166
"proud-walls-shave",
163167
"purple-balloons-accept",
164168
"purple-bears-flash",
169+
"purple-eyes-divide",
165170
"purple-lions-cough",
166171
"rare-apes-drive",
167172
"rare-dingos-doubt",
@@ -186,6 +191,7 @@
186191
"shaggy-pugs-add",
187192
"shaggy-singers-tickle",
188193
"sharp-glasses-sneeze",
194+
"sharp-lemons-bathe",
189195
"shiny-carrots-invent",
190196
"short-jokes-jam",
191197
"short-months-complain",
@@ -221,6 +227,7 @@
221227
"sour-guests-poke",
222228
"sour-kids-deliver",
223229
"sour-pillows-guess",
230+
"sour-wombats-shout",
224231
"spotty-days-compete",
225232
"spotty-mugs-poke",
226233
"stale-games-live",
@@ -244,10 +251,12 @@
244251
"thirty-pens-jump",
245252
"tidy-pandas-punch",
246253
"tidy-squids-poke",
254+
"tough-hairs-develop",
247255
"tough-olives-fry",
248256
"tough-rockets-allow",
249257
"tough-taxis-smoke",
250258
"tough-tips-drop",
259+
"tricky-glasses-reply",
251260
"tricky-tables-shave",
252261
"twelve-mangos-dance",
253262
"twenty-numbers-perform",

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
- [#12819](https://github.com/apollographql/apollo-client/pull/12819) [`7ff548d`](https://github.com/apollographql/apollo-client/commit/7ff548dab0f38bfe315fce6cc51105c93d112271) Thanks [@jerelmiller](https://github.com/jerelmiller)! - update type of `HttpLink.Options.fetchOptions` to `RequestInit`
20+
21+
- [#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`.
22+
23+
- [#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`.
24+
25+
- [#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`.
26+
327
## 4.0.0-rc.7
428

529
### 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)