Skip to content

Commit

Permalink
release: v0.12.2 (#1526
Browse files Browse the repository at this point in the history
# [0.12.2] - 2023-02-23

## 🚀 Features

- **Warn when `federation_version` is not pinned -
@EverlastingBugstopper, #1524**

As of this release, we no longer recommend auto-updates for the `rover
supergraph compose` command because of the coordination path that is
required to roll out new versions of Federation. If you do not specify
an exact `federation_version`, a warning will be printed. In a future
version of Rover we will entirely deprecate auto-updating, so please
migrate now. This change includes some changes to our documentation as
well, check out [the
docs](https://www.apollographql.com/docs/rover/commands/supergraphs/#setting-a-composition-version)
for more information.

## 🐛 Fixes

- **Fixes composition error reporting in `rover subgraph check` -
@EverlastingBugstopper, #1525**

In Rover v0.12.0 and v0.12.1, running a `rover subgraph check` with an
invalid schema failed to report the composition errors, this behavior is
fixed in v0.12.2.

## 🛠 Maintenance

- **Updates internal node dependencies - @EverlastingBugstoppe**

  `node` v18.14.0 -> v18.14.1
  `npm` v9.4.2 -> v9.5.0
  • Loading branch information
EverlastingBugstopper authored Feb 23, 2023
1 parent 89b5317 commit 9fececc
Show file tree
Hide file tree
Showing 11 changed files with 139 additions and 116 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## 📚 Documentation -->

# [0.12.2] - 2023-02-23

## 🚀 Features

- **Warn when `federation_version` is not pinned - @EverlastingBugstopper, #1524**

As of this release, we no longer recommend auto-updates for the `rover supergraph compose` command because of the coordination path that is required to roll out new versions of Federation. If you do not specify an exact `federation_version`, a warning will be printed. In a future version of Rover we will entirely deprecate auto-updating, so please migrate now. This change includes some changes to our documentation as well, check out [the docs](https://www.apollographql.com/docs/rover/commands/supergraphs/#setting-a-composition-version) for more information.

## 🐛 Fixes

- **Fixes composition error reporting in `rover subgraph check` - @EverlastingBugstopper, #1525**

In Rover v0.12.0 and v0.12.1, running a `rover subgraph check` with an invalid schema failed to report the composition errors, this behavior is fixed in v0.12.2.

## 🛠 Maintenance

- **Updates internal node dependencies - @EverlastingBugstoppe**

`node` v18.14.0 -> v18.14.1
`npm` v9.4.2 -> v9.5.0

# [0.12.1] - 2023-02-17

## 🐛 Fixes
Expand Down
43 changes: 22 additions & 21 deletions 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-file = "./LICENSE"
name = "rover"
readme = "README.md"
repository = "https://github.com/apollographql/rover/"
version = "0.12.1"
version = "0.12.2"
default-run = "rover"

publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/rover-client/.schema/last_run.uuid

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

Loading

0 comments on commit 9fececc

Please sign in to comment.