router
router copied to clipboard
A configurable, high-performance routing runtime for Apollo Federation 🚀
Standardize method for parsing a directive argument which is expected to be a valid JSONSelection --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review....
Hey! This PR updates the `jsonschema` crate and applies its newer APIs.
## Describe the bug JWT authentication on different domains with matching keys fails with error: ``` { "errors": [ { "message": "Invalid issuer: the token's `iss` was 'DOMAIN_ONE', but signed...
## Describe the bug Deprecated arguments are omitted in schema introspection. ## To Reproduce Steps to reproduce the behavior: 1. Setup router with schema introspection enabled and the following supergraph:...
This significantly simplifies the axum server factory as it no longer has to care about licenses. --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked...
To make it easier to verify changes introduced in a given PR, this work introduces building nightly images for every PR. Since we'll be creating a few more images than...
## Is your feature request related to a problem? Please describe. We recently had a case of huge responses from one particular subgraph causing the Router to OOM. To be...
Apollo may add, change, or remove various pricing plans at some point in the future. We should either: 1. Define "Enterprise license" to be specifically the features which require a...
This is using a patch pushed on a fork of tungstenite [here](https://github.com/apollographql/tungstenite-rs/pull/1)