Skip to content

Commit 4665b0c

Browse files
Version Packages (alpha) (#12501)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff2cbe1 commit 4665b0c

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"four-ghosts-watch",
2626
"fresh-moose-hope",
2727
"funny-jeans-invent",
28+
"giant-bags-share",
2829
"good-dolphins-peel",
2930
"gorgeous-chefs-tap",
3031
"grumpy-vans-type",
@@ -48,6 +49,7 @@
4849
"mighty-penguins-wink",
4950
"modern-feet-do",
5051
"moody-lobsters-listen",
52+
"nervous-fireants-bow",
5153
"nervous-goats-allow",
5254
"nice-donkeys-reflect",
5355
"nice-waves-work",
@@ -81,6 +83,8 @@
8183
"tall-bikes-develop",
8284
"tall-cups-suffer",
8385
"tame-doors-shop",
86+
"tame-points-work",
87+
"tender-swans-flash",
8488
"thick-books-grin",
8589
"tidy-squids-poke",
8690
"tough-rockets-allow",

CHANGELOG.md

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

3+
## 4.0.0-alpha.6
4+
5+
### Major Changes
6+
7+
- [#12485](https://github.com/apollographql/apollo-client/pull/12485) [`d338303`](https://github.com/apollographql/apollo-client/commit/d3383033d306b7d66e90f5f3170c24453cd76464) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Throw an error for queries and mutations if the link chain completes without emitting a value.
8+
9+
- [#12484](https://github.com/apollographql/apollo-client/pull/12484) [`9a8b9ce`](https://github.com/apollographql/apollo-client/commit/9a8b9cebbcf290984a4f154f261a4090e636e50e) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Remove `loading`, `networkStatus`, and `partial` properties on all promise-based query APIs. These properties were mostly static and were unnecessary since promise resolution guaranteed that the query was not longer loading.
10+
11+
This affects the following APIs:
12+
13+
- `client.query`
14+
- `client.refetchQueries`
15+
- `client.reFetchObservableQueries`
16+
- `client.resetStore`
17+
- `observableQuery.fetchMore`
18+
- `observableQuery.refetch`
19+
- `observableQuery.reobserve`
20+
- `observableQuery.setVariables`
21+
- The `useLazyQuery` `execute` function
22+
23+
### Minor Changes
24+
25+
- [#12497](https://github.com/apollographql/apollo-client/pull/12497) [`ff2cbe1`](https://github.com/apollographql/apollo-client/commit/ff2cbe1db1815c30f5fda7f6c07091663e065582) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Add a `data` property to `CombinedGraphQLErrors` that captures any partial data returned by the GraphQL response when `errors` are also returned.
26+
27+
- [#12488](https://github.com/apollographql/apollo-client/pull/12488) [`c98b633`](https://github.com/apollographql/apollo-client/commit/c98b6335de5b15e546aa5db79a8cf2dc9d914dcf) Thanks [@phryneas](https://github.com/phryneas)! - Add a new method for static SSR of React components, `prerenderStatic`.
28+
The old methods, `getDataFromTree`, `getMarkupFromTree` and `renderToStringWithData`
29+
have been deprecated in favor of `prerenderStatic`.
30+
31+
If used with React 19 and the `prerender` or `prerenderToNodeStream` apis from
32+
`react-dom/static`, this method can now be used to SSR-prerender suspense-enabled
33+
hook APIs.
34+
335
## 4.0.0-alpha.5
436

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

0 commit comments

Comments
 (0)