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.20.0] - 2023-10-05
🚀 Features
Persisted Queries is now GA - @glasser, persisted-queries: remove "preview" from help text #1756
The
rover persisted-queries publish
command is now out of the public preview phase and has entered general availability. Check out the documentation for this enterprise feature.🐛 Fixes
Better message for a subgraph published with no changes - @bonnici, Show a better message when a subgraph is published with no changes #1757
rover subgraph publish
now logs a message tostdout
when a subgraph was published and there were no changes to the schema.Don't log username/password if
APOLLO_ROVER_DOWNLOAD_HOST
includes authentication in the URL - @EverlastingBugstopper, fix: don't log username/password in binary mirror proxy URLs #1758Previously, when using the
APOLLO_ROVER_DOWNLOAD_HOST
environment variable to override the download location of a plugin binary, Rover would log the entire URL to stdout, potentially leaking username and password authentication details if they were included in the URL. Now, Rover strips that information from the URLs before printing the download location. If Rover is not able to strip that information (likely due to an invalid URL), then it doesn't try to print the sanitized URL at all.📚 Documentation