@graphql-hive/gateway 2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46 → 2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840

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 +32 -32
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,35 +1,35 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
3
+ ## 2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
4
4
 
5
5
  ### Major Changes
6
6
 
7
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`52969bd`](https://github.com/graphql-hive/gateway/commit/52969bd36a9aad1c8c5311a60c7af535a0c98924) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Drop Node 18 support
7
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`ca999df`](https://github.com/graphql-hive/gateway/commit/ca999dfcc0346a58a3f330c1fb3291fb375b7a3b) 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) [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
11
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`f05f86e`](https://github.com/graphql-hive/gateway/commit/f05f86e3200f8bebf4411d89b3615c3f31188331) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Introduce and use the new Hive Logger
12
12
  - [Read more about it on the Hive Logger documentation here.](https://the-guild.dev/graphql/hive/docs/logger)
13
13
  - If coming from Hive Gateway v1, [read the migration guide here.](https://the-guild.dev/graphql/hive/docs/migration-guides/gateway-v1-v2)
14
14
 
15
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`13356cc`](https://github.com/graphql-hive/gateway/commit/13356ccfd6d55c02a5560420e02594d5fca97898) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
15
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`6e48c13`](https://github.com/graphql-hive/gateway/commit/6e48c1370b13e0bd3d408221d6e95a67c95f1d8a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Disable forking even if NODE_ENV=production
16
16
 
17
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.
18
18
 
19
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`422b6bf`](https://github.com/graphql-hive/gateway/commit/422b6bf26c0e7e194fda52f4d04dca589f84ffaa) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
19
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`a60f8ab`](https://github.com/graphql-hive/gateway/commit/a60f8abf30c981a73c3abd90cdf3fccca3b68b16) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Remove mocking plugin from Hive Gateway built-ins
20
20
 
21
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.
22
22
 
23
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`81d10af`](https://github.com/graphql-hive/gateway/commit/81d10afc34d7fed18a66087bfc544358c9ea270a) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
23
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`1aa431f`](https://github.com/graphql-hive/gateway/commit/1aa431f95fbdab428e431ba101e9c6203323b808) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Load schema on initialization
24
24
 
25
25
  Failing to start if the schema is not loaded for whatever reason.
26
26
 
27
27
  ### Patch Changes
28
28
 
29
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
29
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`f05f86e`](https://github.com/graphql-hive/gateway/commit/f05f86e3200f8bebf4411d89b3615c3f31188331) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
30
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) [`0765d21`](https://github.com/graphql-hive/gateway/commit/0765d213ef049adf2fb079c24f2ea7608c30ce95) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
32
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`5b17584`](https://github.com/graphql-hive/gateway/commit/5b1758419b768b010a6c409491dc1f8b838ceb64) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
33
33
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
34
34
  - Added dependency [`@opentelemetry/context-zone@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/context-zone/v/2.0.1) (to `dependencies`)
35
35
  - Added dependency [`@opentelemetry/core@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/core/v/2.0.1) (to `dependencies`)
@@ -40,23 +40,23 @@
40
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`)
41
41
  - Added dependency [`@opentelemetry/sdk-metrics@^2.0.1` ↗︎](https://www.npmjs.com/package/@opentelemetry/sdk-metrics/v/2.0.1) (to `dependencies`)
42
42
 
43
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`49139e9`](https://github.com/graphql-hive/gateway/commit/49139e97e093a8d37039c49866d074c8cf754c7f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
43
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`781e36e`](https://github.com/graphql-hive/gateway/commit/781e36ec330ab2506999c128517cd8988d005e1e) 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
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`56bba95`](https://github.com/graphql-hive/gateway/commit/56bba95554424e4ea384bfbadbef8fd6db353f1f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
47
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`48edaa4`](https://github.com/graphql-hive/gateway/commit/48edaa409f3a2b4f366381dabccba3e2de47432f) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
48
48
  - 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
49
  - 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
50
 
51
- - [#1395](https://github.com/graphql-hive/gateway/pull/1395) [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18) Thanks [@enisdenjo](https://github.com/enisdenjo)! - dependencies updates:
52
- - Updated dependency [`@graphql-mesh/cache-cfw-kv@0.105.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-cfw-kv/v/0.105.8) (from `^0.105.7`, in `dependencies`)
53
- - Updated dependency [`@graphql-mesh/cache-localforage@0.105.9-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-localforage/v/0.105.9) (from `^0.105.8`, in `dependencies`)
54
- - Updated dependency [`@graphql-mesh/cache-redis@0.104.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-redis/v/0.104.8) (from `^0.104.7`, in `dependencies`)
55
- - Updated dependency [`@graphql-mesh/cache-upstash-redis@0.1.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.1.8) (from `^0.1.7`, in `dependencies`)
56
- - Updated dependency [`@graphql-mesh/types@0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/types/v/0.104.8) (from `^0.104.7`, in `dependencies`)
57
- - Updated dependency [`@graphql-mesh/utils@0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0` ↗︎](https://www.npmjs.com/package/@graphql-mesh/utils/v/0.104.8) (from `^0.104.7`, in `dependencies`)
51
+ - [#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:
52
+ - 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
+ - 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
+ - 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`)
55
+ - Updated dependency [`@graphql-mesh/cache-upstash-redis@^0.1.8` ↗︎](https://www.npmjs.com/package/@graphql-mesh/cache-upstash-redis/v/0.1.8) (from `^0.1.7`, in `dependencies`)
56
+ - 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
+ - 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
58
 
59
- - [#956](https://github.com/graphql-hive/gateway/pull/956) [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
59
+ - [#956](https://github.com/graphql-hive/gateway/pull/956) [`3ddc835`](https://github.com/graphql-hive/gateway/commit/3ddc835a6c1e6514124c7103c32da5699c238d74) Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - dependencies updates:
60
60
  - Added dependency [`@graphql-hive/logger@workspace:^` ↗︎](https://www.npmjs.com/package/@graphql-hive/logger/v/workspace:^) (to `dependencies`)
61
61
  - Added dependency [`@opentelemetry/api@^1.9.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api/v/1.9.0) (to `dependencies`)
62
62
  - Added dependency [`@opentelemetry/api-logs@^0.203.0` ↗︎](https://www.npmjs.com/package/@opentelemetry/api-logs/v/0.203.0) (to `dependencies`)
@@ -73,20 +73,20 @@
73
73
  - 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
74
  - 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
75
 
76
- - Updated dependencies [[`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`0b9b5cb`](https://github.com/graphql-hive/gateway/commit/0b9b5cb59ae6000aaae15a35448f5f879914685b), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`d2d43bd`](https://github.com/graphql-hive/gateway/commit/d2d43bd4f5e0082e36a4d5e76d51cc6ce17d8f3c), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0765d21`](https://github.com/graphql-hive/gateway/commit/0765d213ef049adf2fb079c24f2ea7608c30ce95), [`49139e9`](https://github.com/graphql-hive/gateway/commit/49139e97e093a8d37039c49866d074c8cf754c7f), [`56bba95`](https://github.com/graphql-hive/gateway/commit/56bba95554424e4ea384bfbadbef8fd6db353f1f), [`0b9b5cb`](https://github.com/graphql-hive/gateway/commit/0b9b5cb59ae6000aaae15a35448f5f879914685b), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`8834977`](https://github.com/graphql-hive/gateway/commit/8834977dd6c889b01d484ae9517ad499e103ccef), [`ea95839`](https://github.com/graphql-hive/gateway/commit/ea95839952e98c9a10358543b6bbe46613e71892), [`5693509`](https://github.com/graphql-hive/gateway/commit/569350926376743ca1e819132180876416752882), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`25b4f4f`](https://github.com/graphql-hive/gateway/commit/25b4f4fb71fb4b5d7a155180c241c05870085663), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`0941f15`](https://github.com/graphql-hive/gateway/commit/0941f15c16c9a80e103bc639654901344e95ca18), [`52969bd`](https://github.com/graphql-hive/gateway/commit/52969bd36a9aad1c8c5311a60c7af535a0c98924), [`32f42ff`](https://github.com/graphql-hive/gateway/commit/32f42ff247fc81ddea9285b1ea89e83b5bcfc328), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`85801aa`](https://github.com/graphql-hive/gateway/commit/85801aae89750d652e99b167e3da07239cc6f17c), [`1cb8dae`](https://github.com/graphql-hive/gateway/commit/1cb8dae6d0eae38fc8fed47b2139ed602ca35028), [`0c896da`](https://github.com/graphql-hive/gateway/commit/0c896da51735b6243627c7d0d32e1f422196ddca), [`1b5715a`](https://github.com/graphql-hive/gateway/commit/1b5715aaf0e1a1ed0c3be1c65d22063112b6b63b), [`0be73ae`](https://github.com/graphql-hive/gateway/commit/0be73aeff57733cd1313b081e0ada7ee667f7cc8), [`85801aa`](https://github.com/graphql-hive/gateway/commit/85801aae89750d652e99b167e3da07239cc6f17c), [`9180754`](https://github.com/graphql-hive/gateway/commit/9180754a4cfe4a8340dd45d5ba3d775db1a02aaa), [`5693509`](https://github.com/graphql-hive/gateway/commit/569350926376743ca1e819132180876416752882), [`3b825ae`](https://github.com/graphql-hive/gateway/commit/3b825ae03d5185c3a6b1c5c207b766e8168e39cf), [`32f42ff`](https://github.com/graphql-hive/gateway/commit/32f42ff247fc81ddea9285b1ea89e83b5bcfc328), [`cb29be6`](https://github.com/graphql-hive/gateway/commit/cb29be601fdc323fa8d80baaa2f9b8ccc4092c40)]:
77
- - @graphql-hive/gateway-runtime@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
78
- - @graphql-hive/plugin-deduplicate-request@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
79
- - @graphql-hive/pubsub@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
80
- - @graphql-mesh/hmac-upstream-signature@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
81
- - @graphql-mesh/plugin-jwt-auth@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
82
- - @graphql-mesh/plugin-opentelemetry@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
83
- - @graphql-mesh/plugin-prometheus@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
84
- - @graphql-mesh/transport-http@1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
85
- - @graphql-mesh/transport-http-callback@1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
86
- - @graphql-mesh/transport-ws@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
87
- - @graphql-hive/plugin-aws-sigv4@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
88
- - @graphql-hive/importer@2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
89
- - @graphql-hive/logger@1.0.1-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
76
+ - Updated dependencies [[`f05f86e`](https://github.com/graphql-hive/gateway/commit/f05f86e3200f8bebf4411d89b3615c3f31188331), [`58c4c93`](https://github.com/graphql-hive/gateway/commit/58c4c93ef1d1b69439b4dc24b7808bb96776cacd), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`3ddc835`](https://github.com/graphql-hive/gateway/commit/3ddc835a6c1e6514124c7103c32da5699c238d74), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`0c5bcce`](https://github.com/graphql-hive/gateway/commit/0c5bcced17c353b90ae69eebe375bc2d03347210), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`5b17584`](https://github.com/graphql-hive/gateway/commit/5b1758419b768b010a6c409491dc1f8b838ceb64), [`781e36e`](https://github.com/graphql-hive/gateway/commit/781e36ec330ab2506999c128517cd8988d005e1e), [`48edaa4`](https://github.com/graphql-hive/gateway/commit/48edaa409f3a2b4f366381dabccba3e2de47432f), [`58c4c93`](https://github.com/graphql-hive/gateway/commit/58c4c93ef1d1b69439b4dc24b7808bb96776cacd), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`d239643`](https://github.com/graphql-hive/gateway/commit/d239643069bf23db5131db3ccea129742770fb95), [`2d7b4ba`](https://github.com/graphql-hive/gateway/commit/2d7b4ba55f65fb7ba739ee61dffa39a06386fdc4), [`a1a9ce7`](https://github.com/graphql-hive/gateway/commit/a1a9ce76c9dd38a73f166e9a6fd4024a5fc0952c), [`f05f86e`](https://github.com/graphql-hive/gateway/commit/f05f86e3200f8bebf4411d89b3615c3f31188331), [`5aefad2`](https://github.com/graphql-hive/gateway/commit/5aefad2ac4abe40fd1cb141218bd2679b3e0047d), [`3ddc835`](https://github.com/graphql-hive/gateway/commit/3ddc835a6c1e6514124c7103c32da5699c238d74), [`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), [`ca999df`](https://github.com/graphql-hive/gateway/commit/ca999dfcc0346a58a3f330c1fb3291fb375b7a3b), [`d27f7b7`](https://github.com/graphql-hive/gateway/commit/d27f7b7031632e2fd002ba48e3d5b845a26b0b88), [`f05f86e`](https://github.com/graphql-hive/gateway/commit/f05f86e3200f8bebf4411d89b3615c3f31188331), [`52b29d4`](https://github.com/graphql-hive/gateway/commit/52b29d4bafb03fc792c29f0554c6cd80afedcd39), [`d538245`](https://github.com/graphql-hive/gateway/commit/d5382452173fc8464c0e91f9649c763c136d6fae), [`9bf38db`](https://github.com/graphql-hive/gateway/commit/9bf38dbfeadd98241868640525b3365c4f2ef296), [`90b924c`](https://github.com/graphql-hive/gateway/commit/90b924ced7ccdf292e15e69b17a4ea92dca3b142), [`34a198f`](https://github.com/graphql-hive/gateway/commit/34a198f93c26a82cb7a10038e1f505612847a06b), [`52b29d4`](https://github.com/graphql-hive/gateway/commit/52b29d4bafb03fc792c29f0554c6cd80afedcd39), [`e5eb881`](https://github.com/graphql-hive/gateway/commit/e5eb881e8a063accc55b750e613f4baefa21dda5), [`2e449bd`](https://github.com/graphql-hive/gateway/commit/2e449bd0c3e89fdb9b9464d3249ff411f418e646), [`a1a9ce7`](https://github.com/graphql-hive/gateway/commit/a1a9ce76c9dd38a73f166e9a6fd4024a5fc0952c), [`f05f86e`](https://github.com/graphql-hive/gateway/commit/f05f86e3200f8bebf4411d89b3615c3f31188331), [`d27f7b7`](https://github.com/graphql-hive/gateway/commit/d27f7b7031632e2fd002ba48e3d5b845a26b0b88), [`eb37bd3`](https://github.com/graphql-hive/gateway/commit/eb37bd33e62dada7f16866e84dee47184461aa2a)]:
77
+ - @graphql-hive/gateway-runtime@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
78
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
79
+ - @graphql-hive/pubsub@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
80
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
81
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
82
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
83
+ - @graphql-mesh/plugin-prometheus@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
84
+ - @graphql-mesh/transport-http@1.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
85
+ - @graphql-mesh/transport-http-callback@1.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
86
+ - @graphql-mesh/transport-ws@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
87
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
88
+ - @graphql-hive/importer@2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840
89
+ - @graphql-hive/logger@1.0.1-next-5955edf046c5d6a3b2fe720b4baa20225dade840
90
90
 
91
91
  ## 1.16.3
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway",
3
- "version": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
3
+ "version": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -53,30 +53,30 @@
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
57
- "@graphql-hive/importer": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
58
- "@graphql-hive/logger": "1.0.1-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
59
- "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
60
- "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
61
- "@graphql-hive/pubsub": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
62
- "@graphql-mesh/cache-cfw-kv": "0.105.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
63
- "@graphql-mesh/cache-localforage": "0.105.9-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
64
- "@graphql-mesh/cache-redis": "0.104.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
65
- "@graphql-mesh/cache-upstash-redis": "0.1.8-alpha-20250820153219-b2217809810400a0a95b79558f0166ddb563f0bb",
56
+ "@graphql-hive/gateway-runtime": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
57
+ "@graphql-hive/importer": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
58
+ "@graphql-hive/logger": "1.0.1-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
59
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
60
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
61
+ "@graphql-hive/pubsub": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
62
+ "@graphql-mesh/cache-cfw-kv": "^0.105.8",
63
+ "@graphql-mesh/cache-localforage": "^0.105.9",
64
+ "@graphql-mesh/cache-redis": "^0.104.8",
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
67
+ "@graphql-mesh/hmac-upstream-signature": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
71
- "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
72
- "@graphql-mesh/plugin-prometheus": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
70
+ "@graphql-mesh/plugin-jwt-auth": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
71
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
72
+ "@graphql-mesh/plugin-prometheus": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
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-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
76
- "@graphql-mesh/transport-http-callback": "1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
77
- "@graphql-mesh/transport-ws": "2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
78
- "@graphql-mesh/types": "0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0",
79
- "@graphql-mesh/utils": "0.104.8-alpha-20250820154906-c854a2b54847db114256951ae911aaf49b5e67a0",
75
+ "@graphql-mesh/transport-http": "1.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
76
+ "@graphql-mesh/transport-http-callback": "1.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
77
+ "@graphql-mesh/transport-ws": "2.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
78
+ "@graphql-mesh/types": "^0.104.8",
79
+ "@graphql-mesh/utils": "^0.104.8",
80
80
  "@graphql-tools/code-file-loader": "^8.1.22",
81
81
  "@graphql-tools/graphql-file-loader": "^8.0.22",
82
82
  "@graphql-tools/load": "^8.1.2",
@@ -103,7 +103,7 @@
103
103
  "ws": "^8.18.3"
104
104
  },
105
105
  "devDependencies": {
106
- "@graphql-mesh/transport-common": "1.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46",
106
+ "@graphql-mesh/transport-common": "1.0.0-next-5955edf046c5d6a3b2fe720b4baa20225dade840",
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",
@@ -112,11 +112,11 @@
112
112
  "@rollup/plugin-sucrase": "^5.0.2",
113
113
  "@tsconfig/node18": "^18.2.4",
114
114
  "@types/adm-zip": "^0.5.5",
115
- "@types/bun": "1.2.18",
115
+ "@types/bun": "1.2.21",
116
116
  "@types/ws": "^8.5.12",
117
117
  "@whatwg-node/fetch": "^0.10.9",
118
118
  "adm-zip": "^0.5.15",
119
- "bun": "^1.2.18",
119
+ "bun": "^1.2.21",
120
120
  "graphql": "^16.9.0",
121
121
  "parse-duration": "^2.0.0",
122
122
  "pkgroll": "2.15.0",