releases.shpreview

v1.61.10

v1.61.10 (LTS)

$npx -y @buildinternet/releases show rel_Mf9MpGChPh1V755iEZQvA

Long-Term Support

This release is part of the LTS of Router v1.61. It is marked for End-of-Support on March 30, 2026.

🐛 Fixes

Fix deduplicated subscriptions hanging when one subscription closes (PR #7879)

Fixes a regression introduced in v1.50.0. When multiple client subscriptions are deduped onto a single subgraph subscription in WebSocket passthrough mode, and the first client subscription closes, the Router would close the subgraph subscription. The other deduplicated subscriptions would then silently stop receiving events.

Now outgoing subscriptions to subgraphs are kept open as long as any client subscription uses them.

By @bnjjj in https://github.com/apollographql/router/pull/7879

Fetched April 11, 2026