router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [schemars](https://graham.cool/schemars/) ([source](https://redirect.github.com/GREsau/schemars)) | workspace.dependencies | minor | `0.8.22` -> `0.9.0` | --- ###...
--- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed - [ ] Performance...
Although we have not made them public yet, one precondition for shipping the arithmetic methods (`->add`, `->sub`, `->mul`, `->div`, and `->mod`) is fully implementing the code responsible for statically determining...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/redis | docker | major | `7.4.4` -> `8.0.2` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [hyper-util](https://hyper.rs) ([source](https://redirect.github.com/hyperium/hyper-util)) | dependencies | patch | `=0.1.10` -> `=0.1.14` | --- ###...
## Is your feature request related to a problem? Please describe. Today for the Rust plugins, rhai scripts, and coprocessor you can hook into the follow request lifecycle stages *...
` 2025-05-07T15:12:01.905848Z ERROR resource{service.namespace="rh-graphql",service.version="2.2.1-rc.1",service.name="rhg-router",process.executable.name="router",} tokio-runtime-worker ThreadId(10) apollo_router::plugins::telemetry::error_handler: apollo-router/src/plugins/telemetry/error_handler.rs:92 OpenTelemetry metric error occurred: Metrics exporter otlp failed with the grpc server returns error (Unknown error): , detailed error message: h2 protocol...
*Description here* Fixes #3382 For more detail about the issue: - https://github.com/jemalloc/jemalloc/issues/467 This change is similar to what [other projects are doing](https://github.com/PingCAP-QE/ci/pull/2409). We've been using that internally as well. ---...
**Is your feature request related to a problem? Please describe.** The router currently requires that I pass an APOLLO_KEY and APOLLO_GRAPH_REF environment variable to start, however in some situations I...
This has all unraveled after I pulled an innocuous-looking string. There are two semi-related changes in this PR that should probably be split into separate PRs. But as I'd like...