If using Rover with Connectors, you will need to specify
APOLLO_ROVER_DEV_ROUTER_VERSION=2.0.0
when usingrover dev
🐛 Fixes
-
Restore the ability to use environment or file references in the
supergraph.yaml
file - @jonathanrainer PR #2411In v0.26.3 and older you could use references such as
${env.HOST}
or similar in thesupergraph.yaml
file, there
was an oversight in the refactor and this was removed. This ability has now been restored.
🛠 Maintenance
- Restructure and add logging to failing E2E test - @jonathanrainer PR #2406
- Upgrade Rust to v1.84.0 - @jonathanrainer PR #2407
- Upgrade
apollographql/federation-rs
to v2.10.0 - @jonathanrainer PR #2409 - Upgrade
thiserror
to v2.0.1 - @jonathanrainer PR #2261
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.