@graphql-hive/gateway 2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c → 2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +46 -27
  2. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,35 +1,47 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
4
-
3
+ ## 2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
5
4
  ### Major Changes
6
5
 
7
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`f3498f0`](https://github.com/graphql-hive/gateway/commit/f3498f0cb5619cbd58f4b9f9a4a19a8ee29942c3) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
8
6
 
7
+
8
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`2cb44ee`](https://github.com/graphql-hive/gateway/commit/2cb44ee21ec00210a9e292b40f0e1964e03ec09f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
9
+
9
10
  Least supported Node version is now v20.
10
11
 
11
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
12
+
13
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
14
+
12
15
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
16
+
13
17
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
14
18
 
15
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`06d9cbf`](https://github.com/graphql-hive/gateway/commit/06d9cbfb059caa70b548e2fe7e0c9d3263fca877) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
16
19
 
20
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`cfcd8cd`](https://github.com/graphql-hive/gateway/commit/cfcd8cdcc8048012701ecc03556baf47eb3b0d73) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
21
+
17
22
  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.
18
23
 
19
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4aee873`](https://github.com/graphql-hive/gateway/commit/4aee87330a6589e27bbf5c42a915552f4230132d) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
20
24
 
25
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`147c589`](https://github.com/graphql-hive/gateway/commit/147c58926da7700118794f03bfb7a39ada4b23bb) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
26
+
21
27
  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.
22
28
 
23
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`b32708b`](https://github.com/graphql-hive/gateway/commit/b32708bf8cc376a4135cf3b63e7763cbeb77cf10) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
24
29
 
30
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`b4a4a58`](https://github.com/graphql-hive/gateway/commit/b4a4a586e8d8ddcfc54323931e7eea4fc028b7b2) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
31
+
25
32
  Failing to start if the schema is not loaded for whatever reason.
26
33
 
27
34
  ### Patch Changes
28
35
 
29
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
36
+
37
+
38
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
39
+
30
40
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
31
41
 
32
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`0e4f107`](https://github.com/graphql-hive/gateway/commit/0e4f107a0fb06d9687b20f75166cf654802f32a4) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
42
+
43
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`cfa763a`](https://github.com/graphql-hive/gateway/commit/cfa763ac9d75310b916064168f8a2c14fc9853ef) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
44
+
33
45
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
34
46
  - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
35
47
  - Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
@@ -40,15 +52,21 @@
40
52
  - Added dependency [`@opentelemetry/sampler-jaeger-remote@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sampler-jaeger-remote/v/0.202.0) (to `dependencies`)
41
53
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
42
54
 
43
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5505784`](https://github.com/graphql-hive/gateway/commit/55057841b9aa3b7c13e91bb2be9d980728721926) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
55
+
56
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`0a2d8ab`](https://github.com/graphql-hive/gateway/commit/0a2d8abfa4d8e9dacba156055b1230de8d389551) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
57
+
44
58
  - Added dependency [`@opentelemetry/api-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.202.0) (to `dependencies`)
45
59
  - Added dependency [`@opentelemetry/sdk-logs@^0.202.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-logs/v/0.202.0) (to `dependencies`)
46
60
 
47
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`ce13308`](https://github.com/graphql-hive/gateway/commit/ce133081f4f9612a04d09c9fe54bd6b1402148d4) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
61
+
62
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`4c667df`](https://github.com/graphql-hive/gateway/commit/4c667dfc22371fd0b78f56d7f022c26e386facc9) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
63
+
48
64
  - Added dependency [`@opentelemetry/context-async-hooks@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-async-hooks/v/2.0.1) (to `dependencies`)
49
65
  - Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
50
66
 
