Skip to content

Commit

Permalink
release: v0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EverlastingBugstopper committed Aug 5, 2021
1 parent 978f67a commit 53b7a26
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 1,213 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,31 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## 🛠 Maintenance
## 📚 Documentation -->


# [0.2.0-beta.1] - 2021-08-05

## 🐛 Fixes

- **Update GraphQL types to match new API Schema - [EverlastingBugstopper], [issue/696] [pull/697]**

The Apollo Studio API introduced a change that made a field in the `subgraph publish` mutation nullable. This caused our codegen to fail and users started getting some cryptic error messages for failed publishes in older versions of Rover.

This release handles these cases better and also introduces local tooling for building old versions of Rover with the API schemas that were in production at the time that version was published with `cargo xtask dist --release vx.x.x`.

[EverlastingBugstopper]: https://github.com/EverlastingBugstopper
[pull/697]: https://github.com/apollographql/rover/pull/697
[issue/696]: https://github.com/apollographql/rover/issues/696

## 📚 Documentation

- **Fix broken link to supergraph schemas - [abernix], [issue/687] [pull/706]**

There was a broken link in our docs that now points to a set of definitions of supergraphs and subgraphs that lives in the docs for Federation.

[abernix]: https://github.com/abernix
[pull/706]: https://github.com/apollographql/rover/pull/706
[issue/687]: https://github.com/apollographql/rover/issues/687

# [0.2.0-beta.0] - 2021-07-26

## 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT"
name = "rover"
readme = "README.md"
repository = "https://github.com/apollographql/rover/"
version = "0.2.0-beta.0"
version = "0.2.0-beta.1"
resolver = "2"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rover graph publish --schema ./path-to-valid-schema test@cats
## Command-line options

```console
Rover 0.2.0-beta.0
Rover 0.2.0-beta.1

Rover - Your Graph Companion
Read the getting started guide by running:
Expand Down
Loading

0 comments on commit 53b7a26

Please sign in to comment.