@graphql-hive/gateway 2.0.0-next-25636dbe2066c9f59322eab9b69417d8e5727d03 → 2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
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 +33 -90
- package/dist/bin.cjs +1 -1
- package/dist/bin.js +1 -1
- package/dist/{cli-w6SSRswf.cjs → cli-BQ10GobO.cjs} +17 -14
- package/dist/{cli-CEBNmXIe.js → cli-CpJrCTMy.js} +17 -14
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
@@ -1,34 +1,35 @@
|
|
1
1
|
# @graphql-hive/gateway
|
2
2
|
|
3
|
-
## 2.0.0-next-
|
3
|
+
## 2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
4
4
|
|
5
5
|
### Major Changes
|
6
6
|
|
7
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
7
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`bf1de88`](https://github.com/graphql-hive/gateway/commit/bf1de8837efccc4d17a7ae6e29c6f6f7942b1692) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
|
8
8
|
|
9
9
|
Least supported Node version is now v20.
|
10
10
|
|
11
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
12
|
-
|
11
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`b5cb59d`](https://github.com/graphql-hive/gateway/commit/b5cb59d4bd56293202785a962cebba348e235736) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
|
13
12
|
- [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
|
14
13
|
- If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
|
15
14
|
|
16
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
15
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`ab4750f`](https://github.com/graphql-hive/gateway/commit/ab4750f849cbc1e042b39a91357df2c959e5a938) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
|
17
16
|
|
18
17
|
Forking workers for concurrent processing is a delicate process and if not done carefully can lead to performance degradations. It should be configured with careful consideration by advanced users.
|
19
18
|
|
20
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
19
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`f303fca`](https://github.com/graphql-hive/gateway/commit/f303fca6e3115e6c612c2c8d2f0a15ad0c4a093e) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
|
21
20
|
|
22
21
|
There is no need to provide the `useMock` plugin alongside Hive Gateway built-ins. Not only is the mock plugin 2MB in size (minified), but installing and using it is very simple.
|
23
22
|
|
24
|
-
|
23
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`4e40297`](https://github.com/graphql-hive/gateway/commit/4e4029793c6c63fd317cc0d03c84fea0ef9dd61b) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
|
25
24
|
|
26
|
-
|
25
|
+
Failing to start if the schema is not loaded for whatever reason.
|
27
26
|
|
28
|
-
|
27
|
+
### Patch Changes
|
29
28
|
|
30
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
29
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`b5cb59d`](https://github.com/graphql-hive/gateway/commit/b5cb59d4bd56293202785a962cebba348e235736) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
30
|
+
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
31
31
|
|
32
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`b61b787`](https://github.com/graphql-hive/gateway/commit/b61b7870db8920a8936cc9fbb6019cd8a6a28c14) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
32
33
|
- Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
|
33
34
|
- Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
|
34
35
|
- Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
|
@@ -39,18 +40,22 @@
|
|
39
40
|
- Added dependency [`@opentelemetry/sampler-jaeger-remote@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sampler-jaeger-remote/v/0.202.0) (to `dependencies`)
|
40
41
|
- Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
|
41
42
|
|
42
|
-
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`
|
43
|
-
|
43
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`92fce98`](https://github.com/graphql-hive/gateway/commit/92fce984625bd4d6454a06b23cbb325627905f84) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
44
44
|
- Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
|
45
45
|
- Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
|
46
46
|
|
47
47
|
- [#1318](https://github.com/graphql-hive/gateway/pull/1318) [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
48
|
-
|
49
48
|
- Updated dependency [`@graphql-yoga/render-graphiql@^5.15.1` ↗︎](https://www.npmjs.com/package/@graphql-yoga/render-graphiql/v/5.15.1) (from `^5.13.5`, in `dependencies`)
|
50
49
|
- Updated dependency [`graphql-yoga@^5.15.1` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.15.1) (from `^5.13.5`, in `dependencies`)
|
51
50
|
|
52
|
-
- [#
|
51
|
+
- [#1321](https://github.com/graphql-hive/gateway/pull/1321) [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
52
|
+
- Updated dependency [`@envelop/core@^5.3.0` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.3.0) (from `^5.2.3`, in `dependencies`)
|
53
|
+
- Updated dependency [`ws@^8.18.3` ↗︎](https://www.npmjs.com/package/ws/v/8.18.3) (from `^8.18.0`, in `dependencies`)
|
53
54
|
|
55
|
+
- [#1325](https://github.com/graphql-hive/gateway/pull/1325) [`910ff77`](https://github.com/graphql-hive/gateway/commit/910ff777ce787297cece37ec66c3382bc292412b) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
56
|
+
- Updated dependency [`dotenv@^17.2.0` ↗︎](https://www.npmjs.com/package/dotenv/v/17.2.0) (from `^16.4.7`, in `dependencies`)
|
57
|
+
|
58
|
+
- [#956](https://github.com/graphql-hive/gateway/pull/956) [`dd83aea`](https://github.com/graphql-hive/gateway/commit/dd83aeac747b47e63a80fea8649923f42a7c5d7e) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
54
59
|
- Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
|
55
60
|
- Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
|
56
61
|
- Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
|
@@ -65,20 +70,20 @@
|
|
65
70
|
- Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
|
66
71
|
- Removed dependency [`@graphql-mesh/plugin-mock@^0.105.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.6) (from `dependencies`)
|
67
72
|
|
68
|
-
- Updated dependencies [[`
|
69
|
-
- @graphql-hive/gateway-runtime@2.0.0-next-
|
70
|
-
- @graphql-
|
71
|
-
- @graphql-mesh/plugin-
|
72
|
-
- @graphql-mesh/plugin-
|
73
|
-
- @graphql-mesh/
|
74
|
-
- @graphql-
|
75
|
-
- @graphql-mesh/
|
76
|
-
- @graphql-hive/plugin-
|
77
|
-
- @graphql-mesh/transport-http@1.0.0-next-
|
78
|
-
- @graphql-mesh/transport-
|
79
|
-
- @graphql-hive/importer@2.0.0-next-
|
80
|
-
- @graphql-hive/logger@1.0.0-next-
|
81
|
-
- @graphql-hive/pubsub@2.0.0-next-
|
73
|
+
- Updated dependencies [[`b5cb59d`](https://github.com/graphql-hive/gateway/commit/b5cb59d4bd56293202785a962cebba348e235736), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40), [`f12f2b7`](https://github.com/graphql-hive/gateway/commit/f12f2b78163fbef797a42b5999a0b5a8ef6b2c98), [`dd83aea`](https://github.com/graphql-hive/gateway/commit/dd83aeac747b47e63a80fea8649923f42a7c5d7e), [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`b61b787`](https://github.com/graphql-hive/gateway/commit/b61b7870db8920a8936cc9fbb6019cd8a6a28c14), [`92fce98`](https://github.com/graphql-hive/gateway/commit/92fce984625bd4d6454a06b23cbb325627905f84), [`dfe6f58`](https://github.com/graphql-hive/gateway/commit/dfe6f58209afd27953676c5b51b8b9f07fc99671), [`ceb07a6`](https://github.com/graphql-hive/gateway/commit/ceb07a61f6f1c7ca345df2c23860950e5152288e), [`732c6f5`](https://github.com/graphql-hive/gateway/commit/732c6f5c82fdf6b730109fbc7c05c69da8ce6fb4), [`b5cb59d`](https://github.com/graphql-hive/gateway/commit/b5cb59d4bd56293202785a962cebba348e235736), [`7dafdeb`](https://github.com/graphql-hive/gateway/commit/7dafdebc803e49373fe9d53997113483e512fdb0), [`dd83aea`](https://github.com/graphql-hive/gateway/commit/dd83aeac747b47e63a80fea8649923f42a7c5d7e), [`6215001`](https://github.com/graphql-hive/gateway/commit/6215001b1d650ad865331661532bcc4f7bad6b40), [`bf1de88`](https://github.com/graphql-hive/gateway/commit/bf1de8837efccc4d17a7ae6e29c6f6f7942b1692), [`b5cb59d`](https://github.com/graphql-hive/gateway/commit/b5cb59d4bd56293202785a962cebba348e235736), [`f052709`](https://github.com/graphql-hive/gateway/commit/f0527092e4942b4c97cb3272266f93f3200fac98), [`9bee8e9`](https://github.com/graphql-hive/gateway/commit/9bee8e9ff165c43591c0b20637b6d1f2a2cb9cc2), [`9b230f3`](https://github.com/graphql-hive/gateway/commit/9b230f35b47afbf3b253e4c21720e836c5a2a8d1), [`10a5887`](https://github.com/graphql-hive/gateway/commit/10a58873acde8734f05dfda455fe7b366861676b), [`2a56e5f`](https://github.com/graphql-hive/gateway/commit/2a56e5fd5a07f6784e8c2d0ad767d8c55710ada4), [`3718e25`](https://github.com/graphql-hive/gateway/commit/3718e25c93f1d6f1fb8e78641f9d98d426968d9a), [`732c6f5`](https://github.com/graphql-hive/gateway/commit/732c6f5c82fdf6b730109fbc7c05c69da8ce6fb4), [`b5cb59d`](https://github.com/graphql-hive/gateway/commit/b5cb59d4bd56293202785a962cebba348e235736), [`6306e37`](https://github.com/graphql-hive/gateway/commit/6306e377ff3a613a1605f59d4db92d75185d4b6b)]:
|
74
|
+
- @graphql-hive/gateway-runtime@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
75
|
+
- @graphql-hive/plugin-aws-sigv4@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
76
|
+
- @graphql-mesh/plugin-jwt-auth@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
77
|
+
- @graphql-mesh/plugin-opentelemetry@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
78
|
+
- @graphql-mesh/plugin-prometheus@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
79
|
+
- @graphql-mesh/transport-ws@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
80
|
+
- @graphql-mesh/hmac-upstream-signature@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
81
|
+
- @graphql-hive/plugin-deduplicate-request@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
82
|
+
- @graphql-mesh/transport-http-callback@1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
83
|
+
- @graphql-mesh/transport-http@1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
84
|
+
- @graphql-hive/importer@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
85
|
+
- @graphql-hive/logger@1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
86
|
+
- @graphql-hive/pubsub@2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70
|
82
87
|
|
83
88
|
## 1.15.4
|
84
89
|
|
@@ -109,11 +114,9 @@
|
|
109
114
|
### Patch Changes
|
110
115
|
|
111
116
|
- [#1245](https://github.com/graphql-hive/gateway/pull/1245) [`29f537f`](https://github.com/graphql-hive/gateway/commit/29f537f7dfcf17f3911efd5845d7af1e532d2e85) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
112
|
-
|
113
117
|
- Updated dependency [`@graphql-mesh/utils@^0.104.5` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.5) (from `^0.104.2`, in `dependencies`)
|
114
118
|
|
115
119
|
- [#1258](https://github.com/graphql-hive/gateway/pull/1258) [`3d24beb`](https://github.com/graphql-hive/gateway/commit/3d24beb7b15fd8109f86bbb3dfd514f6b8202741) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
116
|
-
|
117
120
|
- Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.105.5` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.105.5) (from `^0.105.0`, in `dependencies`)
|
118
121
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.105.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.105.6) (from `^0.105.3`, in `dependencies`)
|
119
122
|
- Updated dependency [`@graphql-mesh/cache-redis@^0.104.5` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.104.5) (from `^0.104.0`, in `dependencies`)
|
@@ -162,23 +165,18 @@
|
|
162
165
|
### Patch Changes
|
163
166
|
|
164
167
|
- [#1156](https://github.com/graphql-hive/gateway/pull/1156) [`fb74009`](https://github.com/graphql-hive/gateway/commit/fb740098652dba2e9107981d1f4e362143478451) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
165
|
-
|
166
168
|
- Updated dependency [`graphql-yoga@^5.13.5` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.5) (from `^5.13.4`, in `dependencies`)
|
167
169
|
|
168
170
|
- [#1158](https://github.com/graphql-hive/gateway/pull/1158) [`a5d18da`](https://github.com/graphql-hive/gateway/commit/a5d18da95716c8e5ed231244c7dcae4f11843c08) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
169
|
-
|
170
171
|
- Updated dependency [`@commander-js/extra-typings@^14.0.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/14.0.0) (from `^13.1.0`, in `dependencies`)
|
171
172
|
|
172
173
|
- [#1161](https://github.com/graphql-hive/gateway/pull/1161) [`3be8206`](https://github.com/graphql-hive/gateway/commit/3be82065790f1cb24cbe0655d7e8b90207fff52e) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
173
|
-
|
174
174
|
- Updated dependency [`@commander-js/extra-typings@^13.1.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.1.0) (from `^14.0.0`, in `dependencies`)
|
175
175
|
|
176
176
|
- [#1172](https://github.com/graphql-hive/gateway/pull/1172) [`dacad53`](https://github.com/graphql-hive/gateway/commit/dacad5390e4ab54a74bb7ee0d86ebc5a014c55a8) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
177
|
-
|
178
177
|
- Added dependency [`@graphql-yoga/render-graphiql@^5.13.5` ↗︎](https://www.npmjs.com/package/@graphql-yoga/render-graphiql/v/5.13.5) (to `dependencies`)
|
179
178
|
|
180
179
|
- [#1182](https://github.com/graphql-hive/gateway/pull/1182) [`f3615ca`](https://github.com/graphql-hive/gateway/commit/f3615cab4e8b596e5ba21b03fddb66e9a3090e31) Thanks [@dependabot](https://github.com/apps/dependabot)! - dependencies updates:
|
181
|
-
|
182
180
|
- Updated dependency [`@graphql-tools/graphql-file-loader@^8.0.20` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.0.20) (from `^8.0.14`, in `dependencies`)
|
183
181
|
|
184
182
|
- [#1141](https://github.com/graphql-hive/gateway/pull/1141) [`d8892f2`](https://github.com/graphql-hive/gateway/commit/d8892f2713388fcea37dfa74a8ae42294f07d362) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - **Security Update:** The Docker image have been updated to fix a CVE affecting `passwd` command. This CVE was not directly affecting Hive Gateway software, since it's not using impacted components.
|
@@ -214,7 +212,6 @@
|
|
214
212
|
### Patch Changes
|
215
213
|
|
216
214
|
- [#1088](https://github.com/graphql-hive/gateway/pull/1088) [`305dbc4`](https://github.com/graphql-hive/gateway/commit/305dbc4ce08f53508f400e8e2610cb32e68002bc) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
217
|
-
|
218
215
|
- Added dependency [`@graphql-hive/plugin-deduplicate-request@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/plugin-deduplicate-request/v/workspace:^) (to `dependencies`)
|
219
216
|
- Removed dependency [`@graphql-mesh/plugin-deduplicate-request@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-deduplicate-request/v/0.104.0) (from `dependencies`)
|
220
217
|
|
@@ -239,11 +236,9 @@
|
|
239
236
|
### Patch Changes
|
240
237
|
|
241
238
|
- [#1057](https://github.com/graphql-hive/gateway/pull/1057) [`20e120b`](https://github.com/graphql-hive/gateway/commit/20e120b2e3269907187ec0626c7651bc248efc53) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
242
|
-
|
243
239
|
- Updated dependency [`@graphql-mesh/plugin-jwt-auth@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jwt-auth/v/workspace:^) (from `^1.5.0`, in `dependencies`)
|
244
240
|
|
245
241
|
- [#1083](https://github.com/graphql-hive/gateway/pull/1083) [`695251a`](https://github.com/graphql-hive/gateway/commit/695251a5e2eb565e325b48c8d79761149c5aa3b0) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
246
|
-
|
247
242
|
- Removed dependency [`@parcel/watcher@^2.1.0` ↗︎](https://www.npmjs.com/package/@parcel/watcher/v/2.1.0) (from `peerDependencies`)
|
248
243
|
|
249
244
|
- Updated dependencies [[`20e120b`](https://github.com/graphql-hive/gateway/commit/20e120b2e3269907187ec0626c7651bc248efc53)]:
|
@@ -259,11 +254,9 @@
|
|
259
254
|
### Patch Changes
|
260
255
|
|
261
256
|
- [#1015](https://github.com/graphql-hive/gateway/pull/1015) [`9a120c8`](https://github.com/graphql-hive/gateway/commit/9a120c85ac67654f63e374cf420ac4b73da21228) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
262
|
-
|
263
257
|
- Updated dependency [`graphql-yoga@^5.13.3` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.3) (from `^5.13.2`, in `dependencies`)
|
264
258
|
|
265
259
|
- [#1045](https://github.com/graphql-hive/gateway/pull/1045) [`da47a0e`](https://github.com/graphql-hive/gateway/commit/da47a0effcc0e3c2b934bc97ab10e6e86ef8cd93) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
266
|
-
|
267
260
|
- Updated dependency [`graphql-yoga@^5.13.4` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.4) (from `^5.13.3`, in `dependencies`)
|
268
261
|
|
269
262
|
- [#1045](https://github.com/graphql-hive/gateway/pull/1045) [`da47a0e`](https://github.com/graphql-hive/gateway/commit/da47a0effcc0e3c2b934bc97ab10e6e86ef8cd93) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Update graphql-yoga and whatwg-node packages
|
@@ -284,11 +277,9 @@
|
|
284
277
|
### Patch Changes
|
285
278
|
|
286
279
|
- [#1000](https://github.com/graphql-hive/gateway/pull/1000) [`c53e40e`](https://github.com/graphql-hive/gateway/commit/c53e40eabb7b6ca16efa02aa05892fd6b72ab230) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
287
|
-
|
288
280
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.105.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.105.3) (from `^0.105.0`, in `dependencies`)
|
289
281
|
|
290
282
|
- [#946](https://github.com/graphql-hive/gateway/pull/946) [`7d771d8`](https://github.com/graphql-hive/gateway/commit/7d771d89ff6d731b1025acfc5eb197541a6d5d35) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
291
|
-
|
292
283
|
- Updated dependency [`@graphql-mesh/utils@^0.104.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.2) (from `^0.104.1`, in `dependencies`)
|
293
284
|
|
294
285
|
- [#950](https://github.com/graphql-hive/gateway/pull/950) [`c7ea2c5`](https://github.com/graphql-hive/gateway/commit/c7ea2c5ae71b6b338ef22edd927a3fc93803965f) Thanks [@kroupacz](https://github.com/kroupacz)! - Errors should not be swallowed when it is thrown from the shared root
|
@@ -308,7 +299,6 @@
|
|
308
299
|
### Patch Changes
|
309
300
|
|
310
301
|
- [#933](https://github.com/graphql-hive/gateway/pull/933) [`a374bfc`](https://github.com/graphql-hive/gateway/commit/a374bfcf4309f5953b8c8304fba8e079b6f6b6dc) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
311
|
-
|
312
302
|
- Added dependency [`@graphql-hive/pubsub@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/pubsub/v/workspace:^) (to `dependencies`)
|
313
303
|
|
314
304
|
- Updated dependencies [[`a374bfc`](https://github.com/graphql-hive/gateway/commit/a374bfcf4309f5953b8c8304fba8e079b6f6b6dc), [`a374bfc`](https://github.com/graphql-hive/gateway/commit/a374bfcf4309f5953b8c8304fba8e079b6f6b6dc), [`a374bfc`](https://github.com/graphql-hive/gateway/commit/a374bfcf4309f5953b8c8304fba8e079b6f6b6dc)]:
|
@@ -338,7 +328,6 @@
|
|
338
328
|
### Patch Changes
|
339
329
|
|
340
330
|
- [#532](https://github.com/graphql-hive/gateway/pull/532) [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
341
|
-
|
342
331
|
- Updated dependency [`graphql-yoga@^5.13.2` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.2) (from `^5.13.1`, in `dependencies`)
|
343
332
|
|
344
333
|
- Updated dependencies [[`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04), [`c9cd206`](https://github.com/graphql-hive/gateway/commit/c9cd20666a740514a5c17ecd6d0c000ad0dd7106), [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04), [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04), [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04), [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04), [`4e33933`](https://github.com/graphql-hive/gateway/commit/4e339333945f4c4547d9ae719e67b4671fe89f04), [`c9cd206`](https://github.com/graphql-hive/gateway/commit/c9cd20666a740514a5c17ecd6d0c000ad0dd7106)]:
|
@@ -356,7 +345,6 @@
|
|
356
345
|
### Patch Changes
|
357
346
|
|
358
347
|
- [#908](https://github.com/graphql-hive/gateway/pull/908) [`2e83074`](https://github.com/graphql-hive/gateway/commit/2e830742df0d8dd16826e440e41f8f75fce81513) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
359
|
-
|
360
348
|
- Updated dependency [`@graphql-mesh/plugin-http-cache@^0.105.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-http-cache/v/0.105.2) (from `^0.105.0`, in `dependencies`)
|
361
349
|
|
362
350
|
- Updated dependencies [[`1950f44`](https://github.com/graphql-hive/gateway/commit/1950f44d9180c8cd8a73917487c087ab1d1b74fa), [`df1bce6`](https://github.com/graphql-hive/gateway/commit/df1bce649e3f468435aa34d9141b4c20d8d26699), [`df1bce6`](https://github.com/graphql-hive/gateway/commit/df1bce649e3f468435aa34d9141b4c20d8d26699)]:
|
@@ -373,7 +361,6 @@
|
|
373
361
|
- [#871](https://github.com/graphql-hive/gateway/pull/871) [`d8a7e9e`](https://github.com/graphql-hive/gateway/commit/d8a7e9e4f0492268f07301a87f1e102400fae921) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Introduce built-in armor security features
|
374
362
|
|
375
363
|
The following built-in features are introduced:
|
376
|
-
|
377
364
|
- `maxTokens`: Limit the number of tokens in a GraphQL document.
|
378
365
|
Defaults to `1000` tokens.
|
379
366
|
- `maxDepth`: Limit the depth of a GraphQL document.
|
@@ -439,7 +426,6 @@
|
|
439
426
|
### Patch Changes
|
440
427
|
|
441
428
|
- [#871](https://github.com/graphql-hive/gateway/pull/871) [`d8a7e9e`](https://github.com/graphql-hive/gateway/commit/d8a7e9e4f0492268f07301a87f1e102400fae921) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
442
|
-
|
443
429
|
- Added dependency [`@escape.tech/graphql-armor-block-field-suggestions@^3.0.0` ↗︎](https://www.npmjs.com/package/@escape.tech/graphql-armor-block-field-suggestions/v/3.0.0) (to `dependencies`)
|
444
430
|
- Added dependency [`@escape.tech/graphql-armor-max-depth@^2.4.0` ↗︎](https://www.npmjs.com/package/@escape.tech/graphql-armor-max-depth/v/2.4.0) (to `dependencies`)
|
445
431
|
- Added dependency [`@escape.tech/graphql-armor-max-tokens@^2.5.0` ↗︎](https://www.npmjs.com/package/@escape.tech/graphql-armor-max-tokens/v/2.5.0) (to `dependencies`)
|
@@ -532,31 +518,25 @@
|
|
532
518
|
### Patch Changes
|
533
519
|
|
534
520
|
- [#706](https://github.com/graphql-hive/gateway/pull/706) [`e393337`](https://github.com/graphql-hive/gateway/commit/e393337ecb40beffb79748b19b5aa8f2fd9197b7) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
|
535
|
-
|
536
521
|
- Updated dependency [`@envelop/core@^5.2.3` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.2.3) (from `^5.1.0`, in `dependencies`)
|
537
522
|
- Updated dependency [`@graphql-mesh/utils@^0.104.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.1) (from `^0.104.0`, in `dependencies`)
|
538
523
|
- Updated dependency [`graphql-yoga@^5.13.1` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.13.1) (from `^5.12.0`, in `dependencies`)
|
539
524
|
|
540
525
|
- [#667](https://github.com/graphql-hive/gateway/pull/667) [`3cdd0aa`](https://github.com/graphql-hive/gateway/commit/3cdd0aa8fa98a436365c2f36ca80d49968a48a5e) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
541
|
-
|
542
526
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.104.0) (from `^0.103.19`, in `dependencies`)
|
543
527
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.6) (from `^0.0.5`, in `dependencies`)
|
544
528
|
- Updated dependency [`@graphql-mesh/plugin-mock@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.104.0) (from `^0.103.19`, in `dependencies`)
|
545
529
|
|
546
530
|
- [#730](https://github.com/graphql-hive/gateway/pull/730) [`c47322a`](https://github.com/graphql-hive/gateway/commit/c47322a1a1385f24f7649f396fd2fbc632a9256c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
547
|
-
|
548
531
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.7) (from `^0.0.6`, in `dependencies`)
|
549
532
|
|
550
533
|
- [#732](https://github.com/graphql-hive/gateway/pull/732) [`c7a9849`](https://github.com/graphql-hive/gateway/commit/c7a98491e755cd234ba14033b39d5bc83ad0f945) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
551
|
-
|
552
534
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.8) (from `^0.0.7`, in `dependencies`)
|
553
535
|
|
554
536
|
- [#746](https://github.com/graphql-hive/gateway/pull/746) [`09de0ba`](https://github.com/graphql-hive/gateway/commit/09de0bae281be40f8d8cc462d9c447d03141a5fa) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
555
|
-
|
556
537
|
- Added dependency [`@graphql-hive/plugin-aws-sigv4@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/plugin-aws-sigv4/v/workspace:^) (to `dependencies`)
|
557
538
|
|
558
539
|
- [#775](https://github.com/graphql-hive/gateway/pull/775) [`33f7dfd`](https://github.com/graphql-hive/gateway/commit/33f7dfdb10eef2a1e7f6dffe0ce6e4bb3cc7c2c6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
559
|
-
|
560
540
|
- Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.105.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.105.0) (from `^0.104.18`, in `dependencies`)
|
561
541
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.105.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.105.0) (from `^0.104.0`, in `dependencies`)
|
562
542
|
- Updated dependency [`@graphql-mesh/cache-redis@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.104.0) (from `^0.103.19`, in `dependencies`)
|
@@ -571,7 +551,6 @@
|
|
571
551
|
- Updated dependency [`@graphql-mesh/utils@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.0) (from `^0.103.18`, in `dependencies`)
|
572
552
|
|
573
553
|
- [#782](https://github.com/graphql-hive/gateway/pull/782) [`890f16a`](https://github.com/graphql-hive/gateway/commit/890f16afb352987f0565658f338022f9db3b4e3d) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
574
|
-
|
575
554
|
- Updated dependency [`@graphql-mesh/plugin-jwt-auth@^1.5.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jwt-auth/v/1.5.0) (from `^1.4.8`, in `dependencies`)
|
576
555
|
|
577
556
|
- [#806](https://github.com/graphql-hive/gateway/pull/806) [`b145a27`](https://github.com/graphql-hive/gateway/commit/b145a27fc8671f33c36f9f6a3a437d80107631ee) Thanks [@ardatan](https://github.com/ardatan)! - Fix `contentEncoding` type in `defineConfig`
|
@@ -593,7 +572,6 @@
|
|
593
572
|
### Patch Changes
|
594
573
|
|
595
574
|
- [#696](https://github.com/graphql-hive/gateway/pull/696) [`a289faa`](https://github.com/graphql-hive/gateway/commit/a289faae1469eb46f1458be341d21909fe5f8f8f) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
596
|
-
|
597
575
|
- Updated dependency [`@commander-js/extra-typings@^13.1.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.1.0) (from `^13.0.0`, in `dependencies`)
|
598
576
|
- Updated dependency [`@envelop/core@^5.1.0` ↗︎](https://www.npmjs.com/package/@envelop/core/v/5.1.0) (from `^5.0.2`, in `dependencies`)
|
599
577
|
- Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.104.18` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.104.18) (from `^0.104.12`, in `dependencies`)
|
@@ -619,7 +597,6 @@
|
|
619
597
|
- Updated dependency [`graphql-yoga@^5.12.0` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.12.0) (from `^5.10.11`, in `dependencies`)
|
620
598
|
|
621
599
|
- [#712](https://github.com/graphql-hive/gateway/pull/712) [`950fd7d`](https://github.com/graphql-hive/gateway/commit/950fd7ddf2e3c025fa369203212344764b03357a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
622
|
-
|
623
600
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.104.0) (from `^0.103.19`, in `dependencies`)
|
624
601
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.6) (from `^0.0.5`, in `dependencies`)
|
625
602
|
- Updated dependency [`@graphql-mesh/plugin-mock@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.104.0) (from `^0.103.19`, in `dependencies`)
|
@@ -638,7 +615,6 @@
|
|
638
615
|
### Patch Changes
|
639
616
|
|
640
617
|
- [#664](https://github.com/graphql-hive/gateway/pull/664) [`b4d4760`](https://github.com/graphql-hive/gateway/commit/b4d4760861f360bed0e1566a50833164678fe3d5) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
641
|
-
|
642
618
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.4) (from `^0.0.3`, in `dependencies`)
|
643
619
|
|
644
620
|
## 1.10.2
|
@@ -676,19 +652,15 @@
|
|
676
652
|
### Patch Changes
|
677
653
|
|
678
654
|
- [#620](https://github.com/graphql-hive/gateway/pull/620) [`d72209a`](https://github.com/graphql-hive/gateway/commit/d72209ad82ec53689f93ce5d81bfa52493919ad9) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
679
|
-
|
680
655
|
- Updated dependency [`@graphql-tools/utils@^10.8.1` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.8.1) (from `^10.7.0`, in `dependencies`)
|
681
656
|
|
682
657
|
- [#634](https://github.com/graphql-hive/gateway/pull/634) [`2292a33`](https://github.com/graphql-hive/gateway/commit/2292a335181b06bbf1004d9d6ec422d1453afcdc) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
683
|
-
|
684
658
|
- Added dependency [`@graphql-mesh/cache-upstash-redis@^0.0.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.1) (to `dependencies`)
|
685
659
|
|
686
660
|
- [#638](https://github.com/graphql-hive/gateway/pull/638) [`e618b1c`](https://github.com/graphql-hive/gateway/commit/e618b1c476fbe5d538c6f3f4e49393ab4cb9b849) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
687
|
-
|
688
661
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.2` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.2) (from `^0.0.1`, in `dependencies`)
|
689
662
|
|
690
663
|
- [#643](https://github.com/graphql-hive/gateway/pull/643) [`e279884`](https://github.com/graphql-hive/gateway/commit/e279884fda28318a74fb2ffec2053ea74ca6e422) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
691
|
-
|
692
664
|
- Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.0.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.0.3) (from `^0.0.2`, in `dependencies`)
|
693
665
|
|
694
666
|
- [#642](https://github.com/graphql-hive/gateway/pull/642) [`30e41a6`](https://github.com/graphql-hive/gateway/commit/30e41a6f5b97c42ae548564bce3f6e4a92b1225f) Thanks [@ardatan](https://github.com/ardatan)! - New JSON-based logger
|
@@ -731,7 +703,6 @@
|
|
731
703
|
### Patch Changes
|
732
704
|
|
733
705
|
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
734
|
-
|
735
706
|
- Updated dependency [`graphql-ws@^6.0.3` ↗︎](https://www.npmjs.com/package/graphql-ws/v/6.0.3) (from `^5.16.0`, in `dependencies`)
|
736
707
|
|
737
708
|
- [#481](https://github.com/graphql-hive/gateway/pull/481) [`0b13cb4`](https://github.com/graphql-hive/gateway/commit/0b13cb472305edd01cdbd964a71995831797305e) Thanks [@enisdenjo](https://github.com/enisdenjo)! - WebSocket transport options allow configuring only `connectionParams`
|
@@ -787,19 +758,15 @@
|
|
787
758
|
### Patch Changes
|
788
759
|
|
789
760
|
- [#526](https://github.com/graphql-hive/gateway/pull/526) [`188a763`](https://github.com/graphql-hive/gateway/commit/188a763901be6aeaf33447316bbdd101b0467a46) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
790
|
-
|
791
761
|
- Updated dependency [`@graphql-mesh/plugin-http-cache@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-http-cache/v/0.104.0) (from `^0.103.0`, in `dependencies`)
|
792
762
|
|
793
763
|
- [#538](https://github.com/graphql-hive/gateway/pull/538) [`aab5441`](https://github.com/graphql-hive/gateway/commit/aab544176983e241c62f15242a35ca1398efa044) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
794
|
-
|
795
764
|
- Updated dependency [`graphql-yoga@^5.10.11` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.10.11) (from `^5.10.6`, in `dependencies`)
|
796
765
|
|
797
766
|
- [#539](https://github.com/graphql-hive/gateway/pull/539) [`df20361`](https://github.com/graphql-hive/gateway/commit/df203610ff9ed50adb3c3c82631ecb5324648486) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
798
|
-
|
799
767
|
- Updated dependency [`parse-duration@^2.0.0` ↗︎](https://www.npmjs.com/package/parse-duration/v/2.0.0) (from `^1.1.0`, in `dependencies`)
|
800
768
|
|
801
769
|
- [#555](https://github.com/graphql-hive/gateway/pull/555) [`836ab2c`](https://github.com/graphql-hive/gateway/commit/836ab2c8c7579c51b00bdc3d15dcdaee05aaf26a) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
802
|
-
|
803
770
|
- Removed dependency [`parse-duration@^2.0.0` ↗︎](https://www.npmjs.com/package/parse-duration/v/2.0.0) (from `dependencies`)
|
804
771
|
|
805
772
|
- [#549](https://github.com/graphql-hive/gateway/pull/549) [`46888f1`](https://github.com/graphql-hive/gateway/commit/46888f1202cfb300b540b78199250b0b426c069d) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Export `getGraphQLWSOptions` function that creates `graphql-ws` for the Hive Gateway
|
@@ -825,7 +792,6 @@
|
|
825
792
|
### Patch Changes
|
826
793
|
|
827
794
|
- [#462](https://github.com/graphql-hive/gateway/pull/462) [`9a6ae85`](https://github.com/graphql-hive/gateway/commit/9a6ae85470de66fa397c8f0f03e66f6919eddfdb) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
828
|
-
|
829
795
|
- Added dependency [`@graphql-hive/importer@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/importer/v/workspace:^) (to `dependencies`)
|
830
796
|
- Removed dependency [`@graphql-mesh/include@^0.2.3` ↗︎](https://www.npmjs.com/package/@graphql-mesh/include/v/0.2.3) (from `dependencies`)
|
831
797
|
|
@@ -888,11 +854,9 @@
|
|
888
854
|
### Patch Changes
|
889
855
|
|
890
856
|
- [#390](https://github.com/graphql-hive/gateway/pull/390) [`708c32f`](https://github.com/graphql-hive/gateway/commit/708c32f30bd0950e0e397a50c64af3ed9bd40d5c) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
891
|
-
|
892
857
|
- Updated dependency [`commander@^13.0.0` ↗︎](https://www.npmjs.com/package/commander/v/13.0.0) (from `^12.0.0`, in `dependencies`)
|
893
858
|
|
894
859
|
- [#392](https://github.com/graphql-hive/gateway/pull/392) [`121751d`](https://github.com/graphql-hive/gateway/commit/121751db50bc13454122f4decbba715ba8d400c2) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
895
|
-
|
896
860
|
- Updated dependency [`@commander-js/extra-typings@^13.0.0` ↗︎](https://www.npmjs.com/package/@commander-js/extra-typings/v/13.0.0) (from `^12.1.0`, in `dependencies`)
|
897
861
|
- Updated dependency [`commander@^13.0.0` ↗︎](https://www.npmjs.com/package/commander/v/13.0.0) (from `^12.0.0`, in `dependencies`)
|
898
862
|
|
@@ -920,7 +884,6 @@
|
|
920
884
|
### Patch Changes
|
921
885
|
|
922
886
|
- [#373](https://github.com/graphql-hive/gateway/pull/373) [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
923
|
-
|
924
887
|
- Updated dependency [`@graphql-tools/utils@^10.7.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.7.0) (from `^10.6.2`, in `dependencies`)
|
925
888
|
|
926
889
|
- Updated dependencies [[`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2), [`15975c2`](https://github.com/graphql-hive/gateway/commit/15975c28daddbb4f31d520371f53520aecacaac7), [`e606975`](https://github.com/graphql-hive/gateway/commit/e60697593290255fb9ac407e591ae3e8cb752df2)]:
|
@@ -956,7 +919,6 @@
|
|
956
919
|
### Patch Changes
|
957
920
|
|
958
921
|
- [#333](https://github.com/graphql-hive/gateway/pull/333) [`0d81307`](https://github.com/graphql-hive/gateway/commit/0d813079753e7c66158499e2db6e301a3c145856) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
959
|
-
|
960
922
|
- Updated dependency [`graphql-yoga@^5.10.6` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.10.6) (from `^5.10.4`, in `dependencies`)
|
961
923
|
|
962
924
|
- Updated dependencies [[`0d81307`](https://github.com/graphql-hive/gateway/commit/0d813079753e7c66158499e2db6e301a3c145856), [`0d81307`](https://github.com/graphql-hive/gateway/commit/0d813079753e7c66158499e2db6e301a3c145856)]:
|
@@ -970,7 +932,6 @@
|
|
970
932
|
### Minor Changes
|
971
933
|
|
972
934
|
- [#322](https://github.com/graphql-hive/gateway/pull/322) [`23b8987`](https://github.com/graphql-hive/gateway/commit/23b89874fcf10b4cb6b1b941f29fa5f5aecf0ef2) Thanks [@ardatan](https://github.com/ardatan)! - New Retry and Timeout plugins;
|
973
|
-
|
974
935
|
- Retry plugin: Retry a request if it fails
|
975
936
|
|
976
937
|
It respects the `Retry-After` HTTP header, [See more about this HTTP](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After)
|
@@ -1062,7 +1023,6 @@
|
|
1062
1023
|
### Patch Changes
|
1063
1024
|
|
1064
1025
|
- [#291](https://github.com/graphql-hive/gateway/pull/291) [`34d1224`](https://github.com/graphql-hive/gateway/commit/34d12249ead65b8277df976f6318dca757df1151) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1065
|
-
|
1066
1026
|
- Updated dependency [`@graphql-mesh/cross-helpers@^0.4.9` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cross-helpers/v/0.4.9) (from `^0.4.8`, in `dependencies`)
|
1067
1027
|
- Updated dependency [`@graphql-mesh/types@^0.103.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.6) (from `^0.103.4`, in `dependencies`)
|
1068
1028
|
- Updated dependency [`@graphql-mesh/utils@^0.103.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.6) (from `^0.103.4`, in `dependencies`)
|
@@ -1093,7 +1053,6 @@
|
|
1093
1053
|
### Patch Changes
|
1094
1054
|
|
1095
1055
|
- [#286](https://github.com/graphql-hive/gateway/pull/286) [`ed9e205`](https://github.com/graphql-hive/gateway/commit/ed9e205adf705f31b6ae85ce4ad7a8eb0b30fe32) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
1096
|
-
|
1097
1056
|
- Removed dependency [`@graphql-mesh/store@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.103.4) (from `dependencies`)
|
1098
1057
|
|
1099
1058
|
- Updated dependencies [[`ed9e205`](https://github.com/graphql-hive/gateway/commit/ed9e205adf705f31b6ae85ce4ad7a8eb0b30fe32), [`ed9e205`](https://github.com/graphql-hive/gateway/commit/ed9e205adf705f31b6ae85ce4ad7a8eb0b30fe32), [`ed9e205`](https://github.com/graphql-hive/gateway/commit/ed9e205adf705f31b6ae85ce4ad7a8eb0b30fe32), [`ed9e205`](https://github.com/graphql-hive/gateway/commit/ed9e205adf705f31b6ae85ce4ad7a8eb0b30fe32)]:
|
@@ -1117,7 +1076,6 @@
|
|
1117
1076
|
### Patch Changes
|
1118
1077
|
|
1119
1078
|
- [#276](https://github.com/graphql-hive/gateway/pull/276) [`7e444f9`](https://github.com/graphql-hive/gateway/commit/7e444f9669b0169799630a3f3dfd10f89896d3a0) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1120
|
-
|
1121
1079
|
- Added dependency [`@graphql-tools/code-file-loader@^8.1.8` ↗︎](https://www.npmjs.com/package/@graphql-tools/code-file-loader/v/8.1.8) (to `dependencies`)
|
1122
1080
|
- Added dependency [`@graphql-tools/graphql-file-loader@^8.0.6` ↗︎](https://www.npmjs.com/package/@graphql-tools/graphql-file-loader/v/8.0.6) (to `dependencies`)
|
1123
1081
|
- Added dependency [`@graphql-tools/load@^8.0.7` ↗︎](https://www.npmjs.com/package/@graphql-tools/load/v/8.0.7) (to `dependencies`)
|
@@ -1140,7 +1098,6 @@
|
|
1140
1098
|
### Patch Changes
|
1141
1099
|
|
1142
1100
|
- [#269](https://github.com/graphql-hive/gateway/pull/269) [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1143
|
-
|
1144
1101
|
- Updated dependency [`@graphql-tools/utils@^10.6.2` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.2) (from `^10.6.0`, in `dependencies`)
|
1145
1102
|
|
1146
1103
|
- Updated dependencies [[`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4), [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4), [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4), [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4), [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4), [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4), [`cdca511`](https://github.com/graphql-hive/gateway/commit/cdca5116ce30c2bfced1130c9fbead67280af9d4)]:
|
@@ -1216,7 +1173,6 @@
|
|
1216
1173
|
### Patch Changes
|
1217
1174
|
|
1218
1175
|
- [#205](https://github.com/graphql-hive/gateway/pull/205) [`2e0add3`](https://github.com/graphql-hive/gateway/commit/2e0add3ea9b237ad385d5b5cd4c12eeeb847805a) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1219
|
-
|
1220
1176
|
- Updated dependency [`graphql-yoga@^5.10.3` ↗︎](https://www.npmjs.com/package/graphql-yoga/v/5.10.3) (from `^5.7.0`, in `dependencies`)
|
1221
1177
|
|
1222
1178
|
- Updated dependencies [[`baf896d`](https://github.com/graphql-hive/gateway/commit/baf896d961bf122f7598355b0e9a09d93be1d822), [`2e0add3`](https://github.com/graphql-hive/gateway/commit/2e0add3ea9b237ad385d5b5cd4c12eeeb847805a), [`2e0add3`](https://github.com/graphql-hive/gateway/commit/2e0add3ea9b237ad385d5b5cd4c12eeeb847805a), [`d7d3e85`](https://github.com/graphql-hive/gateway/commit/d7d3e856d30f64922d540ad4228f589524001f93)]:
|
@@ -1233,23 +1189,19 @@
|
|
1233
1189
|
### Patch Changes
|
1234
1190
|
|
1235
1191
|
- [#164](https://github.com/graphql-hive/gateway/pull/164) [`310613d`](https://github.com/graphql-hive/gateway/commit/310613d68d1df3e2bceafbd0730084a4c83527bf) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1236
|
-
|
1237
1192
|
- Updated dependency [`@graphql-tools/utils@^10.6.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/10.6.0) (from `^10.5.6`, in `dependencies`)
|
1238
1193
|
|
1239
1194
|
- [#180](https://github.com/graphql-hive/gateway/pull/180) [`9438e21`](https://github.com/graphql-hive/gateway/commit/9438e21982ed5c6fb18cb678b275046595ae00f5) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1240
|
-
|
1241
1195
|
- Updated dependency [`@graphql-mesh/store@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.103.4) (from `^0.103.0`, in `dependencies`)
|
1242
1196
|
- Updated dependency [`@graphql-mesh/types@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.4) (from `^0.103.0`, in `dependencies`)
|
1243
1197
|
- Updated dependency [`@graphql-mesh/utils@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.4) (from `^0.103.1`, in `dependencies`)
|
1244
1198
|
|
1245
1199
|
- [#185](https://github.com/graphql-hive/gateway/pull/185) [`f0b6921`](https://github.com/graphql-hive/gateway/commit/f0b69219fefc1b24c5511a1c623a5e3bbaf5ca0b) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1246
|
-
|
1247
1200
|
- Updated dependency [`@graphql-mesh/store@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/store/v/0.103.4) (from `^0.103.0`, in `dependencies`)
|
1248
1201
|
- Updated dependency [`@graphql-mesh/types@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.103.4) (from `^0.103.0`, in `dependencies`)
|
1249
1202
|
- Updated dependency [`@graphql-mesh/utils@^0.103.4` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.4) (from `^0.103.1`, in `dependencies`)
|
1250
1203
|
|
1251
1204
|
- [#98](https://github.com/graphql-hive/gateway/pull/98) [`697308d`](https://github.com/graphql-hive/gateway/commit/697308df3b2dd96f28dc65a5f5361a911077e022) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1252
|
-
|
1253
1205
|
- Updated dependency [`@graphql-mesh/cross-helpers@^0.4.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cross-helpers/v/0.4.8) (from `^0.4.7`, in `dependencies`)
|
1254
1206
|
- Updated dependency [`@graphql-mesh/utils@^0.103.1` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.1) (from `^0.103.0`, in `dependencies`)
|
1255
1207
|
|
@@ -1283,11 +1235,9 @@
|
|
1283
1235
|
### Patch Changes
|
1284
1236
|
|
1285
1237
|
- [#140](https://github.com/graphql-hive/gateway/pull/140) [`ce37b62`](https://github.com/graphql-hive/gateway/commit/ce37b629f7d462f3e24bad8aca2ec092827c8b45) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
1286
|
-
|
1287
1238
|
- Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.103.0) (from `^0.102.6`, in `dependencies`)
|
1288
1239
|
|
1289
1240
|
- [#148](https://github.com/graphql-hive/gateway/pull/148) [`f32cb2a`](https://github.com/graphql-hive/gateway/commit/f32cb2a0289aa32e4811ced5dc1aac3efb0674f1) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1290
|
-
|
1291
1241
|
- Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.104.0) (from `^0.103.0`, in `dependencies`)
|
1292
1242
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.103.0) (from `^0.102.6`, in `dependencies`)
|
1293
1243
|
- Updated dependency [`@graphql-mesh/cache-redis@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.103.0) (from `^0.102.6`, in `dependencies`)
|
@@ -1305,7 +1255,6 @@
|
|
1305
1255
|
- Updated dependency [`@graphql-mesh/utils@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.103.0) (from `^0.102.10`, in `dependencies`)
|
1306
1256
|
|
1307
1257
|
- [#150](https://github.com/graphql-hive/gateway/pull/150) [`c0e189a`](https://github.com/graphql-hive/gateway/commit/c0e189ac83901da3a101f16f151e859ff7cca19f) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
|
1308
|
-
|
1309
1258
|
- Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.104.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.104.0) (from `^0.103.0`, in `dependencies`)
|
1310
1259
|
- Updated dependency [`@graphql-mesh/cache-localforage@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.103.0) (from `^0.102.6`, in `dependencies`)
|
1311
1260
|
- Updated dependency [`@graphql-mesh/cache-redis@^0.103.0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.103.0) (from `^0.102.6`, in `dependencies`)
|
@@ -1344,7 +1293,6 @@
|
|
1344
1293
|
### Patch Changes
|
1345
1294
|
|
1346
1295
|
- [#108](https://github.com/graphql-hive/gateway/pull/108) [`86c7ac1`](https://github.com/graphql-hive/gateway/commit/86c7ac1df787e9d38bdb001483b0588ada962c5c) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1347
|
-
|
1348
1296
|
- Updated dependency [`@graphql-mesh/hmac-upstream-signature@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/hmac-upstream-signature/v/workspace:^) (from `^1.1.0`, in `dependencies`)
|
1349
1297
|
- Updated dependency [`@graphql-mesh/plugin-opentelemetry@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-opentelemetry/v/workspace:^) (from `^1.1.0`, in `dependencies`)
|
1350
1298
|
- Updated dependency [`@graphql-mesh/plugin-prometheus@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-prometheus/v/workspace:^) (from `^1.1.0`, in `dependencies`)
|
@@ -1353,15 +1301,12 @@
|
|
1353
1301
|
- Updated dependency [`@graphql-mesh/transport-ws@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transport-ws/v/workspace:^) (from `^0.4.0`, in `dependencies`)
|
1354
1302
|
|
1355
1303
|
- [#118](https://github.com/graphql-hive/gateway/pull/118) [`73c621d`](https://github.com/graphql-hive/gateway/commit/73c621d98a4e6ca134527e349bc71223c03d06db) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1356
|
-
|
1357
1304
|
- Updated dependency [`@graphql-mesh/plugin-jit@^0.0.7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jit/v/0.0.7) (from `^0.0.6`, in `dependencies`)
|
1358
1305
|
|
1359
1306
|
- [#122](https://github.com/graphql-hive/gateway/pull/122) [`bb5a756`](https://github.com/graphql-hive/gateway/commit/bb5a756588b66537bb5679d2a657f28242ee16e6) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
1360
|
-
|
1361
1307
|
- Updated dependency [`@graphql-mesh/plugin-jit@^0.0.7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jit/v/0.0.7) (from `^0.0.6`, in `dependencies`)
|
1362
1308
|
|
1363
1309
|
- [#91](https://github.com/graphql-hive/gateway/pull/91) [`8b7e2a3`](https://github.com/graphql-hive/gateway/commit/8b7e2a373b475ac5c3d02e682f42e20d441636a4) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
1364
|
-
|
1365
1310
|
- Updated dependency [`@graphql-mesh/plugin-jit@^0.0.6` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jit/v/0.0.6) (from `^0.0.5`, in `dependencies`)
|
1366
1311
|
|
1367
1312
|
- [`c95d25e`](https://github.com/graphql-hive/gateway/commit/c95d25e3a2dbe20795f88965cdcd22a49f51f1c1) Thanks [@enisdenjo](https://github.com/enisdenjo)! - `onError` and `onEnd` callbacks from `onSubgraphExecute` are invoked only once regardless of how many times throw/return was called on the iterator
|
@@ -1407,7 +1352,6 @@
|
|
1407
1352
|
### Patch Changes
|
1408
1353
|
|
1409
1354
|
- [#71](https://github.com/graphql-hive/gateway/pull/71) [`ccee7f2`](https://github.com/graphql-hive/gateway/commit/ccee7f2bc36a5990bb9b944b6c6bad47305bcb17) Thanks [@ardatan](https://github.com/ardatan)! - dependencies updates:
|
1410
|
-
|
1411
1355
|
- Added dependency [`@graphql-mesh/transport-http@^0.6.7` ↗︎](https://www.npmjs.com/package/@graphql-mesh/transport-http/v/0.6.7) (to `dependencies`)
|
1412
1356
|
|
1413
1357
|
- Updated dependencies [[`ccee7f2`](https://github.com/graphql-hive/gateway/commit/ccee7f2bc36a5990bb9b944b6c6bad47305bcb17)]:
|
@@ -1457,7 +1401,6 @@
|
|
1457
1401
|
### Patch Changes
|
1458
1402
|
|
1459
1403
|
- [#41](https://github.com/graphql-hive/gateway/pull/41) [`2f9b289`](https://github.com/graphql-hive/gateway/commit/2f9b2899ab9a05ab79ca47399809f4bfbb9092ec) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
1460
|
-
|
1461
1404
|
- Updated dependency [`@graphql-mesh/plugin-jit@^0.0.5` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-jit/v/0.0.5) (from `^0.0.4`, in `dependencies`)
|
1462
1405
|
|
1463
1406
|
## 1.4.1
|
package/dist/bin.cjs
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
require('dotenv/config');
|
4
4
|
var module$1 = require('node:module');
|
5
5
|
var logger = require('@graphql-hive/logger');
|
6
|
-
var cli = require('./cli-
|
6
|
+
var cli = require('./cli-BQ10GobO.cjs');
|
7
7
|
require('node:cluster');
|
8
8
|
require('node:os');
|
9
9
|
require('node:path');
|
package/dist/bin.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
import 'dotenv/config';
|
3
3
|
import module from 'node:module';
|
4
4
|
import { Logger } from '@graphql-hive/logger';
|
5
|
-
import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-
|
5
|
+
import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-CpJrCTMy.js';
|
6
6
|
import 'node:cluster';
|
7
7
|
import 'node:os';
|
8
8
|
import 'node:path';
|
@@ -712,8 +712,10 @@ async function runProxy({ log }, config) {
|
|
712
712
|
if (handleFork(log, config)) {
|
713
713
|
return;
|
714
714
|
}
|
715
|
-
log.info(`Proxying requests to ${config.proxy.endpoint}`);
|
716
715
|
const runtime = gatewayRuntime.createGatewayRuntime(config);
|
716
|
+
log.info({ endpoint: config.proxy.endpoint }, "Loading schema");
|
717
|
+
await runtime.getSchema();
|
718
|
+
log.info({ endpoint: config.proxy.endpoint }, "Proxying requests");
|
717
719
|
await startServerForRuntime(runtime, {
|
718
720
|
...config,
|
719
721
|
log
|
@@ -842,12 +844,13 @@ async function runSubgraph({ log }, config) {
|
|
842
844
|
}
|
843
845
|
const runtime = gatewayRuntime.createGatewayRuntime(config);
|
844
846
|
if (absSchemaPath) {
|
845
|
-
log.info(`
|
847
|
+
log.info(`Loading local subgraph from ${absSchemaPath}`);
|
846
848
|
} else if (utils.isUrl(String(config.subgraph))) {
|
847
|
-
log.info(`
|
849
|
+
log.info(`Loading remote subgraph from ${config.subgraph}`);
|
848
850
|
} else {
|
849
|
-
log.info("
|
851
|
+
log.info("Loading subgraph from config");
|
850
852
|
}
|
853
|
+
await runtime.getSchema();
|
851
854
|
await startServerForRuntime(runtime, {
|
852
855
|
...config,
|
853
856
|
log
|
@@ -890,12 +893,12 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
890
893
|
});
|
891
894
|
let supergraph2 = "./supergraph.graphql";
|
892
895
|
if (schemaPathOrUrl) {
|
893
|
-
ctx.log.info(`Supergraph will be loaded from ${schemaPathOrUrl}`);
|
896
|
+
ctx.log.info(`Supergraph will be loaded from "${schemaPathOrUrl}"`);
|
894
897
|
if (hiveCdnKey) {
|
895
898
|
ctx.log.info("Using Hive CDN key");
|
896
899
|
if (!utils.isUrl(schemaPathOrUrl)) {
|
897
900
|
ctx.log.error(
|
898
|
-
`Hive CDN endpoint must be a URL when providing --hive-cdn-key but got ${schemaPathOrUrl}`
|
901
|
+
`Hive CDN endpoint must be a URL when providing --hive-cdn-key but got "${schemaPathOrUrl}"`
|
899
902
|
);
|
900
903
|
process.exit(1);
|
901
904
|
}
|
@@ -908,7 +911,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
908
911
|
ctx.log.info("Using GraphOS API key");
|
909
912
|
if (!schemaPathOrUrl.includes("@")) {
|
910
913
|
ctx.log.error(
|
911
|
-
`Apollo GraphOS requires a graph ref in the format <graph-id>@<graph-variant> when providing --apollo-key. Please provide a valid graph ref not ${schemaPathOrUrl}.`
|
914
|
+
`Apollo GraphOS requires a graph ref in the format <graph-id>@<graph-variant> when providing --apollo-key. Please provide a valid graph ref not "${schemaPathOrUrl}".`
|
912
915
|
);
|
913
916
|
process.exit(1);
|
914
917
|
}
|
@@ -1047,13 +1050,12 @@ async function runSupergraph({ log }, config) {
|
|
1047
1050
|
if (typeof config.supergraph === "string" && utils$1.isValidPath(config.supergraph) && !utils.isUrl(config.supergraph)) {
|
1048
1051
|
const supergraphPath = config.supergraph;
|
1049
1052
|
absSchemaPath = node_path.isAbsolute(supergraphPath) ? String(supergraphPath) : node_path.resolve(process.cwd(), supergraphPath);
|
1050
|
-
log.info({ path: absSchemaPath }, "Reading supergraph");
|
1051
1053
|
try {
|
1052
1054
|
await promises.lstat(absSchemaPath);
|
1053
1055
|
} catch (err) {
|
1054
1056
|
log.error(
|
1055
1057
|
{ path: absSchemaPath, err },
|
1056
|
-
"Could not
|
1058
|
+
"Could not find supergraph. Make sure the file exists."
|
1057
1059
|
);
|
1058
1060
|
process.exit(1);
|
1059
1061
|
}
|
@@ -1061,7 +1063,7 @@ async function runSupergraph({ log }, config) {
|
|
1061
1063
|
if (absSchemaPath) {
|
1062
1064
|
delete config.pollingInterval;
|
1063
1065
|
if (cluster__default.default.isPrimary) {
|
1064
|
-
log.info({ path: absSchemaPath }, "Watching supergraph for changes");
|
1066
|
+
log.info({ path: absSchemaPath }, "Watching supergraph file for changes");
|
1065
1067
|
const ctrl = new AbortController();
|
1066
1068
|
utils.registerTerminateHandler((signal) => {
|
1067
1069
|
log.info(
|
@@ -1129,17 +1131,18 @@ async function runSupergraph({ log }, config) {
|
|
1129
1131
|
}
|
1130
1132
|
const runtime = gatewayRuntime.createGatewayRuntime(config);
|
1131
1133
|
if (absSchemaPath) {
|
1132
|
-
log.info({ path: absSchemaPath }, "
|
1134
|
+
log.info({ path: absSchemaPath }, "Loading local supergraph");
|
1133
1135
|
} else if (utils.isUrl(String(config.supergraph))) {
|
1134
|
-
log.info({ url: config.supergraph }, "
|
1136
|
+
log.info({ url: config.supergraph }, "Loading remote supergraph");
|
1135
1137
|
} else if (typeof config.supergraph === "object" && "type" in config.supergraph && config.supergraph.type === "hive") {
|
1136
1138
|
log.info(
|
1137
1139
|
{ endpoint: config.supergraph.endpoint },
|
1138
|
-
"
|
1140
|
+
"Loading supergraph from Hive CDN"
|
1139
1141
|
);
|
1140
1142
|
} else {
|
1141
|
-
log.info("
|
1143
|
+
log.info("Loading supergraph from config");
|
1142
1144
|
}
|
1145
|
+
await runtime.getSchema();
|
1143
1146
|
await startServerForRuntime(runtime, {
|
1144
1147
|
...config,
|
1145
1148
|
log
|
@@ -705,8 +705,10 @@ async function runProxy({ log }, config) {
|
|
705
705
|
if (handleFork(log, config)) {
|
706
706
|
return;
|
707
707
|
}
|
708
|
-
log.info(`Proxying requests to ${config.proxy.endpoint}`);
|
709
708
|
const runtime = createGatewayRuntime(config);
|
709
|
+
log.info({ endpoint: config.proxy.endpoint }, "Loading schema");
|
710
|
+
await runtime.getSchema();
|
711
|
+
log.info({ endpoint: config.proxy.endpoint }, "Proxying requests");
|
710
712
|
await startServerForRuntime(runtime, {
|
711
713
|
...config,
|
712
714
|
log
|
@@ -835,12 +837,13 @@ async function runSubgraph({ log }, config) {
|
|
835
837
|
}
|
836
838
|
const runtime = createGatewayRuntime(config);
|
837
839
|
if (absSchemaPath) {
|
838
|
-
log.info(`
|
840
|
+
log.info(`Loading local subgraph from ${absSchemaPath}`);
|
839
841
|
} else if (isUrl(String(config.subgraph))) {
|
840
|
-
log.info(`
|
842
|
+
log.info(`Loading remote subgraph from ${config.subgraph}`);
|
841
843
|
} else {
|
842
|
-
log.info("
|
844
|
+
log.info("Loading subgraph from config");
|
843
845
|
}
|
846
|
+
await runtime.getSchema();
|
844
847
|
await startServerForRuntime(runtime, {
|
845
848
|
...config,
|
846
849
|
log
|
@@ -883,12 +886,12 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
883
886
|
});
|
884
887
|
let supergraph2 = "./supergraph.graphql";
|
885
888
|
if (schemaPathOrUrl) {
|
886
|
-
ctx.log.info(`Supergraph will be loaded from ${schemaPathOrUrl}`);
|
889
|
+
ctx.log.info(`Supergraph will be loaded from "${schemaPathOrUrl}"`);
|
887
890
|
if (hiveCdnKey) {
|
888
891
|
ctx.log.info("Using Hive CDN key");
|
889
892
|
if (!isUrl(schemaPathOrUrl)) {
|
890
893
|
ctx.log.error(
|
891
|
-
`Hive CDN endpoint must be a URL when providing --hive-cdn-key but got ${schemaPathOrUrl}`
|
894
|
+
`Hive CDN endpoint must be a URL when providing --hive-cdn-key but got "${schemaPathOrUrl}"`
|
892
895
|
);
|
893
896
|
process.exit(1);
|
894
897
|
}
|
@@ -901,7 +904,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
|
|
901
904
|
ctx.log.info("Using GraphOS API key");
|
902
905
|
if (!schemaPathOrUrl.includes("@")) {
|
903
906
|
ctx.log.error(
|
904
|
-
`Apollo GraphOS requires a graph ref in the format <graph-id>@<graph-variant> when providing --apollo-key. Please provide a valid graph ref not ${schemaPathOrUrl}.`
|
907
|
+
`Apollo GraphOS requires a graph ref in the format <graph-id>@<graph-variant> when providing --apollo-key. Please provide a valid graph ref not "${schemaPathOrUrl}".`
|
905
908
|
);
|
906
909
|
process.exit(1);
|
907
910
|
}
|
@@ -1040,13 +1043,12 @@ async function runSupergraph({ log }, config) {
|
|
1040
1043
|
if (typeof config.supergraph === "string" && isValidPath(config.supergraph) && !isUrl(config.supergraph)) {
|
1041
1044
|
const supergraphPath = config.supergraph;
|
1042
1045
|
absSchemaPath = isAbsolute(supergraphPath) ? String(supergraphPath) : resolve(process.cwd(), supergraphPath);
|
1043
|
-
log.info({ path: absSchemaPath }, "Reading supergraph");
|
1044
1046
|
try {
|
1045
1047
|
await lstat(absSchemaPath);
|
1046
1048
|
} catch (err) {
|
1047
1049
|
log.error(
|
1048
1050
|
{ path: absSchemaPath, err },
|
1049
|
-
"Could not
|
1051
|
+
"Could not find supergraph. Make sure the file exists."
|
1050
1052
|
);
|
1051
1053
|
process.exit(1);
|
1052
1054
|
}
|
@@ -1054,7 +1056,7 @@ async function runSupergraph({ log }, config) {
|
|
1054
1056
|
if (absSchemaPath) {
|
1055
1057
|
delete config.pollingInterval;
|
1056
1058
|
if (cluster.isPrimary) {
|
1057
|
-
log.info({ path: absSchemaPath }, "Watching supergraph for changes");
|
1059
|
+
log.info({ path: absSchemaPath }, "Watching supergraph file for changes");
|
1058
1060
|
const ctrl = new AbortController();
|
1059
1061
|
registerTerminateHandler((signal) => {
|
1060
1062
|
log.info(
|
@@ -1122,17 +1124,18 @@ async function runSupergraph({ log }, config) {
|
|
1122
1124
|
}
|
1123
1125
|
const runtime = createGatewayRuntime(config);
|
1124
1126
|
if (absSchemaPath) {
|
1125
|
-
log.info({ path: absSchemaPath }, "
|
1127
|
+
log.info({ path: absSchemaPath }, "Loading local supergraph");
|
1126
1128
|
} else if (isUrl(String(config.supergraph))) {
|
1127
|
-
log.info({ url: config.supergraph }, "
|
1129
|
+
log.info({ url: config.supergraph }, "Loading remote supergraph");
|
1128
1130
|
} else if (typeof config.supergraph === "object" && "type" in config.supergraph && config.supergraph.type === "hive") {
|
1129
1131
|
log.info(
|
1130
1132
|
{ endpoint: config.supergraph.endpoint },
|
1131
|
-
"
|
1133
|
+
"Loading supergraph from Hive CDN"
|
1132
1134
|
);
|
1133
1135
|
} else {
|
1134
|
-
log.info("
|
1136
|
+
log.info("Loading supergraph from config");
|
1135
1137
|
}
|
1138
|
+
await runtime.getSchema();
|
1136
1139
|
await startServerForRuntime(runtime, {
|
1137
1140
|
...config,
|
1138
1141
|
log
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
export { b as defaultOptions, d as defineConfig, e as enableModuleCachingIfPossible, a as getBuiltinPluginsFromConfig, g as getCacheInstanceFromConfig, h as handleNodeWarnings, r as run } from './cli-
|
1
|
+
export { b as defaultOptions, d as defineConfig, e as enableModuleCachingIfPossible, a as getBuiltinPluginsFromConfig, g as getCacheInstanceFromConfig, h as handleNodeWarnings, r as run } from './cli-CpJrCTMy.js';
|
2
2
|
export * from '@graphql-hive/logger';
|
3
3
|
export * from '@graphql-hive/gateway-runtime';
|
4
4
|
export { PubSub } from '@graphql-hive/pubsub';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@graphql-hive/gateway",
|
3
|
-
"version": "2.0.0-next-
|
3
|
+
"version": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
4
4
|
"type": "module",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -49,32 +49,32 @@
|
|
49
49
|
},
|
50
50
|
"dependencies": {
|
51
51
|
"@commander-js/extra-typings": "^13.1.0",
|
52
|
-
"@envelop/core": "^5.
|
52
|
+
"@envelop/core": "^5.3.0",
|
53
53
|
"@escape.tech/graphql-armor-block-field-suggestions": "^3.0.0",
|
54
54
|
"@escape.tech/graphql-armor-max-depth": "^2.4.0",
|
55
55
|
"@escape.tech/graphql-armor-max-tokens": "^2.5.0",
|
56
|
-
"@graphql-hive/gateway-runtime": "2.0.0-next-
|
57
|
-
"@graphql-hive/importer": "2.0.0-next-
|
58
|
-
"@graphql-hive/logger": "1.0.0-next-
|
59
|
-
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-
|
60
|
-
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-
|
61
|
-
"@graphql-hive/pubsub": "2.0.0-next-
|
56
|
+
"@graphql-hive/gateway-runtime": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
57
|
+
"@graphql-hive/importer": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
58
|
+
"@graphql-hive/logger": "1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
59
|
+
"@graphql-hive/plugin-aws-sigv4": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
60
|
+
"@graphql-hive/plugin-deduplicate-request": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
61
|
+
"@graphql-hive/pubsub": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
62
62
|
"@graphql-mesh/cache-cfw-kv": "^0.105.5",
|
63
63
|
"@graphql-mesh/cache-localforage": "^0.105.6",
|
64
64
|
"@graphql-mesh/cache-redis": "^0.104.5",
|
65
65
|
"@graphql-mesh/cache-upstash-redis": "^0.1.5",
|
66
66
|
"@graphql-mesh/cross-helpers": "^0.4.10",
|
67
|
-
"@graphql-mesh/hmac-upstream-signature": "2.0.0-next-
|
67
|
+
"@graphql-mesh/hmac-upstream-signature": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
68
68
|
"@graphql-mesh/plugin-http-cache": "^0.105.6",
|
69
69
|
"@graphql-mesh/plugin-jit": "^0.2.5",
|
70
|
-
"@graphql-mesh/plugin-jwt-auth": "2.0.0-next-
|
71
|
-
"@graphql-mesh/plugin-opentelemetry": "2.0.0-next-
|
72
|
-
"@graphql-mesh/plugin-prometheus": "2.0.0-next-
|
70
|
+
"@graphql-mesh/plugin-jwt-auth": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
71
|
+
"@graphql-mesh/plugin-opentelemetry": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
72
|
+
"@graphql-mesh/plugin-prometheus": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
73
73
|
"@graphql-mesh/plugin-rate-limit": "^0.104.5",
|
74
74
|
"@graphql-mesh/plugin-snapshot": "^0.104.5",
|
75
|
-
"@graphql-mesh/transport-http": "1.0.0-next-
|
76
|
-
"@graphql-mesh/transport-http-callback": "1.0.0-next-
|
77
|
-
"@graphql-mesh/transport-ws": "2.0.0-next-
|
75
|
+
"@graphql-mesh/transport-http": "1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
76
|
+
"@graphql-mesh/transport-http-callback": "1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
77
|
+
"@graphql-mesh/transport-ws": "2.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
78
78
|
"@graphql-mesh/types": "^0.104.5",
|
79
79
|
"@graphql-mesh/utils": "^0.104.5",
|
80
80
|
"@graphql-tools/code-file-loader": "^8.1.15",
|
@@ -94,14 +94,14 @@
|
|
94
94
|
"@opentelemetry/sdk-logs": "^0.202.0",
|
95
95
|
"@opentelemetry/sdk-metrics": "^2.0.1",
|
96
96
|
"commander": "^13.1.0",
|
97
|
-
"dotenv": "^
|
97
|
+
"dotenv": "^17.2.0",
|
98
98
|
"graphql-ws": "^6.0.4",
|
99
99
|
"graphql-yoga": "^5.15.1",
|
100
100
|
"tslib": "^2.8.1",
|
101
|
-
"ws": "^8.18.
|
101
|
+
"ws": "^8.18.3"
|
102
102
|
},
|
103
103
|
"devDependencies": {
|
104
|
-
"@graphql-mesh/transport-common": "1.0.0-next-
|
104
|
+
"@graphql-mesh/transport-common": "1.0.0-next-b2fc495450a061d1ea5447abd89959620b1e4f70",
|
105
105
|
"@graphql-mesh/transport-soap": "^0.10.6",
|
106
106
|
"@graphql-tools/executor": "^1.4.7",
|
107
107
|
"@rollup/plugin-commonjs": "^28.0.0",
|
@@ -110,19 +110,19 @@
|
|
110
110
|
"@rollup/plugin-sucrase": "^5.0.2",
|
111
111
|
"@tsconfig/node18": "^18.2.4",
|
112
112
|
"@types/adm-zip": "^0.5.5",
|
113
|
-
"@types/bun": "1.2.
|
113
|
+
"@types/bun": "1.2.18",
|
114
114
|
"@types/ws": "^8.5.12",
|
115
115
|
"@whatwg-node/fetch": "^0.10.8",
|
116
116
|
"adm-zip": "^0.5.15",
|
117
|
-
"bun": "^1.2.
|
117
|
+
"bun": "^1.2.18",
|
118
118
|
"graphql": "^16.9.0",
|
119
119
|
"parse-duration": "^2.0.0",
|
120
|
-
"pkgroll": "2.
|
120
|
+
"pkgroll": "2.14.3",
|
121
121
|
"postject": "^1.0.0-alpha.6",
|
122
122
|
"rimraf": "^6.0.1",
|
123
123
|
"rollup": "4.44.0",
|
124
124
|
"rollup-plugin-tsconfig-paths": "^1.5.2",
|
125
|
-
"tsx": "4.
|
125
|
+
"tsx": "4.20.3"
|
126
126
|
},
|
127
127
|
"sideEffects": false
|
128
128
|
}
|