Skip to content

Commit

Permalink
chore(deps): Update router-bridge to latest revision (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix authored Mar 16, 2022
1 parent 5219c80 commit 554e035
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ All configuration that was previously under the `reporting` header is now under

Add a plugin to be able to write plugins in [Rhai script](https://rhai.rs/). You are now able to write your own `*_service` function you can have on a Rust plugin. You have access to the context and headers directly from the RHAI script.

- **Update to latest query planner from Federation 2** ([PR #653](https://github.com/apollographql/router/pull/653))

The Router now uses the `@apollo/query-planner@2.0.0-preview.5` query planner, bringing the most recent version of Federation 2.


## 🐛 Fixes

- **Content-Type is application/json** ([639](https://github.com/apollographql/router/issues/639))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion apollo-router-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ regex = "1.5.5"
reqwest = { version = "0.11.10" }
reqwest-middleware = "0.1.5"
reqwest-tracing = { version = "0.2.1", features = ["opentelemetry_0_17"] }
router-bridge = { git = "https://github.com/apollographql/federation-rs.git", rev = "ce38b4d7ba8ebba43a713e4b5b2a617249d05db4" }
router-bridge = { git = "https://github.com/apollographql/federation-rs.git", rev = "645ef8b66b14ee6d13e8e24ddd4aba29389031a1" }
schemars = { version = "0.8.8", features = ["url"] }
serde = { version = "1.0.136", features = ["derive", "rc"] }
serde_json = { version = "1.0.79", features = ["preserve_order"] }
Expand Down

0 comments on commit 554e035

Please sign in to comment.