Skip to content

v0.7.0

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 09 Jun 20:24
· 650 commits to main since this release

πŸš€ Features

  • Adds readme fetch and readme publish - @cy, #1128, #1141

    Adds support for fetching and publishing Apollo Studio graph variant READMEs with rover readme publish and rover readme fetch commands. Usage for these commands can be found by running rover readme --help and documentation can be found on our docs site.

πŸ› Fixes

  • Fix the endpoint rover-client uses to fetch Apollo Studio's GraphQL schema- @EverlastingBugstopper, #1126

    As of v0.6.0, Rover sends all Apollo Studio requests to the new public platform API. When this change was introduced, we changed where we issued our GraphQL requests, but did not update the build step that fetches the schema which could lead to mismatched types. This is now fixed, fields in the public platform API match codegen.

  • Fix typo in the environment variable rover-client uses to fetch Apollo Studio's GraphQL schema - @EverlastingBugstopper, #1125
    s/APOLLO_GPAPHQL_SCHEMA_URL/APOLLO_GRAPHQL_SCHEMA_URL

πŸ“š Documentation

  • Schema checks are now free - @StephenBarlow, #1131

    Update the documentation to remove references to schema checks being a paid feature, since they are now free!

  • Update ARCHITECTURE.md - @cy #1129

    Update and clarify a few points in ARCHITECTURE.md.


This release was automatically created by CircleCI.

If you would like to verify that the binary you have downloaded was built from the source code in this repository, you can compute a checksum of the zipped tarball and compare it to the checksums that are included as release artifacts.

Binaries built for MacOS are signed, notarized, and automatically verified with Gatekeeper.