v0.7.0
π Features
-
Adds
readme fetch
andreadme publish
- @cy, #1128, #1141Adds support for fetching and publishing Apollo Studio graph variant READMEs with
rover readme publish
androver readme fetch
commands. Usage for these commands can be found by runningrover 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, #1126As 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.