Skip to content

Commit 9d092d5

Browse files
Version Packages (rc)
1 parent 292b949 commit 9d092d5

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.changeset/pre.json

Lines changed: 3 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",
@@ -162,6 +163,7 @@
162163
"proud-walls-shave",
163164
"purple-balloons-accept",
164165
"purple-bears-flash",
166+
"purple-eyes-divide",
165167
"purple-lions-cough",
166168
"rare-apes-drive",
167169
"rare-dingos-doubt",
@@ -248,6 +250,7 @@
248250
"tough-rockets-allow",
249251
"tough-taxis-smoke",
250252
"tough-tips-drop",
253+
"tricky-glasses-reply",
251254
"tricky-tables-shave",
252255
"twelve-mangos-dance",
253256
"twenty-numbers-perform",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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+
### Patch Changes
10+
11+
- [#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`.
12+
13+
- [#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`.
14+
315
## 4.0.0-rc.7
416

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