Skip to content

Commit 1ac6272

Browse files
committed
Update changeset
1 parent b0ca350 commit 1ac6272

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/tricky-cycles-buy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@apollo/client": patch
33
---
44

5-
Handle `@stream` payloads that send multiple items in the same chunk when using the older incremental format.
5+
Handle `@stream` payloads that send multiple items in the same chunk when using the `Defer20220824Handler`.

.changeset/wicked-dingos-approve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"@apollo/client": patch
33
---
44

5-
Handle an edge case with the `Defer20220824Handler` incremental handler 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 future chunks to the wrong index in the array. 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.
5+
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.

0 commit comments

Comments
 (0)