Skip to content

Commit

Permalink
release: v0.17.3 (#1695)
Browse files Browse the repository at this point in the history
## πŸš€ 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
3 people authored Aug 2, 2023
1 parent 46a57ce commit 5723ff3
Show file tree
Hide file tree
Showing 10 changed files with 152 additions and 120 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,30 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## πŸ“š Documentation -->

# [0.17.3] - 2023-08-01

## πŸš€ 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**

# [0.17.2] - 2023-07-18

## πŸ›  Maintenance
Expand Down
Loading

0 comments on commit 5723ff3

Please sign in to comment.