Skip to content

v0.22.0

Compare
Choose a tag to compare
@apollo-bot2 apollo-bot2 released this 14 Dec 15:33
· 60 commits to main since this release
a634725

πŸš€ Features

  • Add offline license support - @BrynCooke PR #1796 - Issue #1793

    Adds rover license fetch <graph_ref>

    Output:

    rover license fetch --graph-id starstuff --profile gh
    
    Fetching license for starstuff using credentials from the gh profile.
    Success!
    <redacted jwt>
    

πŸ› Fixes

  • Handle new rate limit error - @bnjjj #1798

    Update the GraphQL schema and handle the new rate limit error.

πŸ›  Maintenance

  • First trial use of a generator (Scaffolding code for creating a new verb for an existing noun/command) - @tapegram PR #1786

    First try at taking the instructions from the readme on how to scaffold a new verb on an existing command and added plop tooling to be able to generate the scaffolding automatically.

    npx plop

    This is an initial exploratory PR. Later PRs will build this into the dev tooling and expand on the functionality (if we don't decide to remove it)

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