Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changelog: Adds #485 and #515 #517

Merged
merged 2 commits into from
May 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

## 📚 Documentation

# [0.0.10] - 2021-04-27
Expand Down