@graphql-mesh/transport-ws 0.4.17-rc-4d0421af79ff40452e2b1577b92be07349c89396 → 1.0.0-alpha-3280cb5550288831bfd63abd59265cd5bbac5fcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,15 +1,25 @@
|
|
1
1
|
# @graphql-mesh/transport-ws
|
2
2
|
|
3
|
-
## 0.
|
3
|
+
## 1.0.0-alpha-3280cb5550288831bfd63abd59265cd5bbac5fcc
|
4
|
+
|
5
|
+
### Major Changes
|
6
|
+
|
7
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`e968bd9`](https://github.com/graphql-hive/gateway/commit/e968bd9f7572217e885e8ddeb71f33cdd3e5064e) Thanks [@enisdenjo](https://github.com/enisdenjo)! - WebSocket transport is stable and production ready
|
8
|
+
|
9
|
+
### Minor Changes
|
10
|
+
|
11
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`db32dfb`](https://github.com/graphql-hive/gateway/commit/db32dfb4f231e6a20e5c5932ca921823debf3188) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade graphql-ws to v6
|
12
|
+
|
13
|
+
If you have a custom graphql-ws configuration when using the transport, you will have to migrate the graphql-ws side to v6. [Please consult the changelog of graphql-ws.](https://github.com/enisdenjo/graphql-ws/releases/tag/v6.0.0)
|
4
14
|
|
5
15
|
### Patch Changes
|
6
16
|
|
7
|
-
- [#
|
17
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`bd40c9b`](https://github.com/graphql-hive/gateway/commit/bd40c9b629efad6a7a3c91535359e2768bf6bcbf) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
8
18
|
|
9
|
-
- Updated dependency [`graphql-ws@^6.0.
|
19
|
+
- Updated dependency [`graphql-ws@^6.0.1` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.1) (from `^5.16.0`, in `dependencies`)
|
10
20
|
|
11
|
-
- Updated dependencies [[`
|
12
|
-
- @graphql-tools/executor-graphql-ws@
|
21
|
+
- Updated dependencies [[`bd40c9b`](https://github.com/graphql-hive/gateway/commit/bd40c9b629efad6a7a3c91535359e2768bf6bcbf), [`db32dfb`](https://github.com/graphql-hive/gateway/commit/db32dfb4f231e6a20e5c5932ca921823debf3188)]:
|
22
|
+
- @graphql-tools/executor-graphql-ws@2.0.0-alpha-3280cb5550288831bfd63abd59265cd5bbac5fcc
|
13
23
|
|
14
24
|
## 0.4.16
|
15
25
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-ws",
|
3
|
-
"version": "0.
|
3
|
+
"version": "1.0.0-alpha-3280cb5550288831bfd63abd59265cd5bbac5fcc",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -47,9 +47,9 @@
|
|
47
47
|
"@graphql-mesh/transport-common": "^0.7.27",
|
48
48
|
"@graphql-mesh/types": "^0.103.6",
|
49
49
|
"@graphql-mesh/utils": "^0.103.6",
|
50
|
-
"@graphql-tools/executor-graphql-ws": "
|
50
|
+
"@graphql-tools/executor-graphql-ws": "2.0.0-alpha-3280cb5550288831bfd63abd59265cd5bbac5fcc",
|
51
51
|
"@graphql-tools/utils": "^10.7.0",
|
52
|
-
"graphql-ws": "^6.0.
|
52
|
+
"graphql-ws": "^6.0.1",
|
53
53
|
"tslib": "^2.8.1",
|
54
54
|
"ws": "^8.18.0"
|
55
55
|
},
|