Skip to content

Commit 12a3f9f

Browse files
release: v0.12.0 (#1516)
# [0.12.0] - 2023-02-17 ## πŸš€ Features - **Allow `rover subgraph check` to execute without operation check results - @jsegaran, #1490** Apollo 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, #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 - **Adds Gitlab CI/CD Instructions - @ugurcemozturk, #1513 fixes #429**
1 parent 32f5feb commit 12a3f9f

File tree

13 files changed

+197
-162
lines changed

13 files changed

+197
-162
lines changed

β€ŽCHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1616
1717
## πŸ“š Documentation -->
1818

19+
# [0.12.0] - 2023-02-17
20+
21+
## πŸš€ Features
22+
23+
- **Allow `rover subgraph check` to execute without operation check results - @jsegaran, #1490**
24+
25+
Apollo 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.
26+
27+
## πŸ›  Maintenance
28+
29+
- **Fix up xtask test runner - @EverlastingBugstopper, #1505**
30+
31+
`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.
32+
33+
## πŸ“š Documentation
34+
35+
- **Adds Gitlab CI/CD Instructions - @ugurcemozturk, #1513 fixes #429**
36+
1937
# [0.11.1] - 2023-02-08
2038

2139
## πŸ› Fixes

0 commit comments

Comments
Β (0)