Skip to content

Conversation

theguild-bot
Copy link
Collaborator

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-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

@graphql-mesh/[email protected]

Patch Changes

@graphql-hive/[email protected]

Patch Changes

  • #1563 8c4138d Thanks @zoontek! - Introduce deduplicateHeaders option for propagateHeaders configuration to control header handling behavior when multiple subgraphs return the same header

    When deduplicateHeaders is enabled (set to true), only the last value from subgraphs will be set for each header. When disabled (default false), all values are appended.

    The set-cookie header is always appended regardless of this setting, as per HTTP standards.

    import { defineConfig } from '@graphql-hive/gateway'
    export const gatewayConfig = defineConfig({
      propagateHeaders: {
        deduplicateHeaders: true, // default: false
        fromSubgraphsToClient({ response }) {
          // ...
        }
      }
    })
  • Updated dependencies []:

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Oct 8, 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-hive/gateway 2.1.10-rc-f20ff83bf459c941e33c71378caf4b5dd13b87f8 npm ↗︎ unpkg ↗︎
@graphql-hive/nestjs 2.0.15-rc-f20ff83bf459c941e33c71378caf4b5dd13b87f8 npm ↗︎ unpkg ↗︎
@graphql-hive/plugin-opentelemetry 1.0.12-rc-f20ff83bf459c941e33c71378caf4b5dd13b87f8 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 2.0.13-rc-f20ff83bf459c941e33c71378caf4b5dd13b87f8 npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 2.1.9-rc-f20ff83bf459c941e33c71378caf4b5dd13b87f8 npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Oct 8, 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 8, 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 8, 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 8, 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 8, 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 from ca3a809 to f20ff83 Compare October 8, 2025 17:26
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