Skip to content
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

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Upcoming Release Changes #599

merged 1 commit into from
Feb 6, 2025

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Feb 5, 2025

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

@graphql-tools/federation@3.1.1

Patch Changes

  • Updated dependencies [8c80ac9, 8c80ac9]:
    • @graphql-tools/executor-http@1.2.6

@graphql-mesh/fusion-runtime@0.10.32

Patch Changes

  • #590 203172c Thanks @ardatan! - Refactor to make it easier to replace the supergraph execution

  • Updated dependencies [8c80ac9]:

    • @graphql-mesh/transport-common@0.7.28
    • @graphql-tools/federation@3.1.1

@graphql-hive/gateway@1.9.4

Patch Changes

  • Updated dependencies [8c80ac9, 8c80ac9]:
    • @graphql-hive/gateway-runtime@1.4.12
    • @graphql-mesh/transport-http-callback@0.5.19
    • @graphql-mesh/hmac-upstream-signature@1.2.19
    • @graphql-mesh/plugin-opentelemetry@1.3.40
    • @graphql-mesh/plugin-prometheus@1.3.28
    • @graphql-mesh/transport-http@0.6.32
    • @graphql-mesh/transport-ws@1.0.2

@graphql-mesh/plugin-opentelemetry@1.3.40

Patch Changes

  • Updated dependencies [8c80ac9, 8c80ac9, 8c80ac9]:
    • @graphql-hive/gateway-runtime@1.4.12
    • @graphql-mesh/transport-common@0.7.28

@graphql-mesh/plugin-prometheus@1.3.28

Patch Changes

  • Updated dependencies [8c80ac9, 8c80ac9]:
    • @graphql-hive/gateway-runtime@1.4.12

@graphql-hive/gateway-runtime@1.4.12

Patch Changes

@graphql-mesh/transport-common@0.7.28

Patch Changes

@graphql-mesh/transport-http@0.6.32

Patch Changes

  • Updated dependencies [8c80ac9, 8c80ac9, 8c80ac9]:
    • @graphql-mesh/transport-common@0.7.28
    • @graphql-tools/executor-http@1.2.6

@graphql-mesh/transport-http-callback@0.5.19

Patch Changes

  • #598 8c80ac9 Thanks @ardatan! - Use native AbortSignal, AbortController APIs instead of custom ones

  • Updated dependencies [8c80ac9]:

    • @graphql-mesh/transport-common@0.7.28

@graphql-mesh/transport-ws@1.0.2

Patch Changes

  • Updated dependencies [8c80ac9]:
    • @graphql-mesh/transport-common@0.7.28

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (rc)

The latest changes of this PR are available as rc on npm (based on the declared changesets):

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 ↗︎

Copy link

coderabbitai bot commented Feb 5, 2025

📝 Walkthrough

Summary by CodeRabbit

  • Chores

    • Upgraded multiple underlying components to enhance reliability and compatibility.
  • Refactor

    • Transitioned from custom cancellation handling to standard web APIs for smoother performance.
    • Improved error messaging during critical operations for clearer feedback.

This update delivers behind-the-scenes improvements that boost overall system stability and ensure a more consistent user experience with refined error reporting.

Walkthrough

This pull request removes a changeset file related to a patch for refactoring the supergraph execution in the @graphql-mesh/fusion-runtime package. It updates version numbers and changelogs for several packages, including fusion-runtime, gateway, opentelemetry, prometheus, and runtime, while also aligning dependency versions across these packages to reflect changes and maintain compatibility. The updates primarily focus on transitioning to native web APIs and managing dependencies effectively.

Changes

