Skip to content

v0.19.0

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 19 Sep 21:31
· 345 commits to main since this release
a77fba8

๐Ÿš€ 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

๐Ÿ›  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

  • Include the list of available templates in Rover's documentation - @smyrick, #1733

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.