-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upcoming Release Changes #599
Conversation
🚀 Snapshot Release (
|
Package | Version | Info |
---|---|---|
@graphql-tools/executor-http |
1.2.6-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.1.1-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.10.32-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.9.4-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.40-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.28-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.12-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-common |
0.7.28-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http |
0.6.32-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-http-callback |
0.5.19-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/transport-ws |
1.0.2-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4 |
npm ↗︎ unpkg ↗︎ |
📝 WalkthroughSummary by CodeRabbit
This update delivers behind-the-scenes improvements that boost overall system stability and ensure a more consistent user experience with refined error reporting. WalkthroughThis pull request removes a changeset file related to a patch for refactoring the supergraph execution in the Changes
Possibly related PRs
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (27)
💤 Files with no reviewable changes (5)
🚧 Files skipped from review as they are similar to previous changes (21)
🧰 Additional context used📓 Path-based instructions (3)`packages/**`: In this directory we keep all packages releva...
`packages/gateway/**`: The main runtime for the Hive gateway...
`**`: For all PRs, we would like to verify that a Linear iss...
⏰ Context from checks skipped due to timeout of 90000ms (27)
🔇 Additional comments (3)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/fusion-runtime/CHANGELOG.md (1)
3-8
: New Version Entry for 0.10.32 and Patch DescriptionA new changelog section for version 0.10.32 has been added with a clear patch entry that references [#590] and explains the refactor aimed at making supergraph execution replacement easier. This entry is concise and formatted consistently with previous versions.
Please ensure that the related changeset file (or its removal) aligns with the repository’s guidelines. If the changeset was removed (as noted in the PR objectives), verify that an alternative documentation or issue tracking this change has been provided.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (11)
.changeset/light-badgers-tan.md
(0 hunks)packages/fusion-runtime/CHANGELOG.md
(1 hunks)packages/fusion-runtime/package.json
(1 hunks)packages/gateway/CHANGELOG.md
(1 hunks)packages/gateway/package.json
(1 hunks)packages/plugins/opentelemetry/CHANGELOG.md
(1 hunks)packages/plugins/opentelemetry/package.json
(1 hunks)packages/plugins/prometheus/CHANGELOG.md
(1 hunks)packages/plugins/prometheus/package.json
(1 hunks)packages/runtime/CHANGELOG.md
(1 hunks)packages/runtime/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/light-badgers-tan.md
✅ Files skipped from review due to trivial changes (9)
- packages/runtime/package.json
- packages/plugins/prometheus/package.json
- packages/gateway/package.json
- packages/plugins/opentelemetry/package.json
- packages/fusion-runtime/package.json
- packages/plugins/prometheus/CHANGELOG.md
- packages/runtime/CHANGELOG.md
- packages/plugins/opentelemetry/CHANGELOG.md
- packages/gateway/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (2)
`packages/**`: In this directory we keep all packages releva...
packages/**
: In this directory we keep all packages relevant to the gateway.In most cases, when changes are made to the source code / dependencies in these directories, we also require to have a corresponding changeset file, created using
yarn changeset
with a full description on the changes with an example.
Also, when new features are added the packages, the changeset file should mentionminor
semver change. When a bug is fixed,patch
needs to be used. Themajor
bump is used for a PR that has breaking changes.
packages/fusion-runtime/CHANGELOG.md
`**`: For all PRs, we would like to verify that a Linear iss...
**
: For all PRs, we would like to verify that a Linear issue is linked. Check if there's a mention for "GW-*" in the PR description, and the us know when it's missing.In most cases, when a PR adds a new functionality, we would like to make sure it has documentation in the corresponding
console
project.
Use the global knowledge feature to search for PRs ingraphql-hive/console
repository that adds documentation. Suggest to create a follow up issue to add the missing documentation.
packages/fusion-runtime/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (24)
- GitHub Check: E2E / Bun Docker on Ubuntu
- GitHub Check: E2E / Bun on Ubuntu
- GitHub Check: Unit / Node v22
- GitHub Check: E2E / Node Binary on Windows
- GitHub Check: Unit / Node v20
- GitHub Check: Leaks / Node v22
- GitHub Check: E2E / Node Binary on Ubuntu
- GitHub Check: Unit / Node v18
- GitHub Check: Benchmark / bun / 1000 items
- GitHub Check: Leaks / Node v20
- GitHub Check: Benchmark / bun / 100 items
- GitHub Check: E2E / Node Docker on Ubuntu
- GitHub Check: Snapshot / snapshot
- GitHub Check: Benchmark / bun / 10 items
- GitHub Check: Leaks / Node v18
- GitHub Check: E2E / Node 22 on Ubuntu
- GitHub Check: Benchmark / node / 1000 items
- GitHub Check: E2E / Node 20 on Ubuntu
- GitHub Check: Benchmark / node / 100 items
- GitHub Check: E2E / Node 18 on Ubuntu
- GitHub Check: Bundle
- GitHub Check: Benchmark / node / 10 items
- GitHub Check: Build
- GitHub Check: Analyze (javascript-typescript)
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
821514d
to
72e0a5f
Compare
72e0a5f
to
6e51e15
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/transports/http-callback/CHANGELOG.md (1)
3-4
: New Version Header for 0.5.19
The new version header (## 0.5.19
) is correctly added to denote the latest patch release. Please ensure that a corresponding changeset file has been created with a full description of these modifications.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (23)
.changeset/light-badgers-tan.md
(0 hunks)packages/executors/http/CHANGELOG.md
(1 hunks)packages/executors/http/package.json
(1 hunks)packages/federation/CHANGELOG.md
(1 hunks)packages/federation/package.json
(1 hunks)packages/fusion-runtime/CHANGELOG.md
(1 hunks)packages/fusion-runtime/package.json
(1 hunks)packages/gateway/CHANGELOG.md
(1 hunks)packages/gateway/package.json
(1 hunks)packages/plugins/opentelemetry/CHANGELOG.md
(1 hunks)packages/plugins/opentelemetry/package.json
(1 hunks)packages/plugins/prometheus/CHANGELOG.md
(1 hunks)packages/plugins/prometheus/package.json
(1 hunks)packages/runtime/CHANGELOG.md
(1 hunks)packages/runtime/package.json
(1 hunks)packages/transports/common/CHANGELOG.md
(1 hunks)packages/transports/common/package.json
(1 hunks)packages/transports/http-callback/CHANGELOG.md
(1 hunks)packages/transports/http-callback/package.json
(1 hunks)packages/transports/http/CHANGELOG.md
(1 hunks)packages/transports/http/package.json
(1 hunks)packages/transports/ws/CHANGELOG.md
(1 hunks)packages/transports/ws/package.json
(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/light-badgers-tan.md
✅ Files skipped from review due to trivial changes (9)
- packages/transports/http/package.json
- packages/transports/http-callback/package.json
- packages/transports/common/package.json
- packages/transports/ws/package.json
- packages/federation/package.json
- packages/federation/CHANGELOG.md
- packages/executors/http/package.json
- packages/transports/ws/CHANGELOG.md
- packages/transports/http/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (9)
- packages/plugins/opentelemetry/package.json
- packages/gateway/package.json
- packages/runtime/package.json
- packages/plugins/prometheus/package.json
- packages/fusion-runtime/package.json
- packages/runtime/CHANGELOG.md
- packages/plugins/prometheus/CHANGELOG.md
- packages/plugins/opentelemetry/CHANGELOG.md
- packages/fusion-runtime/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (4)
`packages/**`: In this directory we keep all packages releva...
packages/**
: In this directory we keep all packages relevant to the gateway.In most cases, when changes are made to the source code / dependencies in these directories, we also require to have a corresponding changeset file, created using
yarn changeset
with a full description on the changes with an example.
Also, when new features are added the packages, the changeset file should mentionminor
semver change. When a bug is fixed,patch
needs to be used. Themajor
bump is used for a PR that has breaking changes.
packages/transports/common/CHANGELOG.md
packages/executors/http/CHANGELOG.md
packages/transports/http-callback/CHANGELOG.md
packages/gateway/CHANGELOG.md
`packages/transports/**`: The transports configures how to d...
packages/transports/**
: The transports configures how to deal with HTTP requests that are made from the GraphQL gateway to the GraphQL subgraphs. Transports manipulates the HTTP calls, headers, protocols and others.
packages/transports/common/CHANGELOG.md
packages/transports/http-callback/CHANGELOG.md
`**`: For all PRs, we would like to verify that a Linear iss...
**
: For all PRs, we would like to verify that a Linear issue is linked. Check if there's a mention for "GW-*" in the PR description, and the us know when it's missing.In most cases, when a PR adds a new functionality, we would like to make sure it has documentation in the corresponding
console
project.
Use the global knowledge feature to search for PRs ingraphql-hive/console
repository that adds documentation. Suggest to create a follow up issue to add the missing documentation.
packages/transports/common/CHANGELOG.md
packages/executors/http/CHANGELOG.md
packages/transports/http-callback/CHANGELOG.md
packages/gateway/CHANGELOG.md
`packages/gateway/**`: The main runtime for the Hive gateway...
packages/gateway/**
: The main runtime for the Hive gateway.
This package is CLI that runs the gateway and configures the internals of the gateway function.
packages/gateway/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (25)
- GitHub Check: Binary built on ubuntu-24.04-arm
- GitHub Check: Binary built on windows-latest
- GitHub Check: Binary built on macos-14
- GitHub Check: Binary built on macos-13
- GitHub Check: Binary built on ubuntu-latest
- GitHub Check: Bun Docker image
- GitHub Check: Node Docker image
- GitHub Check: E2E / Bun Docker on Ubuntu
- GitHub Check: E2E / Bun on Ubuntu
- GitHub Check: Leaks / Node v22
- GitHub Check: E2E / Node Binary on Windows
- GitHub Check: Leaks / Node v20
- GitHub Check: E2E / Node Binary on Ubuntu
- GitHub Check: Leaks / Node v18
- GitHub Check: E2E / Node Docker on Ubuntu
- GitHub Check: E2E / Node 22 on Ubuntu
- GitHub Check: Benchmark / bun / 1000 items
- GitHub Check: E2E / Node 20 on Ubuntu
- GitHub Check: Benchmark / bun / 100 items
- GitHub Check: Benchmark / bun / 10 items
- GitHub Check: Bundle
- GitHub Check: E2E / Node 18 on Ubuntu
- GitHub Check: Benchmark / node / 1000 items
- GitHub Check: Benchmark / node / 100 items
- GitHub Check: Benchmark / node / 10 items
🔇 Additional comments (10)
packages/transports/common/CHANGELOG.md (3)
3-4
: Version Header Update
The release version is correctly updated to 0.7.28. This header properly signals a new patch release as expected.
5-6
: Patch Changes Section
The "### Patch Changes" heading is appropriately used and clearly indicates the type of release update.
7-10
: Changelog Entry for Dependency Removal
The changelog entry provides a clear reference to [#598] along with the commit ID and credits the contributor. It clearly states that the dependency on@graphql-hive/gateway-abort-signal-any@workspace:^
has been removed from the package’s dependencies. The link formatting and message consistency match the style of previous entries.packages/transports/http-callback/CHANGELOG.md (2)
7-8
: Native Abort Handling Update
The changelog entry referencing [#598] clearly states the removal of the custom AbortSignal handling in favor of the nativeAbortSignal
andAbortController
APIs. This update simplifies the transport layer and reduces dependency overhead.
9-11
: Dependency Update Verification
The dependency update for@graphql-mesh/transport-common@0.7.28
is accurately documented. Please verify that all related modules and tests have been updated accordingly to maintain compatibility across the packages.packages/executors/http/CHANGELOG.md (4)
3-4
: New Release Header for 1.2.6
The new version header (## 1.2.6
) is clearly added, signaling the beginning of the updates for this release. This aligns well with the changelog format.
5-6
: Addition of Patch Changes Section
The addition of the "### Patch Changes" header properly categorizes the changes for version 1.2.6. This makes it easy for readers to distinguish the nature of the update.
7-10
: Dependency Removal Entry
The entry detailing the removal of the dependency@graphql-hive/gateway-abort-signal-any@workspace:^
is clear and includes a pull request reference and commit link. Ensure that the associated package configuration (e.g., in package.json) reflects this removal as well.
11-12
: Update to Use Native Abort APIs
The changelog entry indicating the switch to native AbortSignal and AbortController APIs (instead of custom implementations) is well-documented. It clearly communicates the improvement, which should simplify dependency management and benefit runtime performance.packages/gateway/CHANGELOG.md (1)
3-15
: Version & Dependency Update for 1.9.4This section updates the changelog to version 1.9.4 and lists several dependency updates (for example, setting
@graphql-hive/gateway-runtime
to 1.4.12, and updating various Mesh packages). The formatting and structure are consistent with previous entries.Recommendations:
- Changeset Verification: Ensure that a corresponding changeset file (generated via
yarn changeset
) accompanies these changes with detailed documentation, as required by our guidelines for thepackages/**
directory.- Commit Reference Consistency: Verify that the commit references (e.g. the repeated
8c80ac9
) are correct and that any duplication is intentional.- Linear Issue Linking: Check if the PR should reference a relevant Linear issue (e.g. with a tag like "GW-*"). If not yet included, consider adding one for full traceability.
6e51e15
to
c70bf4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/gateway/CHANGELOG.md (1)
3-15
: Review of the 1.9.4 Changelog SectionThe new patch release section for version 1.9.4 is clearly structured and follows the established format. The header (
## 1.9.4
) is set correctly, and the “### Patch Changes” subsection details the dependency updates in a concise bullet list with commit hash references.Observations & Suggestions:
- The list of updated dependencies (lines 7–14) is complete and provides commit references for cross-checking. Note that for the dependency update on line 7, the same commit hash (
8c80ac9
) is repeated twice. This duplication appears consistent with the auto-generated style seen in earlier versions; however, you may wish to verify if this redundancy is intentional or if the references can be consolidated for clarity.- Ensure that the corresponding changeset file contains a detailed description of these dependency updates so that users can trace the changes more easily.
- Overall, the markdown formatting (headers, bullet list, commit links) is consistent with previous entries and meets our documentation standards.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (27)
.changeset/@graphql-hive_gateway-runtime-598-dependencies.md
(0 hunks).changeset/@graphql-mesh_transport-common-598-dependencies.md
(0 hunks).changeset/@graphql-tools_executor-http-598-dependencies.md
(0 hunks).changeset/fair-queens-sniff.md
(0 hunks).changeset/light-badgers-tan.md
(0 hunks)packages/executors/http/CHANGELOG.md
(1 hunks)packages/executors/http/package.json
(1 hunks)packages/federation/CHANGELOG.md
(1 hunks)packages/federation/package.json
(1 hunks)packages/fusion-runtime/CHANGELOG.md
(1 hunks)packages/fusion-runtime/package.json
(1 hunks)packages/gateway/CHANGELOG.md
(1 hunks)packages/gateway/package.json
(1 hunks)packages/plugins/opentelemetry/CHANGELOG.md
(1 hunks)packages/plugins/opentelemetry/package.json
(1 hunks)packages/plugins/prometheus/CHANGELOG.md
(1 hunks)packages/plugins/prometheus/package.json
(1 hunks)packages/runtime/CHANGELOG.md
(1 hunks)packages/runtime/package.json
(1 hunks)packages/transports/common/CHANGELOG.md
(1 hunks)packages/transports/common/package.json
(1 hunks)packages/transports/http-callback/CHANGELOG.md
(1 hunks)packages/transports/http-callback/package.json
(1 hunks)packages/transports/http/CHANGELOG.md
(1 hunks)packages/transports/http/package.json
(1 hunks)packages/transports/ws/CHANGELOG.md
(1 hunks)packages/transports/ws/package.json
(1 hunks)
💤 Files with no reviewable changes (5)
- .changeset/light-badgers-tan.md
- .changeset/fair-queens-sniff.md
- .changeset/@graphql-tools_executor-http-598-dependencies.md
- .changeset/@graphql-hive_gateway-runtime-598-dependencies.md
- .changeset/@graphql-mesh_transport-common-598-dependencies.md
🚧 Files skipped from review as they are similar to previous changes (21)
- packages/transports/common/package.json
- packages/plugins/prometheus/package.json
- packages/transports/http-callback/package.json
- packages/transports/http/package.json
- packages/federation/package.json
- packages/transports/ws/package.json
- packages/gateway/package.json
- packages/runtime/package.json
- packages/fusion-runtime/package.json
- packages/plugins/opentelemetry/package.json
- packages/executors/http/package.json
- packages/transports/common/CHANGELOG.md
- packages/executors/http/CHANGELOG.md
- packages/transports/http-callback/CHANGELOG.md
- packages/runtime/CHANGELOG.md
- packages/transports/http/CHANGELOG.md
- packages/federation/CHANGELOG.md
- packages/plugins/prometheus/CHANGELOG.md
- packages/transports/ws/CHANGELOG.md
- packages/fusion-runtime/CHANGELOG.md
- packages/plugins/opentelemetry/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (3)
`packages/**`: In this directory we keep all packages releva...
packages/**
: In this directory we keep all packages relevant to the gateway.In most cases, when changes are made to the source code / dependencies in these directories, we also require to have a corresponding changeset file, created using
yarn changeset
with a full description on the changes with an example.
Also, when new features are added the packages, the changeset file should mentionminor
semver change. When a bug is fixed,patch
needs to be used. Themajor
bump is used for a PR that has breaking changes.
packages/gateway/CHANGELOG.md
`packages/gateway/**`: The main runtime for the Hive gateway...
packages/gateway/**
: The main runtime for the Hive gateway.
This package is CLI that runs the gateway and configures the internals of the gateway function.
packages/gateway/CHANGELOG.md
`**`: For all PRs, we would like to verify that a Linear iss...
**
: For all PRs, we would like to verify that a Linear issue is linked. Check if there's a mention for "GW-*" in the PR description, and the us know when it's missing.In most cases, when a PR adds a new functionality, we would like to make sure it has documentation in the corresponding
console
project.
Use the global knowledge feature to search for PRs ingraphql-hive/console
repository that adds documentation. Suggest to create a follow up issue to add the missing documentation.
packages/gateway/CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (25)
- GitHub Check: Binary built on windows-latest
- GitHub Check: Binary built on macos-14
- GitHub Check: Binary built on macos-13
- GitHub Check: Binary built on ubuntu-latest
- GitHub Check: Bun Docker image
- GitHub Check: Node Docker image
- GitHub Check: E2E / Bun Docker on Ubuntu
- GitHub Check: E2E / Bun on Ubuntu
- GitHub Check: E2E / Node Binary on Windows
- GitHub Check: E2E / Node Binary on Ubuntu
- GitHub Check: E2E / Node Docker on Ubuntu
- GitHub Check: E2E / Node 22 on Ubuntu
- GitHub Check: Leaks / Node v22
- GitHub Check: E2E / Node 20 on Ubuntu
- GitHub Check: Leaks / Node v20
- GitHub Check: Leaks / Node v18
- GitHub Check: Benchmark / bun / 1000 items
- GitHub Check: Benchmark / bun / 100 items
- GitHub Check: E2E / Node 18 on Ubuntu
- GitHub Check: Benchmark / bun / 10 items
- GitHub Check: Benchmark / node / 1000 items
- GitHub Check: Benchmark / node / 100 items
- GitHub Check: Benchmark / node / 10 items
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: Analyze (actions)
c70bf4c
to
06b181b
Compare
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@graphql-tools/executor-http@1.2.6
Patch Changes
#598
8c80ac9
Thanks @ardatan! - dependencies updates:@graphql-hive/gateway-abort-signal-any@workspace:^
↗︎ (fromdependencies
)#598
8c80ac9
Thanks @ardatan! - Use native AbortSignal, AbortController APIs instead of custom ones@graphql-tools/federation@3.1.1
Patch Changes
8c80ac9
,8c80ac9
]:@graphql-mesh/fusion-runtime@0.10.32
Patch Changes
#590
203172c
Thanks @ardatan! - Refactor to make it easier to replace the supergraph executionUpdated dependencies [
8c80ac9
]:@graphql-hive/gateway@1.9.4
Patch Changes
8c80ac9
,8c80ac9
]:@graphql-mesh/plugin-opentelemetry@1.3.40
Patch Changes
8c80ac9
,8c80ac9
,8c80ac9
]:@graphql-mesh/plugin-prometheus@1.3.28
Patch Changes
8c80ac9
,8c80ac9
]:@graphql-hive/gateway-runtime@1.4.12
Patch Changes
#598
8c80ac9
Thanks @ardatan! - dependencies updates:@graphql-hive/gateway-abort-signal-any@workspace:^
↗︎ (fromdependencies
)#598
8c80ac9
Thanks @ardatan! - Use native AbortSignal, AbortController APIs instead of custom onesUpdated dependencies [
8c80ac9
,8c80ac9
,8c80ac9
,203172c
]:@graphql-mesh/transport-common@0.7.28
Patch Changes
#598
8c80ac9
Thanks @ardatan! - dependencies updates:@graphql-hive/gateway-abort-signal-any@workspace:^
↗︎ (fromdependencies
)@graphql-mesh/transport-http@0.6.32
Patch Changes
8c80ac9
,8c80ac9
,8c80ac9
]:@graphql-mesh/transport-http-callback@0.5.19
Patch Changes
#598
8c80ac9
Thanks @ardatan! - Use native AbortSignal, AbortController APIs instead of custom onesUpdated dependencies [
8c80ac9
]:@graphql-mesh/transport-ws@1.0.2
Patch Changes
8c80ac9
]: