Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 08 Jul 00:41
acea451

🚀 Features

  • Adds preview support for @tag and @inaccessible directives - EverlastingBugstopper, pull/631

    Preview support for composing subgraphs with @tag and/or @inaccessible core features using rover supergraph compose. Note that @apollo/gateway >= 0.33 is required when using preview support for these core features.

  • Auto-decode gzipped responses - EverlastingBugstopper, pull/650

    If your GraphQL server responds with an introspection response compressed with brotli, it will now be decoded automatically instead of failing the command.

🐛 Fixes

  • Use built-in root certificates and re-use HTTP connection pool - EverlastingBugstopper, issue/645 pull/649

    Rover now uses local CA Certificates along with your operating system's native TLS implementation instead of the Rust-based WebPKI implementation.

🛠 Maintenance


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
36884e9ad63cc44b2f309f0622d13f5e03a321dae24d827e3bdb39921f917029

GNU Linux

Manual Verification:

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

MUSL Linux

Manual Verification:

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

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          f5cc8df724dc5d720bdad57bc2f7d0d62919e0331b9dc3b09b41590263b79ba5       C:\Users\username\.rover\bin\rover.exe