@graphql-hive/gateway-runtime 2.4.0-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b → 2.4.1-alpha-5add3f49783540c9b751f52b47a3937af2bb5d01

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,6 +1,17 @@
1
1
  # @graphql-hive/gateway-runtime
2
2
 
3
- ## 2.4.0-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
3
+ ## 2.4.1-alpha-5add3f49783540c9b751f52b47a3937af2bb5d01
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#1777](https://github.com/graphql-hive/gateway/pull/1777) [`5add3f4`](https://github.com/graphql-hive/gateway/commit/5add3f49783540c9b751f52b47a3937af2bb5d01) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Hive console client agent inherits the plugin's root logger
9
+
10
+ - Updated dependencies []:
11
+ - @graphql-mesh/fusion-runtime@1.6.2
12
+ - @graphql-mesh/hmac-upstream-signature@2.0.8
13
+
14
+ ## 2.4.0
4
15
  ### Minor Changes
5
16
 
6
17
 
@@ -78,13 +89,13 @@
78
89
  - Updated dependency [`@graphql-hive/core@^0.18.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/core/v/0.18.0) (from `^0.15.1`, in `dependencies`)
79
90
  - Updated dependency [`@graphql-hive/yoga@^0.46.0` ↗︎](https://www.npmjs.com/package/@graphql-hive/yoga/v/0.46.0) (from `^0.43.1`, in `dependencies`)
80
91
  - Updated dependencies [[`da8b8e3`](https://github.com/graphql-hive/gateway/commit/da8b8e3f3545487249b11c6577e3889f68527249)]:
81
- - @graphql-tools/delegate@12.0.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
92
+ - @graphql-tools/delegate@12.0.2
82
93
  - @graphql-mesh/hmac-upstream-signature@2.0.8
83
- - @graphql-tools/batch-delegate@10.0.8-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
84
- - @graphql-tools/federation@4.2.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
85
- - @graphql-mesh/fusion-runtime@1.6.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
86
- - @graphql-tools/stitch@10.1.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
87
- - @graphql-tools/wrap@11.1.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b
94
+ - @graphql-tools/batch-delegate@10.0.8
95
+ - @graphql-tools/federation@4.2.6
96
+ - @graphql-mesh/fusion-runtime@1.6.2
97
+ - @graphql-tools/stitch@10.1.6
98
+ - @graphql-tools/wrap@11.1.2
88
99
 
89
100
  ## 2.3.7
90
101
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -557,7 +557,6 @@ function useHiveConsole({
557
557
  name: "hive-gateway",
558
558
  version: globalThis.__VERSION__,
559
559
  fetch,
560
- logger: logger.LegacyLogger.from(options.log),
561
560
  ...options.agent
562
561
  };
563
562
  let usage = void 0;
package/dist/index.js CHANGED
@@ -556,7 +556,6 @@ function useHiveConsole({
556
556
  name: "hive-gateway",
557
557
  version: globalThis.__VERSION__,
558
558
  fetch,
559
- logger: LegacyLogger.from(options.log),
560
559
  ...options.agent
561
560
  };
562
561
  let usage = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphql-hive/gateway-runtime",
3
- "version": "2.4.0-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
3
+ "version": "2.4.1-alpha-5add3f49783540c9b751f52b47a3937af2bb5d01",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,20 +55,20 @@
55
55
  "@graphql-hive/signal": "^2.0.0",
56
56
  "@graphql-hive/yoga": "^0.46.0",
57
57
  "@graphql-mesh/cross-helpers": "^0.4.10",
58
- "@graphql-mesh/fusion-runtime": "1.6.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
58
+ "@graphql-mesh/fusion-runtime": "^1.6.2",
59
59
  "@graphql-mesh/hmac-upstream-signature": "^2.0.8",
60
60
  "@graphql-mesh/plugin-response-cache": "^0.104.18",
61
61
  "@graphql-mesh/transport-common": "^1.0.12",
62
62
  "@graphql-mesh/types": "^0.104.16",
63
63
  "@graphql-mesh/utils": "^0.104.16",
64
- "@graphql-tools/batch-delegate": "10.0.8-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
65
- "@graphql-tools/delegate": "12.0.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
64
+ "@graphql-tools/batch-delegate": "^10.0.8",
65
+ "@graphql-tools/delegate": "^12.0.2",
66
66
  "@graphql-tools/executor-common": "^1.0.5",
67
67
  "@graphql-tools/executor-http": "^3.0.7",
68
- "@graphql-tools/federation": "4.2.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
69
- "@graphql-tools/stitch": "10.1.6-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
68
+ "@graphql-tools/federation": "^4.2.6",
69
+ "@graphql-tools/stitch": "^10.1.6",
70
70
  "@graphql-tools/utils": "^10.10.3",
71
- "@graphql-tools/wrap": "11.1.2-rc-66d079033fcb04ea0e20b1bc10d343f1c46f002b",
71
+ "@graphql-tools/wrap": "^11.1.2",
72
72
  "@graphql-yoga/plugin-apollo-usage-report": "^0.12.0",
73
73
  "@graphql-yoga/plugin-csrf-prevention": "^3.16.2",
74
74
  "@graphql-yoga/plugin-defer-stream": "^3.16.2",