Skip to content

v0.17.3

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 02 Aug 22:11
· 133 commits to main since this release
5723ff3

๐Ÿš€ Features

  • Support binary mirrors via the npm installer - @LongLiveCHIEF, #1675

    When installing Rover via npm, you can override the base URL where Rover binaries are downloaded from in one of two ways:

    • by setting the APOLLO_ROVER_DOWNLOAD_HOST environment variable
    • by adding the following to your global or local .npmrc:
    apollo_rover_download_host=https://your.mirror.com/repository

    This enables installing Rover when https://rover.apollo.dev is unavailable, for example, in a private network.

๐Ÿ› Fixes

  • Improve error handling for persisted-queries publish - @dbanty, #1697

๐Ÿ“š Documentation

  • Clarify that routing_url is optional when using a graph ref with rover dev - @smyrick, #1683

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.