v0.20.2
[v0.20.2] - 2023-10-13
This release removes the bounded buffer check which was intended to provide
backpressure all the way down to the TCP layer but it didn't work well.
For subscriptions the backpressure will be handled by implementation itself
and just rely on that.
[Changed]
- server: remove bounded channel check (#1209)