File(s) Change Summary
.changeset/light-badgers-tan.md Deleted; previously contained a patch refactoring the supergraph execution in @graphql-mesh/fusion-runtime.
packages/fusion-runtime/(CHANGELOG.md, package.json) Version updated from 0.10.31 to 0.10.32; changelog notes a patch refactor aimed at simplifying supergraph execution replacement.
packages/gateway/(CHANGELOG.md, package.json) Version updated from 1.9.3 to 1.9.4; includes dependency updates for @graphql-hive/gateway-runtime, @graphql-mesh/hmac-upstream-signature, @graphql-mesh/plugin-opentelemetry, and @graphql-mesh/plugin-prometheus.
packages/plugins/opentelemetry/(CHANGELOG.md, package.json) Version updated from 1.3.39 to 1.3.40; dependency for @graphql-hive/gateway-runtime upgraded from 1.4.11 to 1.4.12.
packages/plugins/prometheus/(CHANGELOG.md, package.json) Version updated from 1.3.27 to 1.3.28; dependency for @graphql-hive/gateway-runtime upgraded from 1.4.11 to 1.4.12.
packages/runtime/(CHANGELOG.md, package.json) Version updated from 1.4.11 to 1.4.12; changelog reflects dependency updates including upgrading @graphql-mesh/fusion-runtime to 0.10.32.
packages/executors/http/(CHANGELOG.md, package.json) Version updated from 1.2.5 to 1.2.6; removed dependency on @graphql-hive/gateway-abort-signal-any and switched to native AbortSignal and AbortController APIs.
packages/federation/(CHANGELOG.md, package.json) Version updated from 3.1.0 to 3.1.1; dependency @graphql-tools/executor-http updated to version 1.2.6.
packages/transports/common/(CHANGELOG.md, package.json) Version updated from 0.7.27 to 0.7.28; removed dependency on @graphql-hive/gateway-abort-signal-any and clarified error handling for schema reloads and shutdowns.
packages/transports/http-callback/(CHANGELOG.md, package.json) Version updated from 0.5.18 to 0.5.19; updated dependency @graphql-mesh/transport-common to version 0.7.28 and replaced custom abort signal handling with native APIs.
packages/transports/http/(CHANGELOG.md, package.json) Version updated from 0.6.31 to 0.6.32; updated dependencies @graphql-mesh/transport-common to version 0.7.28 and @graphql-tools/executor-http to version 1.2.6.
packages/transports/ws/(CHANGELOG.md, package.json) Version updated from 1.0.1 to 1.0.2; updated dependency @graphql-mesh/transport-common to version 0.7.28.

Possibly related PRs

  • Fix memory leaks on AbortSignal usage and improve memory consumption #596 #598: The changes in the main PR and the retrieved PR are related as both involve the removal of the @graphql-hive/gateway-abort-signal-any dependency from the @graphql-hive/gateway-runtime package, indicating a direct connection in their modifications.
  • Revert accidentally committed changesets #588: The changes in the main PR, which involve a patch for @graphql-mesh/fusion-runtime to refactor supergraph execution, are related to the retrieved PR that also documents updates to the same package, indicating a connection at the code level.
  • enhance(runtime): prepare for the future supergraph executor #590: The changes in the main PR, which involve refactoring the supergraph execution logic, are directly related to the modifications in the retrieved PR that also focus on simplifying the process of replacing the supergraph execution. Both PRs target the same functionality and aim to enhance maintainability and flexibility in handling supergraph execution.

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c70bf4c and 06b181b.

📒 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/@graphql-tools_executor-http-598-dependencies.md
  • .changeset/@graphql-mesh_transport-common-598-dependencies.md
  • .changeset/@graphql-hive_gateway-runtime-598-dependencies.md
  • .changeset/fair-queens-sniff.md
🚧 Files skipped from review as they are similar to previous changes (21)
  • packages/plugins/prometheus/package.json
  • packages/transports/common/package.json
  • packages/fusion-runtime/package.json
  • packages/executors/http/package.json
  • packages/transports/http-callback/package.json
  • packages/federation/package.json
  • packages/transports/ws/package.json
  • packages/gateway/package.json
  • packages/plugins/opentelemetry/package.json
  • packages/runtime/package.json
  • packages/transports/http/package.json
  • packages/federation/CHANGELOG.md
  • packages/runtime/CHANGELOG.md
  • packages/transports/common/CHANGELOG.md
  • packages/executors/http/CHANGELOG.md
  • packages/transports/http-callback/CHANGELOG.md
  • packages/transports/ws/CHANGELOG.md
  • packages/transports/http/CHANGELOG.md
  • packages/plugins/prometheus/CHANGELOG.md
  • packages/plugins/opentelemetry/CHANGELOG.md
  • packages/fusion-runtime/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 mention minor semver change. When a bug is fixed, patch needs to be used. The major 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 in graphql-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 (27)
  • 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: Unit / Bun
  • GitHub Check: E2E / Node Docker on Ubuntu
  • GitHub Check: E2E / Node 23 on Ubuntu
  • GitHub Check: Unit / Node v23
  • GitHub Check: E2E / Node 22 on Ubuntu
  • GitHub Check: Leaks / Node v23
  • GitHub Check: Unit / Node v22
  • GitHub Check: E2E / Node 20 on Ubuntu
  • GitHub Check: Snapshot / snapshot
  • GitHub Check: Benchmark / bun / 1000 items
  • GitHub Check: Leaks / Node v22
  • GitHub Check: Benchmark / bun / 100 items
  • GitHub Check: Benchmark / bun / 10 items
  • GitHub Check: E2E / Node 18 on Ubuntu
  • GitHub Check: Leaks / Node v20
  • GitHub Check: Benchmark / node / 1000 items
  • GitHub Check: Benchmark / node / 100 items
  • GitHub Check: Unit / Node v18
  • GitHub Check: Build
  • GitHub Check: Benchmark / node / 10 items
  • GitHub Check: Leaks / Node v18
  • GitHub Check: Bundle
  • GitHub Check: Analyze (javascript-typescript)
