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.2 #1286

Merged
merged 1 commit into from
Sep 6, 2022
Merged

release: v0.8.2 #1286

merged 1 commit into from
Sep 6, 2022

Conversation

EverlastingBugstopper
Copy link
Contributor

[0.8.2] - 2022-09-06

🚀 Features

  • Check commands exit with failure when downstream tasks fail - @sachindshinde, fix: Error if the check workflow fails but all known tasks succeed #1280

    Historically, rover graph check and rover subgraph check have aggregated errors for operation checks and/or composition checks. Checks are expanding in Studio and will continue to expand over time, starting with downstream contract checks for rover subgraph check. When these tasks fail, Rover will throw an error and link to the checks page in Studio which will contiain more information on the exact failure.

  • Detect improper VS Code API key pastes on Windows - @EverlastingBugstopper, Getting an E003 error while not using any header #1026, 1268

    We have added new error messages and recovery suggestions for malformed API keys caused by invalid copy+pastes in VS Code on Windows.

  • Adds --watch to introspect commands - @EverlastingBugstopper, feat: adds --watch to introspect commands #1207

    If you pass the --watch flag to rover graph introspect or rover subgraph introspect, the GraphQL server will be introspected once every second, printing updates to the terminal as the introspection response changes. This could be used to bootstrap development workflows when combined with --output json and a tool like jq.

🐛 Fixes

🛠 Maintenance

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.

LICENSE 404 Crashed introspection with cyrillic symbols
1 participant