Skip to content

v0.11.2

Choose a tag to compare

@mo4islona mo4islona released this 16 Jul 15:58
· 50 commits to master since this release

Bounded stream buffering

The eager continuation of partial chunks introduced in v0.11.0 now has a ceiling on how many ready response parts a stream holds per chunk, so a fast worker can no longer make a stream buffer without bound. The cap is configurable and replaces the earlier on/off continuation switch; its lowest setting restores the lazy behaviour of pre-v0.11.0 releases. (#121)

Full Changelog: v0.11.1...v0.11.2