Skip to content

v0.9.2-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 30 Sep 21:36
· 528 commits to main since this release

This release is essentially the same as v0.9.1, except for a few things:

  1. This release bumps the router used in rover dev to v1.1.0 by default.
  2. The installation endpoints for this release will deliver pre-built binaries to unix ARM devices. This enables the following:
    • You can now run rover without emulation on your M1/M2 machines. However, the supergraph and router plugins will still be emulated as we cannot yet cross-compile them, and CircleCI does not provide ARM-enabled MacOS runners.
    • You can now run rover in Docker containers on M1/M2 devices as well instead of needing to build it from source.

You can try this release out by running curl -sSL https://rover.apollo.dev/nix/v0.9.2-rc.0 | sh on Unix devices, and iwr https://rover.apollo.dev/win/v0.9.2-rc.0 | iex on Windows devices.


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.