You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+45-1
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,50 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
18
18
19
19
## 📚 Documentation -->
20
20
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.
0 commit comments