v0.17.3
๐ 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. - by setting the
๐ Fixes
๐ 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.