From 437e08920ac1961c5e1bc32f3adba099eb63732e Mon Sep 17 00:00:00 2001 From: TheGuildBot <59414373+theguild-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 04:13:07 -0500 Subject: [PATCH] Upcoming Release Changes (#249) Co-authored-by: github-actions[bot] --- .changeset/bright-frogs-float.md | 5 ----- .changeset/eleven-eggs-retire.md | 5 ----- .changeset/nice-ducks-smash.md | 5 ----- .changeset/olive-melons-run.md | 5 ----- .changeset/sweet-tables-matter.md | 5 ----- packages/federation/CHANGELOG.md | 7 +++++++ packages/federation/package.json | 2 +- packages/fusion-runtime/CHANGELOG.md | 16 ++++++++++++++++ packages/fusion-runtime/package.json | 2 +- packages/gateway/CHANGELOG.md | 10 ++++++++++ packages/gateway/package.json | 2 +- packages/plugins/opentelemetry/CHANGELOG.md | 7 +++++++ packages/plugins/opentelemetry/package.json | 2 +- packages/plugins/prometheus/CHANGELOG.md | 7 +++++++ packages/plugins/prometheus/package.json | 2 +- packages/runtime/CHANGELOG.md | 10 ++++++++++ packages/runtime/package.json | 2 +- packages/stitch/CHANGELOG.md | 6 ++++++ packages/stitch/package.json | 2 +- 19 files changed, 70 insertions(+), 32 deletions(-) delete mode 100644 .changeset/bright-frogs-float.md delete mode 100644 .changeset/eleven-eggs-retire.md delete mode 100644 .changeset/nice-ducks-smash.md delete mode 100644 .changeset/olive-melons-run.md delete mode 100644 .changeset/sweet-tables-matter.md diff --git a/.changeset/bright-frogs-float.md b/.changeset/bright-frogs-float.md deleted file mode 100644 index 6b43ea73..00000000 --- a/.changeset/bright-frogs-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-tools/stitch': patch ---- - -Fixes the bug when interfaces extended by \`additionalTypeDefs\` diff --git a/.changeset/eleven-eggs-retire.md b/.changeset/eleven-eggs-retire.md deleted file mode 100644 index 7ad84a0e..00000000 --- a/.changeset/eleven-eggs-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch ---- - -Log Unified Graph caching errors diff --git a/.changeset/nice-ducks-smash.md b/.changeset/nice-ducks-smash.md deleted file mode 100644 index 609a1634..00000000 --- a/.changeset/nice-ducks-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch ---- - -Handle \`@resolveTo\` for interfaces correctly diff --git a/.changeset/olive-melons-run.md b/.changeset/olive-melons-run.md deleted file mode 100644 index 57499756..00000000 --- a/.changeset/olive-melons-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch ---- - -Log caching of unified graph diff --git a/.changeset/sweet-tables-matter.md b/.changeset/sweet-tables-matter.md deleted file mode 100644 index 0b105e81..00000000 --- a/.changeset/sweet-tables-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-mesh/fusion-runtime': patch ---- - -Increase default TTL for caching Unified Graph to 60s diff --git a/packages/federation/CHANGELOG.md b/packages/federation/CHANGELOG.md index a96ae72a..d15ba48f 100644 --- a/packages/federation/CHANGELOG.md +++ b/packages/federation/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-tools/federation +## 2.2.36 + +### Patch Changes + +- Updated dependencies [[`76642d8`](https://github.com/graphql-hive/gateway/commit/76642d84b722bae28115310f25a6ac4865b41598)]: + - @graphql-tools/stitch@9.4.6 + ## 2.2.35 ### Patch Changes diff --git a/packages/federation/package.json b/packages/federation/package.json index 9d795258..7bc659e3 100644 --- a/packages/federation/package.json +++ b/packages/federation/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/federation", - "version": "2.2.35", + "version": "2.2.36", "type": "module", "description": "Useful tools to create and manipulate GraphQL schemas.", "repository": { diff --git a/packages/fusion-runtime/CHANGELOG.md b/packages/fusion-runtime/CHANGELOG.md index 46bb31a1..75638041 100644 --- a/packages/fusion-runtime/CHANGELOG.md +++ b/packages/fusion-runtime/CHANGELOG.md @@ -1,5 +1,21 @@ # @graphql-mesh/fusion-runtime +## 0.10.11 + +### Patch Changes + +- [#248](https://github.com/graphql-hive/gateway/pull/248) [`248c8a6`](https://github.com/graphql-hive/gateway/commit/248c8a65483b1dc7237f223ce1a707d6754192f6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Log Unified Graph caching errors + +- [#247](https://github.com/graphql-hive/gateway/pull/247) [`76642d8`](https://github.com/graphql-hive/gateway/commit/76642d84b722bae28115310f25a6ac4865b41598) Thanks [@ardatan](https://github.com/ardatan)! - Handle \`@resolveTo\` for interfaces correctly + +- [#248](https://github.com/graphql-hive/gateway/pull/248) [`248c8a6`](https://github.com/graphql-hive/gateway/commit/248c8a65483b1dc7237f223ce1a707d6754192f6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Log caching of unified graph + +- [#248](https://github.com/graphql-hive/gateway/pull/248) [`248c8a6`](https://github.com/graphql-hive/gateway/commit/248c8a65483b1dc7237f223ce1a707d6754192f6) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Increase default TTL for caching Unified Graph to 60s + +- Updated dependencies [[`76642d8`](https://github.com/graphql-hive/gateway/commit/76642d84b722bae28115310f25a6ac4865b41598)]: + - @graphql-tools/stitch@9.4.6 + - @graphql-tools/federation@2.2.36 + ## 0.10.10 ### Patch Changes diff --git a/packages/fusion-runtime/package.json b/packages/fusion-runtime/package.json index 47aea6e6..af0eda57 100644 --- a/packages/fusion-runtime/package.json +++ b/packages/fusion-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/fusion-runtime", - "version": "0.10.10", + "version": "0.10.11", "type": "module", "description": "Runtime for GraphQL Mesh Fusion Supergraph", "repository": { diff --git a/packages/gateway/CHANGELOG.md b/packages/gateway/CHANGELOG.md index 0d8a6284..77879406 100644 --- a/packages/gateway/CHANGELOG.md +++ b/packages/gateway/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-hive/gateway +## 1.5.8 + +### Patch Changes + +- Updated dependencies []: + - @graphql-hive/gateway-runtime@1.3.5 + - @graphql-mesh/plugin-opentelemetry@1.3.17 + - @graphql-mesh/plugin-prometheus@1.3.5 + - @graphql-mesh/hmac-upstream-signature@1.2.12 + ## 1.5.7 ### Patch Changes diff --git a/packages/gateway/package.json b/packages/gateway/package.json index f8cf1ed0..5f9c5c4b 100644 --- a/packages/gateway/package.json +++ b/packages/gateway/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway", - "version": "1.5.7", + "version": "1.5.8", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/opentelemetry/CHANGELOG.md b/packages/plugins/opentelemetry/CHANGELOG.md index a642b5a8..f513dc85 100644 --- a/packages/plugins/opentelemetry/CHANGELOG.md +++ b/packages/plugins/opentelemetry/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-opentelemetry +## 1.3.17 + +### Patch Changes + +- Updated dependencies []: + - @graphql-hive/gateway-runtime@1.3.5 + ## 1.3.16 ### Patch Changes diff --git a/packages/plugins/opentelemetry/package.json b/packages/plugins/opentelemetry/package.json index dc847ebb..f846dbb0 100644 --- a/packages/plugins/opentelemetry/package.json +++ b/packages/plugins/opentelemetry/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-opentelemetry", - "version": "1.3.16", + "version": "1.3.17", "type": "module", "repository": { "type": "git", diff --git a/packages/plugins/prometheus/CHANGELOG.md b/packages/plugins/prometheus/CHANGELOG.md index 8d7ebc47..aa84cad0 100644 --- a/packages/plugins/prometheus/CHANGELOG.md +++ b/packages/plugins/prometheus/CHANGELOG.md @@ -1,5 +1,12 @@ # @graphql-mesh/plugin-prometheus +## 1.3.5 + +### Patch Changes + +- Updated dependencies []: + - @graphql-hive/gateway-runtime@1.3.5 + ## 1.3.4 ### Patch Changes diff --git a/packages/plugins/prometheus/package.json b/packages/plugins/prometheus/package.json index 90ce638f..a746dd25 100644 --- a/packages/plugins/prometheus/package.json +++ b/packages/plugins/prometheus/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-mesh/plugin-prometheus", - "version": "1.3.4", + "version": "1.3.5", "type": "module", "repository": { "type": "git", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 348a6aa7..f311a67f 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-hive/gateway-runtime +## 1.3.5 + +### Patch Changes + +- Updated dependencies [[`76642d8`](https://github.com/graphql-hive/gateway/commit/76642d84b722bae28115310f25a6ac4865b41598), [`248c8a6`](https://github.com/graphql-hive/gateway/commit/248c8a65483b1dc7237f223ce1a707d6754192f6), [`76642d8`](https://github.com/graphql-hive/gateway/commit/76642d84b722bae28115310f25a6ac4865b41598), [`248c8a6`](https://github.com/graphql-hive/gateway/commit/248c8a65483b1dc7237f223ce1a707d6754192f6), [`248c8a6`](https://github.com/graphql-hive/gateway/commit/248c8a65483b1dc7237f223ce1a707d6754192f6)]: + - @graphql-tools/stitch@9.4.6 + - @graphql-mesh/fusion-runtime@0.10.11 + - @graphql-tools/federation@2.2.36 + - @graphql-mesh/hmac-upstream-signature@1.2.12 + ## 1.3.4 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 27611777..2acfb8ea 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/gateway-runtime", - "version": "1.3.4", + "version": "1.3.5", "type": "module", "repository": { "type": "git", diff --git a/packages/stitch/CHANGELOG.md b/packages/stitch/CHANGELOG.md index 12ae448e..e5860bc8 100644 --- a/packages/stitch/CHANGELOG.md +++ b/packages/stitch/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-tools/stitch +## 9.4.6 + +### Patch Changes + +- [#247](https://github.com/graphql-hive/gateway/pull/247) [`76642d8`](https://github.com/graphql-hive/gateway/commit/76642d84b722bae28115310f25a6ac4865b41598) Thanks [@ardatan](https://github.com/ardatan)! - Fixes the bug when interfaces extended by \`additionalTypeDefs\` + ## 9.4.5 ### Patch Changes diff --git a/packages/stitch/package.json b/packages/stitch/package.json index 1c137e62..e3e10ed5 100644 --- a/packages/stitch/package.json +++ b/packages/stitch/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-tools/stitch", - "version": "9.4.5", + "version": "9.4.6", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": {