Skip to content

4.95.0 - Add support for asynchronous body stream writing

Compare
Choose a tag to compare
@penny-for-vapor penny-for-vapor released this 30 Apr 11:35
· 12 commits to main since this release
c524f60

What's Changed

Add support for asynchronous body stream writing by @Joannis in #2998

  • Fixes #2930 - a crash when users try to write a body from within a task towards the ELF APIs.
  • Introduces a new API for writing chunked HTTP response bodies
  • Adds a helper that automatically manages failing and closing streams
This patch was released by @0xTim

Full Changelog: 4.94.1...4.95.0