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

chore(deps): Update router-bridge to latest revision #653

Merged
merged 5 commits into from Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 4 additions & 9 deletions CHANGELOG.md
Expand Up @@ -73,6 +73,10 @@ are implemented as plugins under the hood.

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 All @@ -96,15 +100,6 @@ are implemented as plugins under the hood.
router --schema > apollo_configuration_schema.json
```
and follow the instructions for associating it with your particular text editor/IDE.
## 🛠 Maintenance
## 📚 Documentation

## Example section entry format

- **Headline** via [#PR_NUMBER](https://github.com/apollographql/router/pull/PR_NUMBER)

Description! And a link to a [reference](http://url)


# [v0.1.0-alpha.8] 2022-03-08

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
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 = "e30bb7240e34be9490ad323ff755330bdd3d2ba0" }
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