Skip to content

Commit 336e5fe

Browse files
Version Packages (alpha)
1 parent 7627000 commit 336e5fe

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"changesets": [
1010
"big-flowers-move",
1111
"cold-kiwis-give",
12+
"early-flies-thank",
1213
"famous-hats-explode",
1314
"few-parrots-raise",
1415
"flat-worms-notice",
@@ -28,6 +29,8 @@
2829
"six-islands-drum",
2930
"slimy-ducks-scream",
3031
"spicy-eels-switch",
31-
"unlucky-cooks-rhyme"
32+
"tricky-cycles-buy",
33+
"unlucky-cooks-rhyme",
34+
"wicked-dingos-approve"
3235
]
3336
}

CHANGELOG.md

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

3+
## 4.1.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- [#13010](https://github.com/apollographql/apollo-client/pull/13010) [`7627000`](https://github.com/apollographql/apollo-client/commit/76270002254b0c6acb18872a39ab180f9f1e4067) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Fix an issue where errors parsed from incremental chunks in `ErrorLink` might throw when using the `GraphQL17Alpha9Handler`.
8+
9+
- [#13010](https://github.com/apollographql/apollo-client/pull/13010) [`7627000`](https://github.com/apollographql/apollo-client/commit/76270002254b0c6acb18872a39ab180f9f1e4067) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Handle `@stream` payloads that send multiple items in the same chunk when using the `Defer20220824Handler`.
10+
11+
- [#13010](https://github.com/apollographql/apollo-client/pull/13010) [`7627000`](https://github.com/apollographql/apollo-client/commit/76270002254b0c6acb18872a39ab180f9f1e4067) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Handle an edge case with the `Defer20220824Handler` where an error for a `@stream` item that bubbles to the `@stream` boundary (such as an item returning `null` for a non-null array item) would write items from future chunks to the wrong array index. In these cases, the `@stream` field is no longer processed and future updates to the field are ignored. This prevents runtime errors that TypeScript would otherwise not be able to catch.
12+
313
## 4.1.0-alpha.4
414

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

0 commit comments

Comments
 (0)