-
Notifications
You must be signed in to change notification settings - Fork 25
Upcoming Release Changes #1728
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
base: main
Are you sure you want to change the base?
Upcoming Release Changes #1728
Conversation
Summary of ChangesHello @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 serves as an automated release candidate, generated by the Changesets action, to facilitate the publication of updated Highlights
Using Gemini Code AssistThe 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
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 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
|
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-tools/batch-delegate |
10.0.6-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/delegate |
12.0.0-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/federation |
4.2.4-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/fusion-runtime |
1.6.0-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
2.1.20-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
2.0.25-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
2.0.18-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-opentelemetry |
1.2.2-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
2.1.6-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/router-runtime |
1.1.0-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
2.3.6-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitch |
10.1.4-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/stitching-directives |
4.0.6-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-testing |
2.0.6-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
@graphql-tools/wrap |
11.1.0-rc-5e567e1852fc29c523c478f312042f726c1e9b90 |
npm ↗︎ unpkg ↗︎ |
There was a problem hiding this 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, generated by the Changesets release action, updates package versions and changelogs for an upcoming release. The changes are consistent with the automated release process. I've identified some minor formatting issues with extra newlines in a few of the CHANGELOG.md files and have left comments with suggestions to fix them. Overall, the PR looks good to go for the release.
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
b8949d9 to
7366b2d
Compare
🚀 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 |
a0230d1 to
924ffb1
Compare
924ffb1 to
5e567e1
Compare
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]
Major Changes
#1708
bc6cdddThanks @ardatan! - Breaking changes increateRequestfunction;sourceParentType,sourceFieldName,variableDefinitions,variableValuesandtargetRootValuetargetRootValuehas been renamed torootValuetargetSchemais a required option now andargsis also accepted as a map of the arguments of the target fieldfragmentsis now an array ofFragmentDefinitionNodeinstead of a record{ [fragmentName: string]: FragmentDefinitionNode }Breaking changes in
delegateRequestanddelegateToSchemafunctions;transformedSchemaoption, it has been renamed totargetSchematargetSchemais a required option nowPatch Changes
#1727
1dbc653Thanks @ardatan! - Avoid extra__typenamein the root selectionquery { - __typename hello }@graphql-mesh/[email protected]
Minor Changes
bc6cdddThanks @ardatan! - ExportgetSubgraphmethod so other handlers can use extracted transforms and subgraph schemaPatch Changes
55173a5,bc6cddd,1dbc653,bc6cddd]:@graphql-hive/[email protected]
Minor Changes
bc6cdddThanks @ardatan! - Support Stitching transforms (w/ Mesh directives)Patch Changes
#1727
1dbc653Thanks @ardatan! - dependencies updates:@graphql-hive/router-query-planner@^0.0.4↗︎ (from^0.0.3, independencies)#1739
8ff2e47Thanks @enisdenjo! - dependencies updates:@graphql-hive/router-query-planner@^0.0.6↗︎ (from^0.0.4, independencies)#1740
9cfe2a5Thanks @dependabot! - dependencies updates:@graphql-hive/router-query-planner@^0.0.6↗︎ (from^0.0.4, independencies)#1708
bc6cdddThanks @ardatan! - Handle listed enum values correctlyPreviously when a field like
[MyEnum!]!is projected, it was projecting it like it isMyEnum.#1739
8ff2e47Thanks @enisdenjo! - Expose the query plan by using theuseQueryPlanpluginUpdated dependencies [
bc6cddd]:@graphql-tools/[email protected]
Minor Changes
bc6cdddThanks @ardatan! - Improvements to make transforms more generic than stitchingPatch Changes
1dbc653,bc6cddd]:@graphql-tools/[email protected]
Patch Changes
1dbc653,bc6cddd]:@graphql-tools/[email protected]
Patch Changes
55173a5,bc6cddd,1dbc653,bc6cddd]:@graphql-hive/[email protected]
Patch Changes
0ded04f,8ff2e47,9cfe2a5,0ded04f]:@graphql-hive/[email protected]
Patch Changes
@graphql-hive/[email protected]
Patch Changes
bc6cddd]:@graphql-hive/[email protected]
Patch Changes
#1725
0ded04fThanks @dependabot! - dependencies updates:@graphql-hive/core@^0.15.1↗︎ (from^0.13.2, independencies)Updated dependencies [
0ded04f,8ff2e47,9cfe2a5]:@graphql-mesh/[email protected]
Patch Changes
0ded04f,8ff2e47,9cfe2a5]:@graphql-hive/[email protected]
Patch Changes
#1725
0ded04fThanks @dependabot! - dependencies updates:@graphql-hive/core@^0.15.1↗︎ (from^0.13.2, independencies)@graphql-hive/yoga@^0.43.1↗︎ (from^0.42.4, independencies)#1739
8ff2e47Thanks @enisdenjo! - dependencies updates:@graphql-yoga/plugin-apollo-usage-report@^0.12.0↗︎ (from^0.11.2, independencies)#1740
9cfe2a5Thanks @dependabot! - dependencies updates:@graphql-yoga/plugin-apollo-usage-report@^0.12.0↗︎ (from^0.11.2, independencies)Updated dependencies [
55173a5,bc6cddd,bc6cddd,1dbc653,bc6cddd]:@graphql-tools/[email protected]
Patch Changes
#1735
55173a5Thanks @enisdenjo! - Ensure key fields propagate correctly for interface/object combinations#1727
1dbc653Thanks @ardatan! - Avoid extra__typenamein the root selectionquery { - __typename hello }Updated dependencies [
bc6cddd,1dbc653,bc6cddd]:@graphql-tools/[email protected]
Patch Changes
1dbc653,bc6cddd]:@graphql-hive/[email protected]
Patch Changes
0ded04f,8ff2e47,9cfe2a5]: