Apollo Router
🐛 Fixes
🐛 Fixes
Preserve null propagation when multiple fragments select the same non-null field (PR #9032)
When a query uses multiple fragment spreads on the same parent type and a subgraph response is missing a…
🐛 Fixes
Support non-ASCII (UTF-8) WebSocket header values (Issue #1485, PR #9051)
The router can now handle WebSocket connections with UTF-8 encoded header…
🚀 Features
Add ignore_auth_context option to subscription deduplication config (PR #9078)
When the router's JWT authentication plugin validates a token, it decodes the claims and stores them internally on the…
🐛 Fixes
Recover the Redis-backed caches after cluster events and honor required_to_start: true on startup
The router's Redis-backed caches (query planner, entity cache, APQ, response cache) could silently stall after a network event involving Redis replicas or…
🐛 Fixes
Avoid spurious "meter provider after shutdown" error during router shutdown (PR #9248)
The router no longer emits the spurious cannot use meter provider after shutdown error during shutdown. The…


