Skip to content

Commit

Permalink
update router-bridge to 0.1.1 (#1672)
Browse files Browse the repository at this point in the history
this fixes a bug where a `@defer` directive's `if` argument was ignored
  • Loading branch information
Geal authored Sep 1, 2022
1 parent 723fff8 commit 7e4b578
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ The helm chart never used to have a registry, so our docs were really just place

By [@garypen](https://github.com/garypen) in https://github.com/apollographql/router/pull/1649

### Update router-bridge to `query-planner` v2.1.0 ([PR #1650](https://github.com/apollographql/router/pull/1650))
### Update router-bridge to `query-planner` v2.1.1 ([PR #1650](https://github.com/apollographql/router/pull/1650) [PR #1672](https://github.com/apollographql/router/pull/1672))

The 2.1.0 release of the query planner comes with fixes to fragment interpretation and reduced memory usage.
The 2.1.1 release of the query planner fixes an issue with the `@defer` directive's `if` argument being ignored.

By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/pull/1650
By [@Geal](https://github.com/Geal) in https://github.com/apollographql/router/pull/1650 and https://github.com/apollographql/router/pull/1672

## 🛠 Maintenance

Expand Down
2 changes: 1 addition & 1 deletion apollo-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ reqwest = { version = "0.11.11", default-features = false, features = [
"json",
"stream",
] }
router-bridge = "0.1.0"
router-bridge = "0.1.1"
schemars = { version = "0.8.10", features = ["url"] }
sha2 = "0.10.3"
serde = { version = "1.0.144", features = ["derive", "rc"] }
Expand Down

0 comments on commit 7e4b578

Please sign in to comment.