-
Notifications
You must be signed in to change notification settings - Fork 10
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🚀 Snapshot Release (
|
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 ↗︎ |
🚀 Snapshot Release (Bun Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
🚀 Snapshot Release (Node Docker Image)The latest changes of this PR are available as image on GitHub Container Registry (based on the declared
|
theguild-bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
January 15, 2025 14:08
bf3b1ff
to
235cba5
Compare
theguild-bot
force-pushed
the
changeset-release/main
branch
from
January 15, 2025 15:22
235cba5
to
eb36bf3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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, throwSCHEMA_RELOAD
error while recreating the transports and executorsSHUTTING_DOWN
error while cleaning the transports and executors upPreviously, 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 fieldsUpdated dependencies [
a625269
,14152f7
]:@graphql-mesh/fusion-runtime@0.10.29
Patch Changes
#420
14152f7
Thanks @ardatan! - dependencies updates:@envelop/core@^5.0.3
↗︎ (from^5.0.1
, independencies
)#420
14152f7
Thanks @ardatan! - - In case of schema reload, throwSCHEMA_RELOAD
error while recreating the transports and executorsSHUTTING_DOWN
error while cleaning the transports and executors upPreviously, 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-hive/gateway@1.7.9
Patch Changes
14152f7
,14152f7
,14152f7
]:@graphql-mesh/plugin-opentelemetry@1.3.36
Patch Changes
14152f7
,14152f7
,14152f7
,14152f7
]:@graphql-mesh/plugin-prometheus@1.3.24
Patch Changes
14152f7
,14152f7
,14152f7
]:@graphql-hive/gateway-runtime@1.4.8
Patch Changes
#420
14152f7
Thanks @ardatan! - dependencies updates:@graphql-tools/executor-common@workspace:^
↗︎ (todependencies
)#420
14152f7
Thanks @ardatan! - - In case of schema reload, throwSCHEMA_RELOAD
error while recreating the transports and executorsSHUTTING_DOWN
error while cleaning the transports and executors upPreviously, 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-tools/stitch@9.4.14
Patch Changes
a625269
Thanks @ardatan! - Respect fragments while calculating the selection score@graphql-mesh/transport-common@0.7.27
Patch Changes
#420
14152f7
Thanks @ardatan! - dependencies updates:@envelop/core@^5.0.3
↗︎ (from^5.0.1
, independencies
)#420
14152f7
Thanks @ardatan! - - In case of schema reload, throwSCHEMA_RELOAD
error while recreating the transports and executorsSHUTTING_DOWN
error while cleaning the transports and executors upPreviously, 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, throwSCHEMA_RELOAD
error while recreating the transports and executorsSHUTTING_DOWN
error while cleaning the transports and executors upPreviously, 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-http-callback@0.5.18
Patch Changes
#420
14152f7
Thanks @ardatan! - - In case of schema reload, throwSCHEMA_RELOAD
error while recreating the transports and executorsSHUTTING_DOWN
error while cleaning the transports and executors upPreviously, 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-ws@0.4.16
Patch Changes
14152f7
,14152f7
]: