Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.8.0 #1195

Merged
merged 1 commit into from
Jul 27, 2022
Merged

Release v0.8.0 #1195

merged 1 commit into from
Jul 27, 2022

Conversation

Y-Guo
Copy link
Contributor

@Y-Guo Y-Guo commented Jul 27, 2022

[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 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, 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 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

🛠 Maintenance

📚 Documentation

@Y-Guo Y-Guo added this to the v0.8.0 milestone Jul 27, 2022
@Y-Guo Y-Guo self-assigned this Jul 27, 2022
Copy link
Contributor

@EverlastingBugstopper EverlastingBugstopper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yay!!

@Y-Guo Y-Guo merged commit 21b0410 into main Jul 27, 2022
@Y-Guo Y-Guo deleted the 0.8.0 branch July 27, 2022 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚢 release release PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'You must install rover.exe before you can run it' upgrade to clap 3
2 participants