Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[0.12.0] - 2023-02-17
🚀 Features
Allow
rover subgraph check
to execute without operation check results - @jsegaran, Support check workflows with no operation check #1490Apollo Studio now allows you to disable operation checks for a graph variant. Older versions of Rover will fail to parse the result of a check without a result for an operation check and return an error. Running the same check in versions of Rover after 0.12.0 will succeed when operation checks are disabled.
🛠 Maintenance
Fix up xtask test runner - @EverlastingBugstopper, chore: fix up test runner (#1505 #1505
cargo xtask test
detects failed tests and reruns them with some arguments. Unfortunately the code to insert--target
arguments was in the wrong order and resulted in confusing internal error messages on failed tests, this is now fixed.📚 Documentation