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.
[0.28.0] - 2025-03-12
🚀 Features
Default to Apollo Router 2.x for
rover dev
- @pubmodmatt PR Use Apollo Router 2.x by default #2433The default version of Apollo Router used by
rover dev
is now 2.x instead of 1.x. The default can be overridden bysetting
APOLLO_ROVER_DEV_ROUTER_VERSION
, for exampleAPOLLO_ROVER_DEV_ROUTER_VERSION=1.61.0
.Implement supergraph config schema command - @jonathanrainer PR Implement
supergraph config schema
command #2418Adds a new
rover supergraph config schema
command to output the JSONSchema forsupergraph.yaml
. This can be used to configure editor support for the file.🐛 Fixes
rover config whoami
- @pubmodmatt PR Replace prettytable-rs with comfy-table #2413🛠 Maintenance
📚 Documentation