Skip to content

v0.25.0

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 22 Jul 10:48
· 307 commits to main since this release
17313ea

๐Ÿš€ Features

  • Enable Retries For Transient Errors Connecting To Graphs/Subgraphs - @jonathanrainer PR #1936

    This turns on retries at the HTTP level for connections to graphs/subgraphs to minimize connection resets and cancellations. Also, a new --subgraph-retries flag for rover dev lets you set the number of retries allowed when trying to re-establish a connection.

  • Add --graph-ref flag to rover dev - @dotdat PR #1984

    Introduces subgraph mirroring to rover dev. Subgraph mirroring inherits the subgraph routing URLs and schemas from an existing Studio graphref. This makes it easy to spin up a locally running supergraph without maintaining a supergraph config. See here for more information.

๐Ÿ› Fixes

  • Fixes issues related to passing filenames to --output - @jonathanrainer PR #1996

    An issue was raised whereby previous versions of Rover supported passing filenames to the --output flag but this was
    broken in v0.24.0. This has now been fixed and the previous functionality restored.

๐Ÿ›  Maintenance

๐Ÿ“š 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.