router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
EDIT: The initial use case can now be solved with a work-around, [see below](https://github.com/apollographql/router/issues/5251#issuecomment-2174643402), but there still exists the issue, even if non-urgent that there is not some external hook...
The YAML code blocks were not correct
Updated docs for ignore_other_prefixes to clarify behavior --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [...
*Description here* Fixes #**issue_number** --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed...
Without co-ordination, entity caching and subgraph batching will not work together. This changes entity caching so that, if a subgraph request is identified as being part of a batch, entity...
*Description here* Fixes #**issue_number** --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [ ] Changes are compatible[^1] - [ ] Documentation[^2] completed...
Release builds of projects created with `apollo-router-scaffold/templates/base` is breaking on Rust 1.78. It is better to mention the Rust version as well in the base scaffold to be in sync...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | cimg/redis | docker | patch | `7.2.4` -> `7.2.5` | ---...
This PR adds support for synthesizing keys for expanded subgraphs from the inputs to the transport for a connector. More work will need to be done to support input types...
Fix https://github.com/apollographql/router/issues/5160 TL;DR: This reintroduces the schema aware query hashing algorithm with a configuration option to enable it for query plan reuse in warmup, and some performance and reliability fixes...