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

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Upcoming Release Changes #452

merged 1 commit into from
Jan 15, 2025

Conversation

theguild-bot
Copy link
Collaborator

@theguild-bot theguild-bot commented Jan 15, 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.5

Patch Changes

  • #420 14152f7 Thanks @ardatan! - - In case of schema reload, throw SCHEMA_RELOAD error while recreating the transports and executors

    • In case of shut down, throw SHUTTING_DOWN error while cleaning the transports and executors up

    Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well.
    And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages

@graphql-tools/federation@3.0.9

Patch Changes

  • #443 a625269 Thanks @ardatan! - In case of shared Mutation field in different subgraphs, choose the best option instead of choosing the last option just like we do in Query root fields

  • Updated dependencies [a625269, 14152f7]:

    • @graphql-tools/stitch@9.4.14
    • @graphql-tools/executor-http@1.2.5

@graphql-mesh/fusion-runtime@0.10.29

Patch Changes

  • #420 14152f7 Thanks @ardatan! - dependencies updates:

  • #420 14152f7 Thanks @ardatan! - - In case of schema reload, throw SCHEMA_RELOAD error while recreating the transports and executors

    • In case of shut down, throw SHUTTING_DOWN error while cleaning the transports and executors up

    Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well.
    And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages

  • #420 14152f7 Thanks @ardatan! - Leave the supergraph configuration handling logic to fusion-runtime package so it can compare bare read supergraph sdl directly inside unified graph manager to decide if the supergraph has changed.

  • Updated dependencies [14152f7, a625269, a625269, 14152f7]:

    • @graphql-mesh/transport-common@0.7.27
    • @graphql-tools/stitch@9.4.14
    • @graphql-tools/federation@3.0.9

@graphql-hive/gateway@1.7.9

Patch Changes

  • Updated dependencies [14152f7, 14152f7, 14152f7]:
    • @graphql-hive/gateway-runtime@1.4.8
    • @graphql-mesh/transport-http-callback@0.5.18
    • @graphql-mesh/transport-http@0.6.31
    • @graphql-mesh/plugin-opentelemetry@1.3.36
    • @graphql-mesh/plugin-prometheus@1.3.24
    • @graphql-mesh/transport-ws@0.4.16
    • @graphql-mesh/hmac-upstream-signature@1.2.19

@graphql-mesh/plugin-opentelemetry@1.3.36

Patch Changes

@graphql-mesh/plugin-prometheus@1.3.24

Patch Changes

@graphql-hive/gateway-runtime@1.4.8

Patch Changes

  • #420 14152f7 Thanks @ardatan! - dependencies updates:

  • #420 14152f7 Thanks @ardatan! - - In case of schema reload, throw SCHEMA_RELOAD error while recreating the transports and executors

    • In case of shut down, throw SHUTTING_DOWN error while cleaning the transports and executors up

    Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well.
    And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages

  • #420 14152f7 Thanks @ardatan! - Leave the supergraph configuration handling logic to fusion-runtime package so it can compare bare read supergraph sdl directly inside unified graph manager to decide if the supergraph has changed.

  • Updated dependencies [14152f7, 14152f7, a625269, a625269, 14152f7, 14152f7]:

    • @graphql-mesh/fusion-runtime@0.10.29
    • @graphql-mesh/transport-common@0.7.27
    • @graphql-tools/stitch@9.4.14
    • @graphql-tools/federation@3.0.9
    • @graphql-tools/executor-http@1.2.5
    • @graphql-mesh/hmac-upstream-signature@1.2.19

@graphql-tools/stitch@9.4.14

Patch Changes

@graphql-mesh/transport-common@0.7.27

Patch Changes

  • #420 14152f7 Thanks @ardatan! - dependencies updates:

  • #420 14152f7 Thanks @ardatan! - - In case of schema reload, throw SCHEMA_RELOAD error while recreating the transports and executors

    • In case of shut down, throw SHUTTING_DOWN error while cleaning the transports and executors up

    Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well.
    And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages

@graphql-mesh/transport-http@0.6.31

Patch Changes

  • #420 14152f7 Thanks @ardatan! - - In case of schema reload, throw SCHEMA_RELOAD error while recreating the transports and executors

    • In case of shut down, throw SHUTTING_DOWN error while cleaning the transports and executors up

    Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well.
    And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages

  • Updated dependencies [14152f7, 14152f7]:

    • @graphql-mesh/transport-common@0.7.27
    • @graphql-tools/executor-http@1.2.5

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

Patch Changes

  • #420 14152f7 Thanks @ardatan! - - In case of schema reload, throw SCHEMA_RELOAD error while recreating the transports and executors

    • In case of shut down, throw SHUTTING_DOWN error while cleaning the transports and executors up

    Previously, these errors are only thrown for subscriptions not it is thrown in other type of operations as well.
    And previously the thrown errors during these two cleanup and restart process were cryptic, now the mentioned two errors above are thrown with more clear messages

  • Updated dependencies [14152f7, 14152f7]:

    • @graphql-mesh/transport-common@0.7.27

@graphql-mesh/transport-ws@0.4.16

Patch Changes

  • Updated dependencies [14152f7, 14152f7]:
    • @graphql-mesh/transport-common@0.7.27

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 15, 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.5-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-tools/federation 3.0.9-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-runtime 0.10.29-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-hive/gateway 1.7.9-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-opentelemetry 1.3.36-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-prometheus 1.3.24-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-hive/gateway-runtime 1.4.8-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 9.4.14-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-common 0.7.27-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http 0.6.31-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-http-callback 0.5.18-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-ws 0.4.16-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd npm ↗︎ unpkg ↗︎

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 15, 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 Jan 15, 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 Jan 15, 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 Jan 15, 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.7.9-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd-bun

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 15, 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.7.9-rc-eb36bf3f359ecc8f199560569cf4c71aa50f53cd

@theguild-bot
Copy link
Collaborator Author

theguild-bot commented Jan 15, 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 3 times, most recently from bf3b1ff to 235cba5 Compare January 15, 2025 14:08
@theguild-bot theguild-bot force-pushed the changeset-release/main branch from 235cba5 to eb36bf3 Compare January 15, 2025 15:22
@ardatan ardatan merged commit fd7a875 into main Jan 15, 2025
37 of 38 checks passed
@ardatan ardatan deleted the changeset-release/main branch January 15, 2025 15:27
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