Skip to content

Conversation

@theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Oct 29, 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/[email protected]

Minor Changes

  • #1642 af7a7de Thanks @ardatan! - Support promises in progressiveOverride option

    import { defineConfig } from '@graphql-hive/gateway';
    export const gatewayConfig = defineConfig({
        async progressiveOverride(label: string, context: GatewayContext) {
            if (label === 'my_label') {
                const serviceResponse = await fetch('http://example.com/should_override', {
                    headers: {
                        'x-some-header': context.headers['x-some-header'],
                    }
                });
                const result = await serviceResponse.json();
                return result?.override;
            }
            return false;
        }
    })

@graphql-mesh/[email protected]

Minor Changes

  • #1642 af7a7de Thanks @ardatan! - Support promises in progressiveOverride option

    import { defineConfig } from '@graphql-hive/gateway';
    export const gatewayConfig = defineConfig({
        async progressiveOverride(label: string, context: GatewayContext) {
            if (label === 'my_label') {
                const serviceResponse = await fetch('http://example.com/should_override', {
                    headers: {
                        'x-some-header': context.headers['x-some-header'],
                    }
                });
                const result = await serviceResponse.json();
                return result?.override;
            }
            return false;
        }
    })

Patch Changes

@graphql-hive/[email protected]

Minor Changes

  • #1642 af7a7de Thanks @ardatan! - Support promises in progressiveOverride option

    import { defineConfig } from '@graphql-hive/gateway';
    export const gatewayConfig = defineConfig({
        async progressiveOverride(label: string, context: GatewayContext) {
            if (label === 'my_label') {
                const serviceResponse = await fetch('http://example.com/should_override', {
                    headers: {
                        'x-some-header': context.headers['x-some-header'],
                    }
                });
                const result = await serviceResponse.json();
                return result?.override;
            }
            return false;
        }
    })

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@gemini-code-assist
Copy link

Summary of Changes

Hello @theguild-bot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request represents an automated patch release across several core @graphql-mesh and @graphql-hive packages. The primary purpose is to propagate minor dependency updates, ensuring all components are aligned with the latest compatible versions of shared utilities and types. This PR is ready to be merged to trigger the publication of these updated packages to npm.

Highlights

  • Automated Release: This pull request was automatically generated by the Changesets GitHub action to prepare for an upcoming release.
  • Dependency Updates: Numerous packages across the @graphql-mesh and @graphql-hive ecosystems have received patch version bumps due to internal dependency updates. Key packages like @graphql-hive/gateway, @graphql-mesh/fusion-runtime, and @graphql-hive/gateway-runtime are among those updated.
  • Changelog and Version Bumps: The CHANGELOG.md and package.json files for all affected packages have been updated to reflect the new patch versions and the specific dependency changes, primarily driven by updates to @graphql-mesh/types and @graphql-mesh/utils.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request, automatically generated by the Changesets release action, updates package versions and changelogs for an upcoming release. The changes are mostly correct, but I've noticed a minor formatting issue across several of the CHANGELOG.md files where extra blank lines have been added. I've left comments with suggestions to remove them for better readability and consistency.

Comment on lines +5 to +31



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

Comment on lines +5 to +7



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There are unnecessary blank lines here, which affects readability. This seems to be a pattern in several of the updated changelogs. Please remove them for a cleaner and more consistent format.

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Oct 29, 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/federation 4.2.0-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 1.4.0-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 2.1.12-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/nestjs 2.0.17-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-aws-sigv4 2.0.12-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-deduplicate-request 2.0.4-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/hmac-upstream-signature 2.0.4-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 2.0.7-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-opentelemetry 1.0.14-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 2.0.15-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 2.3.0-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-testing 2.0.0-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-common 1.0.8-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 1.0.8-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http-callback 1.0.8-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-ws 2.0.8-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725 npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Oct 29, 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 Oct 29, 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 Oct 29, 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 Oct 29, 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 Oct 29, 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:2.1.12-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Oct 29, 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:2.1.12-rc-b13ae9637b74a8a1b693ebcdc7a31d9b33ef2725-bun

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Oct 29, 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 8 times, most recently from 9bacdb5 to d644c6b Compare October 29, 2025 21:15
@theguild-bot theguild-bot force-pushed the changeset-release/main branch from d644c6b to b13ae96 Compare October 29, 2025 22:17
@enisdenjo enisdenjo merged commit d5035b3 into main Oct 30, 2025
44 checks passed
@enisdenjo enisdenjo deleted the changeset-release/main branch October 30, 2025 13:10
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