Skip to content

Commit 37728ee

Browse files
authored
Upcoming Release Changes (#623)
1 parent 747c01c commit 37728ee

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/popular-jobs-deliver.md

-7
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# graphql-ws
22

3+
## 6.0.3
4+
5+
### Patch Changes
6+
7+
- [`747c01c`](https://github.com/enisdenjo/graphql-ws/commit/747c01c73e9ca547edcbd17c8df2df3a98e8dbea) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Drop `ExecutionPatchResult` and `FormattedExecutionPatchResult` types
8+
9+
Neither of the types are officially supported (yet) and the future versions of graphql-js adding support for stream/defer will a different signature for the incremental execution result.
10+
311
## 6.0.2
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "6.0.2",
3+
"version": "6.0.3",
44
"type": "module",
55
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
66
"repository": {

0 commit comments

Comments
 (0)