v2.2.0
v2.2.0 (minor)
Changes since v2.1.0:
- test: cover the untested async stream defaults and document cancellation truncation [patch] (@matt-edmondson)
- docs: clarify async dispatch proof in AES test comment [patch] (@matt-edmondson)
- docs: record which async paths are genuine [patch] (@matt-edmondson)
- feat: make aes stream encryption genuinely asynchronous [minor] (@matt-edmondson)
- feat: make deflate, zlib and brotli stream compression genuinely asynchronous [minor] (@matt-edmondson)
- feat: compose derived compression async paths over the stream primitives [minor] (@matt-edmondson)
- feat: make gzip stream compression genuinely asynchronous [minor] (@matt-edmondson)
- test: add an async-only stream double [patch] (@matt-edmondson)
- docs: plan the genuine async stream I/O work [patch] (@matt-edmondson)
- docs: design the async surface rework [patch] (@matt-edmondson)
- fix: scrub pooled buffers before returning them [patch] (@matt-edmondson)
What's Changed
- feat: make the compression and AES stream paths genuinely asynchronous by @matt-edmondson in #14
Full Changelog: v2.1.1...v2.2.0