Skip to content

v0.8.0

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 27 Jul 20:19
· 602 commits to main since this release
297b7b0

πŸš€ 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

πŸ›  Maintenance

πŸ“š 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