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 was automatically generated by the Changesets GitHub action to prepare for the release of updated packages. It incorporates recent changes, specifically a patch for Highlights
Changelog
Activity
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.
Code Review
This pull request was opened by the Changesets release action to prepare for a new release. The changes consist of version bumps in package.json, updates to CHANGELOG.md, and the removal of the processed changeset file. These modifications are all expected parts of an automated release process and appear to be correct. This PR is ready for merging to trigger the package publication.
🚀 Snapshot Release (
|
| Package | Version | Info |
|---|---|---|
@graphql-hive/gateway |
2.5.0-rc-4c951cc67cabd86de506bc4ad53d56584eca6093 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/nestjs |
2.0.41-rc-4c951cc67cabd86de506bc4ad53d56584eca6093 |
npm ↗︎ unpkg ↗︎ |
@graphql-hive/router-runtime |
1.1.12-rc-4c951cc67cabd86de506bc4ad53d56584eca6093 |
npm ↗︎ unpkg ↗︎ |
e8cf9c1 to
7de89a2
Compare
7de89a2 to
4c951cc
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 |
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/gateway@2.5.0
Minor Changes
#2005
3866e36Thanks @ardatan! - Support Rust QP as builtin in Docker imageWhile running the Docker image of the gateway, you can now use Rust QP as the builtin query planner.
docker run \ -e HIVE_ROUTER_RUNTIME=true \ -p 8080:8080 \ -v "$(pwd)/supergraph.graphql:/gateway/supergraph.graphql" \ ghcr.io/graphql-hive/gateway supergraph --port=8080@graphql-hive/nestjs@2.0.41
Patch Changes
3866e36]:@graphql-hive/router-runtime@1.1.12
Patch Changes
#2001
0408878Thanks @ardatan! - Fix projection while using Rust QPUpdated dependencies []: