Skip to content

v0.1.10

Choose a tag to compare

@github-actions github-actions released this 05 Aug 22:05

πŸ› Fixes

  • Update GraphQL types to match new API Schema - EverlastingBugstopper, issue/696 pull/697

    The Apollo Studio API introduced a change that made a field in the subgraph publish mutation nullable. This caused our codegen to fail and users started getting some cryptic error messages for failed publishes in older versions of Rover.

    This release handles these cases better and also introduces local tooling for building old versions of Rover with the API schemas that were in production at the time that version was published with cargo xtask dist --release vx.x.x.

πŸ“š Documentation

  • Fix broken link to supergraph schemas - abernix, issue/687 pull/706

    There was a broken link in our docs that now points to a set of definitions of supergraphs and subgraphs that lives in the docs for Federation.


This release was automatically created by Github Actions.

If you would like to verify that the binary you have downloaded was built from the source code
in this repository, you can compare the output of the commands below to the output of the same
commands on your machine.

MacOS

Binaries built for MacOS are signed and notarized, and are automatically verified with Gatekeeper.

Manual Verification:

$ sha256sum -b $(which rover) | cut -d ' ' -f1
d838891683151bec928881542cd9d3a4072625ad87c77519e86c1d557d95098b

GNU Linux

Manual Verification:

$ sha256sum -b $(which rover) | cut -d ' ' -f1
5cb45c8c8e1287cb00b09e8e8eb1b294bafd70e5a66af46956dc188ddb15abae

MUSL Linux

Manual Verification:

$ sha256sum -b $(which rover) | cut -d ' ' -f1
42df2dc0c323ff9de8d4db6733b58335d7aa96eca0b3056f09d63b8b85528a81

Windows

Manual Verification:

PS> Get-Command rover

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Application     rover.exe                                          0.0.0.0    C:\Users\username\.rover\bin\rover.exe

PS> Get-FileHash C:\Users\username\.rover\bin\rover.exe

Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          cb9a83fc7d9ffacb3b4e107035b99424cb568e1a1b5e4c8ac997c01d75228ac7       C:\Users\username\.rover\bin\rover.exe