Skip to content

Commit

Permalink
release: v0.26.0-rc.0 (#2009)
Browse files Browse the repository at this point in the history
This release candidate contains changes to how `rover` queries the
Apollo Platform API to reduce its strain on the system. This should lead
to shorter runtimes for composition and other similar operations that
fetch subgraphs. Testing should therefore focus on these areas.

Additionally adds the "BSD-2-Clause" licence to the allow list, as we
presently allow the "BSD-3-Clause" licence and the former is a subset of
the latter, we already support this licence type we are simply making it
explicit.
  • Loading branch information
jonathanrainer authored Jul 30, 2024
1 parent d771cbe commit 959fea9
Show file tree
Hide file tree
Showing 13 changed files with 284 additions and 361 deletions.
210 changes: 123 additions & 87 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license-file = "./LICENSE"
name = "rover"
readme = "README.md"
repository = "https://github.com/apollographql/rover/"
version = "0.25.0"
version = "0.26.0-rc.0"
default-run = "rover"

publish = false
Expand Down
2 changes: 1 addition & 1 deletion crates/rover-client/.schema/hash.id

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rover-client/.schema/last_run.uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions crates/rover-client/.schema/schema.graphql

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 959fea9

Please sign in to comment.