Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Nov 27, 2024
1 parent 8042ff0 commit 0c519a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/healthy-lemons-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@urql/core': patch
---

Increase strictness of merging incrementally delivered result payloads (e.g. for `fetchSubscriptions: true` or other streamed results). `hasNext` will now be set to `false` early if a non-incremental response (e.g. from subscriptions) has errored, and the fetch transport will now abort early if `hasNext` has been forced to `false`.

0 comments on commit 0c519a2

Please sign in to comment.