Skip to content

Releases: apollographql/rover

v0.9.0-alpha.7

01 Sep 21:23
Compare
Choose a tag to compare
v0.9.0-alpha.7 Pre-release
Pre-release

please see the latest release candidate

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.

v0.9.0-alpha.6

30 Aug 23:21
Compare
Choose a tag to compare
v0.9.0-alpha.6 Pre-release
Pre-release

please see the latest release candidate

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.

v0.9.0-alpha.5

26 Aug 21:19
Compare
Choose a tag to compare
v0.9.0-alpha.5 Pre-release
Pre-release

please see the latest release candidate

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.

v0.9.0-alpha.4

25 Aug 16:48
Compare
Choose a tag to compare
v0.9.0-alpha.4 Pre-release
Pre-release

please see the latest release candidate

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.

v0.9.0-alpha.2

12 Aug 21:23
Compare
Choose a tag to compare
v0.9.0-alpha.2 Pre-release
Pre-release

please see the latest release candidate

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.

v0.9.0-alpha.1

12 Aug 19:03
Compare
Choose a tag to compare
v0.9.0-alpha.1 Pre-release
Pre-release

please see the latest release candidate

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.

v0.9.0-alpha.0

12 Aug 18:01
Compare
Choose a tag to compare
v0.9.0-alpha.0 Pre-release
Pre-release

please see the latest release candidate

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.

v0.8.1

28 Jul 15:34
b08c9eb
Compare
Choose a tag to compare

🐛 Fixes

  • Fixes superfluous output in npm installer - @EverlastingBugstopper, #1200 fixes #1197 and #1198

    In 0.8.0, we released a fix for our npm installer that makes it compatible with yarn workspaces by reinstalling Rover if it doesn't exist. Unfortunately, that means that steps that rely on printing to stdout contained information about the installs in those invocations. This has been fixed.

📚 Documentation


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.

v0.8.0

27 Jul 20:19
297b7b0
Compare
Choose a tag to compare

🚀 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

v0.7.0

09 Jun 20:24
Compare
Choose a tag to compare

🚀 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.