···11----
22-'@urql/core': patch
33----
44-55-Add missing `fetchSubscriptions` entry to `OperationContext`. The Client’s `fetchSubscriptions` now works properly and can be used to execute subscriptions as multipart/event-stream requests.
-5
.changeset/lazy-needles-give.md
···11----
22-'@urql/core': patch
33----
44-55-Fix `fetchSource` not working for subscriptions since `hasNext` isn’t necessarily set.
···11# @urql/core
2233+## 4.0.10
44+55+### Patch Changes
66+77+- Add missing `fetchSubscriptions` entry to `OperationContext`. The Client’s `fetchSubscriptions` now works properly and can be used to execute subscriptions as multipart/event-stream requests
88+ Submitted by [@kitten](https://github.com/kitten) (See [#3244](https://github.com/urql-graphql/urql/pull/3244))
99+- ⚠️ Fix `fetchSource` not working for subscriptions since `hasNext` isn’t necessarily set
1010+ Submitted by [@kitten](https://github.com/kitten) (See [#3244](https://github.com/urql-graphql/urql/pull/3244))
1111+312## 4.0.9
413514### Patch Changes
+1-1
packages/core/package.json
···11{
22 "name": "@urql/core",
33- "version": "4.0.9",
33+ "version": "4.0.10",
44 "description": "The shared core for the highly customizable and versatile GraphQL client",
55 "sideEffects": false,
66 "homepage": "https://formidable.com/open-source/urql/docs/",