Skip to content

v0.20.2

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 13 Oct 17:52
· 138 commits to master since this release
v0.20.2
83fd6b1

[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)