Skip to content

Commit

Permalink
changelog: Adds #485 and #515 (#517)
Browse files Browse the repository at this point in the history
Co-authored-by: Irina Shestak <[email protected]>
  • Loading branch information
EverlastingBugstopper and lrlna authored May 7, 2021
1 parent fbdb753 commit 15c6bc7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## 🚀 Features

- **`rover supergraph fetch` - [EverlastingBugstopper], [issue/452] [pull/485]**

This new command allows you to fetch the latest successfully composed supergraph SDL. This can be used to bootstrap a local graph router, or to inspect the schema that is used in managed federation.

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/485]: https://github.com/apollographql/rover/pull/485
[issue/452]: https://github.com/apollographql/rover/issues/452

- **Adds link to the Apollo CLI -> Rover migration guide in `rover docs open` - [EverlastingBugstopper], [pull/492]**

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
Expand Down Expand Up @@ -71,6 +79,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[pull/460]: https://github.com/apollographql/rover/pull/460
[issue/444]: https://github.com/apollographql/rover/issues/444

- **Addresses clippy 1.52 warnings - [EverlastingBugstopper], [pull/515]**

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/515]: https://github.com/apollographql/rover/pull/515

- **Fix credential retrieval in `rover config whoami` - [EverlastingBugstopper], [issue/514] [pull/516]**

`rover config whoami` no longer fails if `$APOLLO_KEY` is set but there is no default authentication profile.
Expand Down

0 comments on commit 15c6bc7

Please sign in to comment.