Skip to content

Commit 7e47731

Browse files
Version Packages (beta)
1 parent 6092b6e commit 7e47731

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@
77
"changesets": [
88
"afraid-zebras-punch",
99
"cold-tips-accept",
10+
"cool-dogs-applaud",
1011
"curvy-dragons-talk",
1112
"curvy-monkeys-kneel",
1213
"cyan-insects-love",
1314
"cyan-sloths-grin",
1415
"dry-crabs-thank",
16+
"dry-tools-chew",
1517
"dull-snakes-turn",
1618
"early-pens-retire",
1719
"famous-ladybugs-reflect",
@@ -51,9 +53,11 @@
5153
"small-tomatoes-explode",
5254
"smooth-clouds-sort",
5355
"smooth-forks-shop",
56+
"sour-weeks-suffer",
5457
"spotty-news-stare",
5558
"strange-drinks-report",
5659
"tasty-wasps-relate",
60+
"ten-cherries-clap",
5761
"twelve-files-promise",
5862
"warm-pandas-cry",
5963
"wild-mice-nail"

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @apollo/client
22

3+
## 3.8.0-beta.6
4+
5+
### Patch Changes
6+
7+
- [#11027](https://github.com/apollographql/apollo-client/pull/11027) [`e47cfd04e`](https://github.com/apollographql/apollo-client/commit/e47cfd04ec50cb4c19828f4d655eb0f989cdcf7d) Thanks [@phryneas](https://github.com/phryneas)! - Prevents the DevTool installation warning to be turned into a documentation link.
8+
9+
- [#11013](https://github.com/apollographql/apollo-client/pull/11013) [`5ed2cfdaf`](https://github.com/apollographql/apollo-client/commit/5ed2cfdaf9030550d4c82200a5a690b112ad3335) Thanks [@alessbell](https://github.com/alessbell)! - Make private fields `inFlightLinkObservables` and `fetchCancelFns` protected in QueryManager in order to make types available in [`@apollo/experimental-nextjs-app-support`](https://www.npmjs.com/package/@apollo/experimental-nextjs-app-support) package when extending the `ApolloClient` class.
10+
11+
- [#11032](https://github.com/apollographql/apollo-client/pull/11032) [`6a4da900a`](https://github.com/apollographql/apollo-client/commit/6a4da900a1bc5da3524caabd64bb30945e66f675) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Throw errors in `useSuspenseQuery` for errors returned in incremental chunks when `errorPolicy` is `none`. This provides a more consistent behavior of the `errorPolicy` in the hook.
12+
13+
### Potentially breaking change
14+
15+
Previously, if you issued a query with `@defer` and relied on `errorPolicy: 'none'` to set the `error` property returned from `useSuspenseQuery` when the error was returned in an incremental chunk, this error is now thrown. Switch the `errorPolicy` to `all` to avoid throwing the error and instead return it in the `error` property.
16+
17+
- [#11025](https://github.com/apollographql/apollo-client/pull/11025) [`6092b6edf`](https://github.com/apollographql/apollo-client/commit/6092b6edf67ef311954c18c778ed0bdca1b77258) Thanks [@jerelmiller](https://github.com/jerelmiller)! - `useSuspenseQuery` and `useBackgroundQuery` will now properly apply changes to its options between renders.
18+
319
## 3.8.0-beta.5
420

521
### Patch Changes

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client",
3-
"version": "3.8.0-beta.5",
3+
"version": "3.8.0-beta.6",
44
"description": "A fully-featured caching GraphQL client.",
55
"private": true,
66
"keywords": [

0 commit comments

Comments
 (0)