v0.20.0
๐ Features
-
Persisted Queries is now GA - @glasser, #1756
The
rover persisted-queries publishcommand 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, #1757
rover subgraph publishnow logs a message tostdoutwhen a subgraph was published and there were no changes to the schema. -
Don't log username/password if
APOLLO_ROVER_DOWNLOAD_HOSTincludes authentication in the URL - @EverlastingBugstopper, #1758Previously, when using the
APOLLO_ROVER_DOWNLOAD_HOSTenvironment 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
- Improve wording of persisted queries documentation - @Meschreiber, #1760
This release was automatically created by CircleCI.
If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.
Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.