@graphql-hive/gateway 2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46 → 2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e

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 CHANGED
@@ -1,35 +1,35 @@
1
1
  # @graphql-hive/gateway
2
2
 
3
- ## 2.0.0-next-4830ed6f34eb399e328ddb4d05f88aaff04fab46
3
+ ## 2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
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), [`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), [`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), [`eb37bd3`](https://github.com/graphql-hive/gateway/commit/eb37bd33e62dada7f16866e84dee47184461aa2a)]:
77
+ - @graphql-hive/gateway-runtime@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
78
+ - @graphql-hive/plugin-deduplicate-request@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
79
+ - @graphql-mesh/hmac-upstream-signature@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
80
+ - @graphql-mesh/plugin-jwt-auth@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
81
+ - @graphql-mesh/plugin-opentelemetry@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
82
+ - @graphql-mesh/plugin-prometheus@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
83
+ - @graphql-mesh/transport-http@1.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
84
+ - @graphql-mesh/transport-http-callback@1.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
85
+ - @graphql-mesh/transport-ws@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
86
+ - @graphql-hive/plugin-aws-sigv4@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
87
+ - @graphql-hive/importer@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
88
+ - @graphql-hive/pubsub@2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
89
+ - @graphql-hive/logger@1.0.1-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e
90
90
 
91
91
  ## 1.16.3
92
92
 
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-DqXsx5Cd.cjs');
6
+ var cli = require('./cli-Cm9aDkDW.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-BG8XaVLT.js';
5
+ import { e as enableModuleCachingIfPossible, h as handleNodeWarnings, r as run } from './cli-BPJkk_8e.js';
6
6
  import 'node:cluster';
7
7
  import 'node:os';
8
8
  import 'node:path';
@@ -6,7 +6,7 @@ import { Option, Command, InvalidArgumentError } from '@commander-js/extra-typin
6
6
  import { LegacyLogger, Logger } from '@graphql-hive/logger';
7
7
  import { renderGraphiQL } from '@graphql-yoga/render-graphiql';
8
8
  import { getGraphQLWSOptions, createLoggerFromLogging, createGatewayRuntime } from '@graphql-hive/gateway-runtime';
9
- import { MemPubSub } from '@graphql-hive/pubsub';
9
+ import { PubSub } from '@graphql-hive/pubsub';
10
10
  import { registerTerminateHandler, isUrl } from '@graphql-mesh/utils';
11
11
  import { lstat, watch } from 'node:fs/promises';
12
12
  import { pathToFileURL } from 'node:url';
@@ -764,7 +764,7 @@ const addCommand$2 = (ctx, cli) => cli.command("proxy").description(
764
764
  if (reporting) {
765
765
  registryConfig.reporting = reporting;
766
766
  }
767
- const pubsub = loadedConfig.pubsub || new MemPubSub();
767
+ const pubsub = loadedConfig.pubsub || new PubSub();
768
768
  const cwd = loadedConfig.cwd || process.cwd();
769
769
  if (loadedConfig.logging != null) {
770
770
  ctx.log = createLoggerFromLogging(loadedConfig.logging);
@@ -902,7 +902,7 @@ const addCommand$1 = (ctx, cli) => cli.command("subgraph").description(
902
902
  if (reporting) {
903
903
  registryConfig.reporting = reporting;
904
904
  }
905
- const pubsub = loadedConfig.pubsub || new MemPubSub();
905
+ const pubsub = loadedConfig.pubsub || new PubSub();
906
906
  const cwd = loadedConfig.cwd || process.cwd();
907
907
  if (loadedConfig.logging != null) {
908
908
  ctx.log = createLoggerFromLogging(loadedConfig.logging);
@@ -1136,7 +1136,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
1136
1136
  if (reporting) {
1137
1137
  registryConfig.reporting = reporting;
1138
1138
  }
1139
- const pubsub = loadedConfig.pubsub || new MemPubSub();
1139
+ const pubsub = loadedConfig.pubsub || new PubSub();
1140
1140
  const cwd = loadedConfig.cwd || process.cwd();
1141
1141
  if (loadedConfig.logging != null) {
1142
1142
  ctx.log = createLoggerFromLogging(loadedConfig.logging);
@@ -771,7 +771,7 @@ const addCommand$2 = (ctx, cli) => cli.command("proxy").description(
771
771
  if (reporting) {
772
772
  registryConfig.reporting = reporting;
773
773
  }
774
- const pubsub$1 = loadedConfig.pubsub || new pubsub.MemPubSub();
774
+ const pubsub$1 = loadedConfig.pubsub || new pubsub.PubSub();
775
775
  const cwd = loadedConfig.cwd || process.cwd();
776
776
  if (loadedConfig.logging != null) {
777
777
  ctx.log = gatewayRuntime.createLoggerFromLogging(loadedConfig.logging);
@@ -909,7 +909,7 @@ const addCommand$1 = (ctx, cli) => cli.command("subgraph").description(
909
909
  if (reporting) {
910
910
  registryConfig.reporting = reporting;
911
911
  }
912
- const pubsub$1 = loadedConfig.pubsub || new pubsub.MemPubSub();
912
+ const pubsub$1 = loadedConfig.pubsub || new pubsub.PubSub();
913
913
  const cwd = loadedConfig.cwd || process.cwd();
914
914
  if (loadedConfig.logging != null) {
915
915
  ctx.log = gatewayRuntime.createLoggerFromLogging(loadedConfig.logging);
@@ -1143,7 +1143,7 @@ const addCommand = (ctx, cli) => cli.command("supergraph").description(
1143
1143
  if (reporting) {
1144
1144
  registryConfig.reporting = reporting;
1145
1145
  }
1146
- const pubsub$1 = loadedConfig.pubsub || new pubsub.MemPubSub();
1146
+ const pubsub$1 = loadedConfig.pubsub || new pubsub.PubSub();
1147
1147
  const cwd = loadedConfig.cwd || process.cwd();
1148
1148
  if (loadedConfig.logging != null) {
1149
1149
  ctx.log = gatewayRuntime.createLoggerFromLogging(loadedConfig.logging);
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var cli = require('./cli-DqXsx5Cd.cjs');
3
+ var cli = require('./cli-Cm9aDkDW.cjs');
4
4
  var logger = require('@graphql-hive/logger');
5
5
  var gatewayRuntime = require('@graphql-hive/gateway-runtime');
6
6
  var pubsub = require('@graphql-hive/pubsub');
@@ -59,6 +59,10 @@ exports.getBuiltinPluginsFromConfig = cli.getBuiltinPluginsFromConfig;
59
59
  exports.getCacheInstanceFromConfig = cli.getCacheInstanceFromConfig;
60
60
  exports.handleNodeWarnings = cli.handleNodeWarnings;
61
61
  exports.run = cli.run;
62
+ Object.defineProperty(exports, "PubSub", {
63
+ enumerable: true,
64
+ get: function () { return pubsub.PubSub; }
65
+ });
62
66
  Object.defineProperty(exports, "usePrometheus", {
63
67
  enumerable: true,
64
68
  get: function () { return pluginPrometheus__default.default; }
@@ -119,12 +123,6 @@ Object.keys(gatewayRuntime).forEach(function (k) {
119
123
  get: function () { return gatewayRuntime[k]; }
120
124
  });
121
125
  });
122
- Object.keys(pubsub).forEach(function (k) {
123
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
124
- enumerable: true,
125
- get: function () { return pubsub[k]; }
126
- });
127
- });
128
126
  Object.keys(pluginJwtAuth).forEach(function (k) {
129
127
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
130
128
  enumerable: true,
package/dist/index.d.cts CHANGED
@@ -5,8 +5,8 @@ export * from '@graphql-hive/gateway-runtime';
5
5
  import { Logger } from '@graphql-hive/logger';
6
6
  export * from '@graphql-hive/logger';
7
7
  import { AWSSignv4PluginOptions } from '@graphql-hive/plugin-aws-sigv4';
8
- import { PubSub } from '@graphql-hive/pubsub';
9
- export * from '@graphql-hive/pubsub';
8
+ import { HivePubSub } from '@graphql-hive/pubsub';
9
+ export { PubSub } from '@graphql-hive/pubsub';
10
10
  import UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
11
11
  export { default as UpstashRedisCache } from '@graphql-mesh/cache-upstash-redis';
12
12
  import { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
@@ -135,7 +135,7 @@ interface GatewayCLIProxyConfig extends Omit<GatewayConfigProxy, 'proxy' | 'cach
135
135
  }
136
136
  type KeyValueCacheFactoryFn = (ctx: {
137
137
  log: Logger;
138
- pubsub: PubSub;
138
+ pubsub: HivePubSub;
139
139
  cwd: string;
140
140
  }) => KeyValueCache;
141
141
  interface GatewayCLIBuiltinPluginConfig {
@@ -321,7 +321,7 @@ declare function enableModuleCachingIfPossible(): void;
321
321
  declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
322
322
  cache: KeyValueCache;
323
323
  log: Logger;
324
- pubsub: PubSub;
324
+ pubsub: HivePubSub;
325
325
  cwd: string;
326
326
  }): Promise<GatewayPlugin[]>;
327
327
  /**
@@ -330,7 +330,7 @@ declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConf
330
330
  */
331
331
  declare function getCacheInstanceFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
332
332
  log: Logger;
333
- pubsub: PubSub;
333
+ pubsub: HivePubSub;
334
334
  cwd: string;
335
335
  }): Promise<KeyValueCache>;
336
336
 
package/dist/index.d.ts CHANGED
@@ -5,8 +5,8 @@ export * from '@graphql-hive/gateway-runtime';
5
5
  import { Logger } from '@graphql-hive/logger';
6
6
  export * from '@graphql-hive/logger';
7
7
  import { AWSSignv4PluginOptions } from '@graphql-hive/plugin-aws-sigv4';
8
- import { PubSub } from '@graphql-hive/pubsub';
9
- export * from '@graphql-hive/pubsub';
8
+ import { HivePubSub } from '@graphql-hive/pubsub';
9
+ export { PubSub } from '@graphql-hive/pubsub';
10
10
  import UpstashRedisCache from '@graphql-mesh/cache-upstash-redis';
11
11
  export { default as UpstashRedisCache } from '@graphql-mesh/cache-upstash-redis';
12
12
  import { JWTAuthPluginOptions } from '@graphql-mesh/plugin-jwt-auth';
@@ -135,7 +135,7 @@ interface GatewayCLIProxyConfig extends Omit<GatewayConfigProxy, 'proxy' | 'cach
135
135
  }
136
136
  type KeyValueCacheFactoryFn = (ctx: {
137
137
  log: Logger;
138
- pubsub: PubSub;
138
+ pubsub: HivePubSub;
139
139
  cwd: string;
140
140
  }) => KeyValueCache;
141
141
  interface GatewayCLIBuiltinPluginConfig {
@@ -321,7 +321,7 @@ declare function enableModuleCachingIfPossible(): void;
321
321
  declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
322
322
  cache: KeyValueCache;
323
323
  log: Logger;
324
- pubsub: PubSub;
324
+ pubsub: HivePubSub;
325
325
  cwd: string;
326
326
  }): Promise<GatewayPlugin[]>;
327
327
  /**
@@ -330,7 +330,7 @@ declare function getBuiltinPluginsFromConfig(config: GatewayCLIBuiltinPluginConf
330
330
  */
331
331
  declare function getCacheInstanceFromConfig(config: GatewayCLIBuiltinPluginConfig, ctx: {
332
332
  log: Logger;
333
- pubsub: PubSub;
333
+ pubsub: HivePubSub;
334
334
  cwd: string;
335
335
  }): Promise<KeyValueCache>;
336
336
 
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
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-BG8XaVLT.js';
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-BPJkk_8e.js';
2
2
  export * from '@graphql-hive/logger';
3
3
  export * from '@graphql-hive/gateway-runtime';
4
- export * from '@graphql-hive/pubsub';
4
+ export { PubSub } from '@graphql-hive/pubsub';
5
5
  export * from '@graphql-mesh/plugin-jwt-auth';
6
6
  export * from '@graphql-mesh/plugin-opentelemetry';
7
7
  export * from '@graphql-mesh/plugin-prometheus';
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-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
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-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
57
+ "@graphql-hive/importer": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
58
+ "@graphql-hive/logger": "1.0.1-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
59
+ "@graphql-hive/plugin-aws-sigv4": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
60
+ "@graphql-hive/plugin-deduplicate-request": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
61
+ "@graphql-hive/pubsub": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
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-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
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-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
71
+ "@graphql-mesh/plugin-opentelemetry": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
72
+ "@graphql-mesh/plugin-prometheus": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
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-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
76
+ "@graphql-mesh/transport-http-callback": "1.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
77
+ "@graphql-mesh/transport-ws": "2.0.0-next-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
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-5cbdb6875faf6857ce6e0f14d5856e647140a70e",
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",