github apollographql/router v1.61.10

latest releases: v2.6.2-rc.1, v2.6.1-rc.0, v2.6.2-rc.0...
one month ago

🐛 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 #7879

Don't miss a new router release

NewReleases is sending notifications on new releases.