Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## π 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`: ```ini 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** --------- Co-authored-by: Dylan Anthony <[email protected]> Co-authored-by: Maria Elisabeth Schreiber <[email protected]>
- Loading branch information