Skip to content

Commit

Permalink
release v0.8.0 (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Guo authored Jul 27, 2022
1 parent 720503f commit 21b0410
Show file tree
Hide file tree
Showing 12 changed files with 933 additions and 753 deletions.
46 changes: 45 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,50 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## πŸ“š Documentation -->

# [0.8.0] - 2022-07-27

## πŸš€ Features

- **Add new commands to use asynchronous checks API - @Y-Guo, #1139**

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.

- **Improved error messages and logs for filesysten read/write - @EverlastingBugstopper, #1183**

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.

## πŸ› Fixes

- **Install rover before run if missing in npm package - @trevor-schneer, #1184 fixes #1178**

- **Don't retry `400 Bad Request` errors - @EverlastingBugstopper, #1166**

## πŸ›  Maintenance

- **Refactor command line argument parsing - @EverlastingBugstopper, #1155**

- **Improve schema downloading for codegen, when building rover - @EverlastingBugstopper, #1166**

- **Update rover to clap v3 - @EverlastingBugstopper, #1170 fixes #1165**

- **Add Apollo Studio integration tests - @EverlastingBugstopper, #1188**

We now run integration tests against Apollo Studio's platform API as part of our release pipeline.

## πŸ“š Documentation

- **Update help message for `rover subgraph introspect` - @EverlastingBugstopper, #1169**

Previously the help message for `rover subgraph introspect` claimed to introspect from Apollo Studio Registry but it really introspects from a running subgraph endpoint.

- **Add Jenkins CI/CD Documentation - @StephenBarlow, #1151**

- **Update, restructure, and add missing docs for existing rover commands - @StephenBarlow, #1154, #1157**

- **Update rover version in CI/CD docs - @rajington, #1177**

- **Fix broken anchors for fetching schema - @tchupp, #1176**

# [0.7.0] - 2022-06-09

## πŸš€ Features
Expand Down Expand Up @@ -57,7 +101,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## πŸ› Fixes

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

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

Expand Down
Loading

0 comments on commit 21b0410

Please sign in to comment.