@graphql-mesh/transport-ws 1.0.0-alpha-bd0af4a56479f0e8e3af2102f4cbe36afc359968 → 1.0.0-alpha-3fe5280b9718f6fccb2ec405a65f011281d60061
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 +8 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,30 +1,30 @@
|
|
1
1
|
# @graphql-mesh/transport-ws
|
2
2
|
|
3
|
-
## 1.0.0-alpha-
|
3
|
+
## 1.0.0-alpha-3fe5280b9718f6fccb2ec405a65f011281d60061
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`
|
7
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`f339678`](https://github.com/graphql-hive/gateway/commit/f3396781e204b51f5bb8fb317be3126fe53deef1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - WebSocket transport options allow configuring only `connectionParams`
|
8
8
|
|
9
9
|
In most of the cases you won't need to configure the underlying graphql-ws client any further.
|
10
10
|
|
11
|
-
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`
|
11
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`ce1500c`](https://github.com/graphql-hive/gateway/commit/ce1500c472a41fe31fa65184bf84e53bb9bec41f) Thanks [@enisdenjo](https://github.com/enisdenjo)! - WebSocket transport is stable and production ready
|
12
12
|
|
13
13
|
### Minor Changes
|
14
14
|
|
15
|
-
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`
|
15
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`52cd37f`](https://github.com/graphql-hive/gateway/commit/52cd37f73ff0437f4635e67c99b4e1c109ecc887) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Upgrade graphql-ws to v6
|
16
16
|
|
17
17
|
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)
|
18
18
|
|
19
19
|
### Patch Changes
|
20
20
|
|
21
|
-
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`
|
21
|
+
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`84c384e`](https://github.com/graphql-hive/gateway/commit/84c384ef2eeda03b4554b85cef63cbdc531468c9) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
22
22
|
|
23
|
-
- Updated dependency [`graphql-ws@^6.0.
|
23
|
+
- Updated dependency [`graphql-ws@^6.0.3` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.3) (from `^5.16.0`, in `dependencies`)
|
24
24
|
- Added dependency [`isomorphic-ws@^5.0.0` ↗︎](https://www.npmjs.com/package/isomorphic-ws/v/5.0.0) (to `dependencies`)
|
25
25
|
|
26
|
-
- Updated dependencies [[`
|
27
|
-
- @graphql-tools/executor-graphql-ws@2.0.0-alpha-
|
26
|
+
- Updated dependencies [[`84c384e`](https://github.com/graphql-hive/gateway/commit/84c384ef2eeda03b4554b85cef63cbdc531468c9), [`f339678`](https://github.com/graphql-hive/gateway/commit/f3396781e204b51f5bb8fb317be3126fe53deef1), [`f339678`](https://github.com/graphql-hive/gateway/commit/f3396781e204b51f5bb8fb317be3126fe53deef1), [`52cd37f`](https://github.com/graphql-hive/gateway/commit/52cd37f73ff0437f4635e67c99b4e1c109ecc887)]:
|
27
|
+
- @graphql-tools/executor-graphql-ws@2.0.0-alpha-3fe5280b9718f6fccb2ec405a65f011281d60061
|
28
28
|
|
29
29
|
## 0.4.16
|
30
30
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-mesh/transport-ws",
|
3
|
-
"version": "1.0.0-alpha-
|
3
|
+
"version": "1.0.0-alpha-3fe5280b9718f6fccb2ec405a65f011281d60061",
|
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": "2.0.0-alpha-
|
50
|
+
"@graphql-tools/executor-graphql-ws": "2.0.0-alpha-3fe5280b9718f6fccb2ec405a65f011281d60061",
|
51
51
|
"@graphql-tools/utils": "^10.7.0",
|
52
|
-
"graphql-ws": "^6.0.
|
52
|
+
"graphql-ws": "^6.0.3",
|
53
53
|
"isomorphic-ws": "^5.0.0",
|
54
54
|
"tslib": "^2.8.1",
|
55
55
|
"ws": "^8.18.0"
|