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 #612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Feb 6, 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-mesh/fusion-runtime@0.11.0

Minor Changes

  • #605 e5d77f3 Thanks @ardatan! - Extract subgraph execution batching logic outside, so batching is handled by the Gateway not Stitching

    BREAKING; UnifiedGraphHandlerOpts no longer takes batch option, it is handled by the runtime itself

Patch Changes

@graphql-hive/gateway@1.10.0

Minor Changes

Patch Changes

@graphql-tools/batch-delegate@9.0.30

Patch Changes

@graphql-tools/batch-execute@9.0.12

Patch Changes

@graphql-tools/delegate@10.2.12

Patch Changes

@graphql-tools/executor-common@0.0.2

Patch Changes

@graphql-tools/executor-graphql-ws@2.0.2

Patch Changes

@graphql-tools/executor-http@1.2.7

Patch Changes

@graphql-tools/federation@3.1.2

Patch Changes

@graphql-mesh/hmac-upstream-signature@1.2.20

Patch Changes

@graphql-mesh/plugin-opentelemetry@1.3.41

Patch Changes

@graphql-mesh/plugin-prometheus@1.3.29

Patch Changes

@graphql-hive/gateway-runtime@1.4.13

Patch Changes

@graphql-tools/stitch@9.4.17

Patch Changes

@graphql-tools/stitching-directives@3.1.27

Patch Changes

@graphql-mesh/transport-common@0.7.29

Patch Changes

@graphql-mesh/transport-http@0.6.33

Patch Changes

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

Patch Changes

@graphql-mesh/transport-ws@1.0.3

Patch Changes

@graphql-tools/wrap@10.0.30

Patch Changes

Copy link

coderabbitai bot commented Feb 6, 2025

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (3)
  • skip-ci
  • skip-ai
  • Upcoming Release Changes

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Applied minor patch updates across multiple packages.
    • Upgraded several dependencies to enhance stability and maintainability.
    • Bumped versions for core components to ensure smooth performance.
    • Removed an outdated dependency record.

This release maintains backward compatibility with no visible feature changes or breaking updates for end-users.

Walkthrough

This pull request includes a series of patch updates across multiple packages in the repository. It features version increments in package manifests, updates to changelog files reflecting dependency changes, and the removal of a changeset file that documented updates for the @graphql-hive/gateway-runtime package. All changes are non-breaking and do not alter any public interfaces.

Changes

File(s) Summary of Changes
.changeset/@graphql-hive_gateway-runtime-610-dependencies.md Deleted file that recorded a patch update for @graphql-hive/gateway-runtime and its dependency @graphql-yoga/plugin-apollo-usage-report (^0.5.9 → ^0.6.0).
packages/gateway/{CHANGELOG.md, package.json} Bumped @graphql-hive/gateway version from 1.9.4 to 1.9.5; updated gateway-runtime dependency from 1.4.12 to 1.4.13, plugin-opentelemetry from 1.3.40 to 1.3.41, and plugin-prometheus from 1.3.28 to 1.3.29 in the changelog.
packages/plugins/opentelemetry/{CHANGELOG.md, package.json} Bumped plugin version from 1.3.40 to 1.3.41; updated gateway-runtime dependency from 1.4.12 to 1.4.13 in the changelog.
packages/plugins/prometheus/{CHANGELOG.md, package.json} Bumped plugin version from 1.3.28 to 1.3.29; updated gateway-runtime dependency from 1.4.12 to 1.4.13 in the changelog.
packages/runtime/{CHANGELOG.md, package.json} Bumped gateway-runtime version from 1.4.12 to 1.4.13; updated @graphql-yoga/plugin-apollo-usage-report dependency from ^0.5.9 to ^0.6.0 and updated @graphql-mesh/hmac-upstream-signature to 1.2.19 in the changelog.

Possibly related PRs

  • Upcoming Release Changes #583: The changes in the main PR are related to the updates of the @graphql-hive/gateway-runtime package, which is also referenced in the retrieved PR where the same package's dependency updates are documented.
  • Revert accidentally committed changesets #588: The changes in the main PR regarding the dependency updates for @graphql-hive/gateway-runtime are related to the updates in the retrieved PR, which also includes modifications to the same dependency, specifically the @graphql-yoga/plugin-apollo-usage-report.
  • Upcoming Release Changes #585: The changes in the main PR regarding the update of the @graphql-hive/gateway-runtime dependency are related to the updates in the retrieved PR, which also includes a patch update for the same dependency from version 1.4.12 to 1.4.13.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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.

@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 315fbdf to c3807d8 Compare February 7, 2025 03:11
@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 7, 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/batch-delegate 9.0.30-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/batch-execute 9.0.12-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/delegate 10.2.12-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-common 0.0.2-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-graphql-ws 2.0.2-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/executor-http 1.2.7-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/federation 3.1.2-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 0.11.0-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 1.10.0-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/hmac-upstream-signature 1.2.20-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 1.3.41-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 1.3.29-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 1.4.13-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.4.17-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/stitching-directives 3.1.27-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-common 0.7.29-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 0.6.33-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http-callback 0.5.20-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-ws 1.0.3-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎
@graphql-tools/wrap 10.0.30-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113 npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 7, 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 7, 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
Copy link
Collaborator Author

theguild-bot commented Feb 7, 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 7, 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.10.0-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113-bun

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 7, 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.10.0-rc-8e35bbcfc4ac6766046f3e0f31ec28a807f42113

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Feb 7, 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
Copy link
Collaborator Author

theguild-bot commented Feb 7, 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 theguild-bot force-pushed the changeset-release/main branch 20 times, most recently from be2309a to d2968fc Compare February 11, 2025 15:55
@theguild-bot theguild-bot force-pushed the changeset-release/main branch 3 times, most recently from deb54f8 to e27deee Compare February 11, 2025 17:36
@theguild-bot theguild-bot force-pushed the changeset-release/main branch from e27deee to 8e35bbc Compare February 11, 2025 17:38
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.

1 participant