v0.19.0
๐ Features
-
Publish persisted queries generated by the Relay compiler - @EverlastingBugstopper, #1727
The
rover persisted-queries publish
command now accepts the--manifest-format relay
argument which allows publishing persisted queries generated by the Relay compiler to Apollo GraphOS. See the documentation for more information on this feature. -
Make checks more resilient by retrying failures - @swcollard, #1740
Rover will now retry requests for the status of a check workflow. If the retries don't succeed after five minutes, the requests fail, and any intermittent errors are logged.
๐ Fixes
- No output styling when writing to a file or redirecting output via a pipe - @EverlastingBugstopper, #1747
๐ Maintenance
-
Don't issue HEAD request to determine latest versions when the exact version is known - @EverlastingBugstopper, #1743 and #1744
This change should make it easier to integrate Rover with custom binary mirrors as they do not need to be configured to return an
X-Version
header when responding to installation requests. -
Move
introspector-gadget
crate code back into Rover - @EverlastingBugstopper, #1736
๐ Documentation
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.