🔇 Additional comments (3)
packages/gateway/CHANGELOG.md (3)

3-4: New Version Header Added: "1.9.4"

The header for the new version is clearly introduced at lines 3–4. This makes it evident to readers that this changelog now includes the upcoming release details for version 1.9.4.


5-6: Patch Changes Section Labeled Clearly

The “### Patch Changes” section is properly marked at lines 5–6, establishing the context for listing all dependency updates for version 1.9.4.


7-15: Accurate Listing of Dependency Updates with Commit References

The dependency updates are comprehensively enumerated:

  • @graphql-hive/gateway-runtime bumped to 1.4.12
  • @graphql-mesh/transport-http-callback updated to 0.5.19
  • @graphql-mesh/hmac-upstream-signature updated to 1.2.19
  • @graphql-mesh/plugin-opentelemetry updated to 1.3.40
  • @graphql-mesh/plugin-prometheus updated to 1.3.28
  • @graphql-mesh/transport-http updated to 0.6.32
  • @graphql-mesh/transport-ws updated to 1.0.2

A couple of points to note:

  • The commit reference 8c80ac9 is repeated in the dependency update header. If both instances point to the same change, it may be clearer to list it only once (see diff suggestion below).
  • Please verify that a corresponding changeset file exists (created via yarn changeset) that details these modifications as required by the packaging guidelines.
  • Also, ensure that any required Linear issue reference (e.g. a “GW-…” ticket) is linked in the PR description if not already present.
- - Updated dependencies [[`8c80ac9`](https://github.com/graphql-hive/gateway/commit/8c80ac98cd5afd7c063945f4704fe4866622c5d7), [`8c80ac9`](https://github.com/graphql-hive/gateway/commit/8c80ac98cd5afd7c063945f4704fe4866622c5d7)]:
+ - Updated dependencies [[`8c80ac9`](https://github.com/graphql-hive/gateway/commit/8c80ac98cd5afd7c063945f4704fe4866622c5d7)]:

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a 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 Description

A 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

📥 Commits

Reviewing files that changed from the base of the PR and between 203172c and 821514d.

📒 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 mention minor semver change. When a bug is fixed, patch needs to be used. The major 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 in graphql-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)

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Binary for Linux-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Binary for macOS-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Bun Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.9.4-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4-bun

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Node Docker Image)

The latest changes of this PR are available as image on GitHub Container Registry (based on the declared changesets):

ghcr.io/graphql-hive/gateway:1.9.4-rc-06b181b5abea9a1151a5c9ae587ffae829c772b4

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Binary for Windows-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Binary for macOS-X64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 821514d to 72e0a5f Compare February 5, 2025 14:19
@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 5, 2025

🚀 Snapshot Release (Binary for Linux-ARM64)

The latest changes of this PR are available for download (based on the declared changesets).

Download

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 72e0a5f to 6e51e15 Compare February 5, 2025 16:20
Copy link

@coderabbitai coderabbitai bot left a 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

📥 Commits

Reviewing files that changed from the base of the PR and between 72e0a5f and 6e51e15.

📒 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 mention minor semver change. When a bug is fixed, patch needs to be used. The major 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 in graphql-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 native AbortSignal and AbortController 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.4

This 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 the packages/** 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.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 6e51e15 to c70bf4c Compare February 5, 2025 17:26
Copy link

@coderabbitai coderabbitai bot left a 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 Section

The 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

📥 Commits

Reviewing files that changed from the base of the PR and between 6e51e15 and c70bf4c.

📒 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 mention minor semver change. When a bug is fixed, patch needs to be used. The major 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 in graphql-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)

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from c70bf4c to 06b181b Compare February 5, 2025 18:22
@enisdenjo enisdenjo merged commit 1a9f666 into main Feb 6, 2025
45 checks passed
@enisdenjo enisdenjo deleted the changeset-release/main branch February 6, 2025 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants