-
Notifications
You must be signed in to change notification settings - Fork 25
Upcoming Release Changes #461
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
Merged
Merged
Conversation
This file contains hidden or 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/batch-delegate |
9.0.28-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
10.2.10-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
3.0.10-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
0.10.30-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
1.8.0-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/importer |
1.0.0-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-opentelemetry |
1.3.37-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
1.3.25-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
1.4.9-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
9.4.15-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
3.1.25-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
10.0.28-rc-89bcb3fbd7c55552b21facd523bd906bdd6e0ac2 |
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
|
4d0421a
to
dd15dad
Compare
dd15dad
to
89bcb3f
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-hive/importer@1.0.0
Major Changes
9a6ae85
Thanks @enisdenjo! - Improving Hive's importing capabilities allowing it to parse TypeScript files@graphql-hive/gateway@1.8.0
Minor Changes
9a6ae85
Thanks @enisdenjo! - Point to exact location of syntax error when parsing malformed config filesPatch Changes
#462
9a6ae85
Thanks @enisdenjo! - dependencies updates:@graphql-hive/importer@workspace:^
↗︎ (todependencies
)@graphql-mesh/include@^0.2.3
↗︎ (fromdependencies
)#462
9a6ae85
Thanks @enisdenjo! - Use@graphql-hive/importer
for importing configs and transpiling TypeScript filesUpdated dependencies [
9a6ae85
]:@graphql-tools/batch-delegate@9.0.28
Patch Changes
18682e6
]:@graphql-tools/delegate@10.2.10
Patch Changes
#471
18682e6
Thanks @ardatan! - While creating a delegation request for the subschema, an selection set should be spreaded on the union type field correctly.In case of the following schema;
If the operation is generated as following;
It should be spreaded on the union type field correctly as following;
@graphql-tools/federation@3.0.10
Patch Changes
18682e6
,e9f78cd
]:@graphql-mesh/fusion-runtime@0.10.30
Patch Changes
18682e6
,e9f78cd
]:@graphql-mesh/plugin-opentelemetry@1.3.37
Patch Changes
@graphql-mesh/plugin-prometheus@1.3.25
Patch Changes
@graphql-hive/gateway-runtime@1.4.9
Patch Changes
18682e6
,e9f78cd
]:@graphql-tools/stitch@9.4.15
Patch Changes
18682e6
,e9f78cd
]:@graphql-tools/stitching-directives@3.1.25
Patch Changes
18682e6
]:@graphql-tools/wrap@10.0.28
Patch Changes
#472
e9f78cd
Thanks @ardatan! -RenameObjectFieldArguments
should transform the passedargs
indelegationContext
.When a subschema's a root field argument is renamed, the passed arguments should be also transformed;
When the subschema above is transformed to;
The following call should be transformed;
To this query;
Updated dependencies [
18682e6
]: