Skip to content

Commit 21b0410

Browse files
authored
release v0.8.0 (#1195)
1 parent 720503f commit 21b0410

File tree

12 files changed

+933
-753
lines changed

12 files changed

+933
-753
lines changed

CHANGELOG.md

+45-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,50 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1818
1919
## 📚 Documentation -->
2020

21+
# [0.8.0] - 2022-07-27
22+
23+
## 🚀 Features
24+
25+
- **Add new commands to use asynchronous checks API - @Y-Guo, #1139**
26+
27+
If you want to kick off a check without waiting for it to complete you can provide the `--background` flag to `rover graph check` or `rover subgraph check`. This will start the check in Apollo Studio. If your GitHub repo integrates with the Apollo Studio GitHub App, the check status will be updated on your GitHub branch. Using this flag can save you time and money with your CI provider.
28+
29+
- **Improved error messages and logs for filesysten read/write - @EverlastingBugstopper, #1183**
30+
31+
Start using the `saucer` create for file system read/writes. This will provide better errors than the ones provided by `std::fs` e.g. `permission denied os error (2)` by providing context about which file rover is trying to read/write to. Every read/write/other filesystem operation will now be included in the `--log info` output.
32+
33+
## 🐛 Fixes
34+
35+
- **Install rover before run if missing in npm package - @trevor-schneer, #1184 fixes #1178**
36+
37+
- **Don't retry `400 Bad Request` errors - @EverlastingBugstopper, #1166**
38+
39+
## 🛠 Maintenance
40+
41+
- **Refactor command line argument parsing - @EverlastingBugstopper, #1155**
42+
43+
- **Improve schema downloading for codegen, when building rover - @EverlastingBugstopper, #1166**
44+
45+
- **Update rover to clap v3 - @EverlastingBugstopper, #1170 fixes #1165**
46+
47+
- **Add Apollo Studio integration tests - @EverlastingBugstopper, #1188**
48+
49+
We now run integration tests against Apollo Studio's platform API as part of our release pipeline.
50+
51+
## 📚 Documentation
52+
53+
- **Update help message for `rover subgraph introspect` - @EverlastingBugstopper, #1169**
54+
55+
Previously the help message for `rover subgraph introspect` claimed to introspect from Apollo Studio Registry but it really introspects from a running subgraph endpoint.
56+
57+
- **Add Jenkins CI/CD Documentation - @StephenBarlow, #1151**
58+
59+
- **Update, restructure, and add missing docs for existing rover commands - @StephenBarlow, #1154, #1157**
60+
61+
- **Update rover version in CI/CD docs - @rajington, #1177**
62+
63+
- **Fix broken anchors for fetching schema - @tchupp, #1176**
64+
2165
# [0.7.0] - 2022-06-09
2266

2367
## 🚀 Features
@@ -57,7 +101,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
57101

58102
## 🐛 Fixes
59103

60-
- **Fixes Input Value Definition block string encoding for descriptions. - @lrlna, #1116 # fixes #1088**
104+
- **Fixes Input Value Definition block string encoding for descriptions. - @lrlna, #1116 fixes #1088**
61105

62106
Input values are now multilined when a description is present to allow for a more readable generated SDL.
63107

0 commit comments

Comments
 (0)