67
+
51
68
  - [#1408](https://github.com/graphql-hive/gateway/pull/1408) [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
69
+
52
70
  - Updated dependency [`@graphql-mesh/cache-cfw-kv@^0.105.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.105.8) (from `^0.105.7`, in `dependencies`)
53
71
  - Updated dependency [`@graphql-mesh/cache-localforage@^0.105.9` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.105.9) (from `^0.105.8`, in `dependencies`)
54
72
  - Updated dependency [`@graphql-mesh/cache-redis@^0.104.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.104.8) (from `^0.104.7`, in `dependencies`)
@@ -56,7 +74,9 @@
56
74
  - Updated dependency [`@graphql-mesh/types@^0.104.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.8) (from `^0.104.7`, in `dependencies`)
57
75
  - Updated dependency [`@graphql-mesh/utils@^0.104.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.8) (from `^0.104.7`, in `dependencies`)
58
76
 
59
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`f82ff95`](https://github.com/graphql-hive/gateway/commit/f82ff950a3a0c59f33a88c9839dbfda6c45fe98b) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
77
+
78
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`8db36e9`](https://github.com/graphql-hive/gateway/commit/8db36e9e19e0885d498dd44575ebdf4e25d5bd34) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
79
+
60
80
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
61
81
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
62
82
  - Added dependency [`@opentelemetry/api-logs@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.203.0) (to `dependencies`)
@@ -72,21 +92,20 @@
72
92
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
73
93
  - Added dependency [`@opentelemetry/sdk-trace-base@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base/v/2.0.1) (to `dependencies`)
74
94
  - Removed dependency [`@graphql-mesh/plugin-mock@^0.105.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/plugin-mock/v/0.105.8) (from `dependencies`)
75
-
76
- - Updated dependencies [[`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f), [`3a49671`](https://github.com/graphql-hive/gateway/commit/3a49671236d3ea4deda7e7203ffc5c8693e6a676), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`f82ff95`](https://github.com/graphql-hive/gateway/commit/f82ff950a3a0c59f33a88c9839dbfda6c45fe98b), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`0e4f107`](https://github.com/graphql-hive/gateway/commit/0e4f107a0fb06d9687b20f75166cf654802f32a4), [`5505784`](https://github.com/graphql-hive/gateway/commit/55057841b9aa3b7c13e91bb2be9d980728721926), [`ce13308`](https://github.com/graphql-hive/gateway/commit/ce133081f4f9612a04d09c9fe54bd6b1402148d4), [`3a49671`](https://github.com/graphql-hive/gateway/commit/3a49671236d3ea4deda7e7203ffc5c8693e6a676), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`9222a85`](https://github.com/graphql-hive/gateway/commit/9222a859f216db895e88905c10bf85b1ca7f2a2c), [`3c9861e`](https://github.com/graphql-hive/gateway/commit/3c9861ea4931f08d82027bea5554370cdfb9ec9f), [`ab665bf`](https://github.com/graphql-hive/gateway/commit/ab665bf9e8a8774dfa37bfe8f1dd4a2d7d50a861), [`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`f82ff95`](https://github.com/graphql-hive/gateway/commit/f82ff950a3a0c59f33a88c9839dbfda6c45fe98b), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`e5eb881`](https://github.com/graphql-hive/gateway/commit/e5eb881e8a063accc55b750e613f4baefa21dda5), [`f3498f0`](https://github.com/graphql-hive/gateway/commit/f3498f0cb5619cbd58f4b9f9a4a19a8ee29942c3), [`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f), [`c7c044b`](https://github.com/graphql-hive/gateway/commit/c7c044bfdf41bf9eead31826acad6ff1a2c81192), [`f77fc27`](https://github.com/graphql-hive/gateway/commit/f77fc27d3f1ebf43dde1b8ef9477920558d68ee3), [`605545a`](https://github.com/graphql-hive/gateway/commit/605545a49a11d315d26e60e5ab40f8174334b7ac), [`d773ed9`](https://github.com/graphql-hive/gateway/commit/d773ed91a5988abd55b3d4a475e003e86b466cb6), [`aca9397`](https://github.com/graphql-hive/gateway/commit/aca93974416f63b0c61fd168d0c5b9822d674e64), [`c7c044b`](https://github.com/graphql-hive/gateway/commit/c7c044bfdf41bf9eead31826acad6ff1a2c81192), [`e5eb881`](https://github.com/graphql-hive/gateway/commit/e5eb881e8a063accc55b750e613f4baefa21dda5), [`4564dd4`](https://github.com/graphql-hive/gateway/commit/4564dd4565cb27ff6a1f5c78c4d431d9f10bd12b), [`ab665bf`](https://github.com/graphql-hive/gateway/commit/ab665bf9e8a8774dfa37bfe8f1dd4a2d7d50a861), [`4feb479`](https://github.com/graphql-hive/gateway/commit/4feb479abde20015205c4903ec185d9adaa8796f), [`4930efa`](https://github.com/graphql-hive/gateway/commit/4930efad469041300afe677c29c8f6200c25c789)]:
77
- - @graphql-hive/gateway-runtime@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
78
- - @graphql-hive/plugin-deduplicate-request@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
79
- - @graphql-mesh/hmac-upstream-signature@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
80
- - @graphql-mesh/plugin-jwt-auth@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
81
- - @graphql-mesh/plugin-opentelemetry@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
82
- - @graphql-mesh/plugin-prometheus@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
83
- - @graphql-mesh/transport-http@1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
84
- - @graphql-mesh/transport-http-callback@1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
85
- - @graphql-mesh/transport-ws@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
86
- - @graphql-hive/plugin-aws-sigv4@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
87
- - @graphql-hive/importer@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
88
- - @graphql-hive/pubsub@2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
89
- - @graphql-hive/logger@1.0.1-next-30ae73fe8e2e57245bed2869ee408d865746ca7c
95
+ - Updated dependencies [[`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1), [`a2312e1`](https://github.com/graphql-hive/gateway/commit/a2312e13ae88269457c61c2ef16d01f43207a0d2), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`37113d1`](https://github.com/graphql-hive/gateway/commit/37113d1a446748fd83da9823e27a0f56872317df), [`8db36e9`](https://github.com/graphql-hive/gateway/commit/8db36e9e19e0885d498dd44575ebdf4e25d5bd34), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`cfa763a`](https://github.com/graphql-hive/gateway/commit/cfa763ac9d75310b916064168f8a2c14fc9853ef), [`0a2d8ab`](https://github.com/graphql-hive/gateway/commit/0a2d8abfa4d8e9dacba156055b1230de8d389551), [`4c667df`](https://github.com/graphql-hive/gateway/commit/4c667dfc22371fd0b78f56d7f022c26e386facc9), [`a2312e1`](https://github.com/graphql-hive/gateway/commit/a2312e13ae88269457c61c2ef16d01f43207a0d2), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`42de363`](https://github.com/graphql-hive/gateway/commit/42de3635744b881032b098eb42a1b8e7103bb09f), [`b22e33c`](https://github.com/graphql-hive/gateway/commit/b22e33c09d82f27889a1d49f05c94c814d858fcc), [`33a89bd`](https://github.com/graphql-hive/gateway/commit/33a89bd92774d4b1331e726f15816b942a2d0892), [`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`8db36e9`](https://github.com/graphql-hive/gateway/commit/8db36e9e19e0885d498dd44575ebdf4e25d5bd34), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`37113d1`](https://github.com/graphql-hive/gateway/commit/37113d1a446748fd83da9823e27a0f56872317df), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`e5eb881`](https://github.com/graphql-hive/gateway/commit/e5eb881e8a063accc55b750e613f4baefa21dda5), [`2cb44ee`](https://github.com/graphql-hive/gateway/commit/2cb44ee21ec00210a9e292b40f0e1964e03ec09f), [`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1), [`7019f12`](https://github.com/graphql-hive/gateway/commit/7019f12f0a571df4c9fd8908110c8b33436a3063), [`f25f27e`](https://github.com/graphql-hive/gateway/commit/f25f27e7c4fa9f38626c19d2f94e62d53dedc03e), [`e70fb84`](https://github.com/graphql-hive/gateway/commit/e70fb84f7acaa7756116f4c4f4dedf9a72c25b6b), [`7e79f17`](https://github.com/graphql-hive/gateway/commit/7e79f17973c5711ee1be87b80f653a5a293075a2), [`8e4e52f`](https://github.com/graphql-hive/gateway/commit/8e4e52f5204ae992704f4edc656c422271b341b7), [`7019f12`](https://github.com/graphql-hive/gateway/commit/7019f12f0a571df4c9fd8908110c8b33436a3063), [`e5eb881`](https://github.com/graphql-hive/gateway/commit/e5eb881e8a063accc55b750e613f4baefa21dda5), [`590b930`](https://github.com/graphql-hive/gateway/commit/590b93040edc6309728e4fda72168fc2d13681a9), [`33a89bd`](https://github.com/graphql-hive/gateway/commit/33a89bd92774d4b1331e726f15816b942a2d0892), [`7766e3c`](https://github.com/graphql-hive/gateway/commit/7766e3c52272c5a58cc9a25b9d1a0e2886be11e1), [`d031c51`](https://github.com/graphql-hive/gateway/commit/d031c51b8cdc244fbbc566fb7f32e48ad0f4283f)]:
96
+ - @graphql-hive/gateway-runtime@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
97
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
98
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
99
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
100
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
101
+ - @graphql-mesh/plugin-prometheus@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
102
+ - @graphql-mesh/transport-http@1.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
103
+ - @graphql-mesh/transport-http-callback@1.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
104
+ - @graphql-mesh/transport-ws@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
105
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
106
+ - @graphql-hive/importer@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
107
+ - @graphql-hive/pubsub@2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
108
+ - @graphql-hive/logger@1.0.1-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f
90
109
 
91
110
  ## 1.16.3
92
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
3
+ "version": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,28 +53,28 @@
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-30ae73fe8e2e57245bed2869ee408d865746ca7c",
57
- "@graphql-hive/importer": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
58
- "@graphql-hive/logger": "1.0.1-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
59
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
60
- "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
61
- "@graphql-hive/pubsub": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
56
+ "@graphql-hive/gateway-runtime": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
57
+ "@graphql-hive/importer": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
58
+ "@graphql-hive/logger": "1.0.1-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
59
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
60
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
61
+ "@graphql-hive/pubsub": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
62
62
  "@graphql-mesh/cache-cfw-kv": "^0.105.8",
63
63
  "@graphql-mesh/cache-localforage": "^0.105.9",
64
64
  "@graphql-mesh/cache-redis": "^0.104.8",
65
65
  "@graphql-mesh/cache-upstash-redis": "^0.1.8",
66
66
  "@graphql-mesh/cross-helpers": "^0.4.10",
67
- "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
68
68
  "@graphql-mesh/plugin-http-cache": "^0.105.8",
69
69
  "@graphql-mesh/plugin-jit": "^0.2.7",
70
- "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
71
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
72
- "@graphql-mesh/plugin-prometheus": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
71
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
72
+ "@graphql-mesh/plugin-prometheus": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
73
73
  "@graphql-mesh/plugin-rate-limit": "^0.104.7",
74
74
  "@graphql-mesh/plugin-snapshot": "^0.104.7",
75
- "@graphql-mesh/transport-http": "1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
76
- "@graphql-mesh/transport-http-callback": "1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
77
- "@graphql-mesh/transport-ws": "2.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
75
+ "@graphql-mesh/transport-http": "1.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
76
+ "@graphql-mesh/transport-http-callback": "1.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
77
+ "@graphql-mesh/transport-ws": "2.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
78
78
  "@graphql-mesh/types": "^0.104.8",
79
79
  "@graphql-mesh/utils": "^0.104.8",
80
80
  "@graphql-tools/code-file-loader": "^8.1.22",
@@ -103,7 +103,7 @@
103
103
  "ws": "^8.18.3"
104
104
  },
105
105
  "devDependencies": {
106
- "@graphql-mesh/transport-common": "1.0.0-next-30ae73fe8e2e57245bed2869ee408d865746ca7c",
106
+ "@graphql-mesh/transport-common": "1.0.0-next-2ce48540f6738bbb2b5f9b4637b63e19602b314f",
107
107
  "@graphql-mesh/transport-soap": "^0.10.8",
108
108
  "@graphql-tools/executor": "^1.4.9",
109
109
  "@rollup/plugin-commonjs": "^28.0.0",
@@ -114,7 +114,7 @@
114
114
  "@types/adm-zip": "^0.5.5",
115
115
  "@types/bun": "1.2.21",
116
116
  "@types/ws": "^8.5.12",
117
- "@whatwg-node/fetch": "^0.10.9",
117
+ "@whatwg-node/fetch": "^0.10.10",
118
118
  "adm-zip": "^0.5.15",
119
119
  "bun": "^1.2.21",
120
120
  "graphql": "^16.9.0",