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.8.0] - 2022-07-27
🚀 Features
Add new commands to use asynchronous checks API - @Y-Guo, Add new commands to use the async checks api #1139
If you want to kick off a check without waiting for it to complete you can provide the
--background
flag torover graph check
orrover 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, feat: improves info for filesystem read/write #1183
Start using the
saucer
create for file system read/writes. This will provide better errors than the ones provided bystd::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, Install rover before run if missing #1184 fixes 'You must install rover.exe before you can run it' #1178
Don't retry
400 Bad Request
errors - @EverlastingBugstopper, chore: improves schema downloading and debugging #1166🛠 Maintenance
Refactor command line argument parsing - @EverlastingBugstopper, chore: DRY up reused CLI options #1155
Improve schema downloading for codegen, when building rover - @EverlastingBugstopper, chore: improves schema downloading and debugging #1166
Update rover to clap v3 - @EverlastingBugstopper, chore: updates to clap v3 #1170 fixes upgrade to clap 3 #1165
Add Apollo Studio integration tests - @EverlastingBugstopper, chore: adds Apollo Studio integration tests #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, correct help msg forrover subgraph introspect
#1169Previously 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, docs: Add Jenkins CI/CD Documentation #1151
Update, restructure, and add missing docs for existing rover commands - @StephenBarlow, Clean up docs for existing Rover commands #1154, Document a couple missing rover commands #1157
Update rover version in CI/CD docs - @rajington, Update rover version in CI/CD Docs #1177
Fix broken anchors for fetching schema - @tchupp, docs: update anchors for fetching schema #1176