-
Notifications
You must be signed in to change notification settings - Fork 29
Upcoming Release Changes #1687
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 #1687
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 is an automated release PR generated by the Changesets GitHub action. Its primary purpose is to publish new versions of several packages to npm, incorporating recent feature developments and necessary dependency updates. The most notable changes include the introduction of a new router runtime for the Hive Gateway and an enhancement to the fusion runtime to support custom graph handlers. 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
|
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, automatically generated by the Changesets release action, prepares multiple packages for an upcoming release to npm. The core changes involve the introduction of a new 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
|
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 action, prepares for an upcoming release by updating package versions and changelogs. The changes appear to be in order for a release. I've identified a minor formatting issue in two of the CHANGELOG.md files, where extra newlines are present. This could be related to the configuration of the release tool.
|
|
||
|
|
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.
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-mesh/fusion-runtime |
1.5.0-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway |
2.1.16-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
2.0.21-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-aws-sigv4 |
2.0.16-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/plugin-opentelemetry |
1.1.2-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-mesh/plugin-prometheus |
2.1.2-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/router-runtime |
1.0.0-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-runtime |
2.3.4-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/gateway-testing |
2.0.4-rc-a0079b3d06cf5c3028688ae03d4fab2f9352b0d6 |
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 action, prepares for an upcoming release. It includes version bumps for several packages, most notably a major release for @graphql-hive/router-runtime and a minor release for @graphql-mesh/fusion-runtime. The changes consist of updating package.json files and generating corresponding CHANGELOG.md entries. The changes appear to be correct and in line with an automated release process. I've only pointed out some minor formatting issues in the generated changelogs regarding extra newlines, which could be addressed for consistency.
|
|
||
|
|
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.
🚀 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 |
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]
Major Changes
#1629
073a078Thanks @enisdenjo! - Hive Router Runtime for Hive GatewayRead more about it in the documentation.
Patch Changes
073a078]:@graphql-mesh/[email protected]
Minor Changes
#1629
073a078Thanks @enisdenjo! - Support changing the unified graph handlerAllowing users to integrate other query planners, like the new Hive Gateway Router Runtime.
@graphql-hive/[email protected]
Patch Changes
@graphql-hive/[email protected]
Patch Changes
@graphql-hive/[email protected]
Patch Changes
073a078]:@graphql-hive/[email protected]
Patch Changes
@graphql-mesh/[email protected]
Patch Changes
@graphql-hive/[email protected]
Patch Changes
073a078]:@graphql-hive/[email protected]
Patch Changes