Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v0.26.0 #2064

Merged
merged 1 commit into from
Aug 21, 2024
Merged

release: v0.26.0 #2064

merged 1 commit into from
Aug 21, 2024

Conversation

jonathanrainer
Copy link
Contributor

@jonathanrainer jonathanrainer commented Aug 20, 2024

Important: 1 potentially breaking changes below, indicated by ❗ BREAKING ❗

❗ BREAKING ❗

🚀 Features

  • Make rover operate asynchronously - @aaronArinder @Geal PR feat(asyncification) #2035

    Removes the use of the reqwest blocking client allowing rover to operate using an asynchronous tokio runtime. This will bring performance improvements, particularly where working with large sets of subgraphs.

  • Add --graph-ref to supergraph compose - @jonathanrainer PR Add --graph-ref to supergraph compose #2001

    Adds the same capabilities to supergraph compose as were added to rover dev in 0.25.0. You can now specify an existing Studio graphref and the command will run composition over the subgraphs specified in the graphref, as well as any overrides specified in a given supergraph config.

  • Add new rover cloud command - @loshz PR Add new rover cloud command #2008

    Adds a new command to allow you to push or pull the Router config to a Cloud Router that is running in Studio

  • Add new rover cloud config validate subcommand - @loshz PR Add new rover cloud config validate subcommand #2055

    Adds a new command enabling you to validate the Router config for a Cloud Router

🐛 Fixes

🛠 Maintenance

📚 Documentation

@jonathanrainer jonathanrainer requested review from a team as code owners August 20, 2024 07:38
@jonathanrainer jonathanrainer added the 🚢 release release PRs label Aug 20, 2024
@jonathanrainer jonathanrainer added this to the v0.26.0 milestone Aug 20, 2024
Copy link
Contributor

@loshz loshz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jonathanrainer jonathanrainer merged commit 5027998 into main Aug 21, 2024
22 checks passed
@jonathanrainer jonathanrainer deleted the 0.26.0 branch August 21, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚢 release release PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants