v0.1.0-alpha.31
Pre-release
Pre-release
0.1.0-alpha.31 (2025-10-27)
Full Changelog: v0.1.0-alpha.30...v0.1.0-alpha.31
Features
- api: api update (2c193f3)
- api: api update (a463808)
- api: api update (4e526be)
- api: api update (78a45f9)
- api: api update (61d827e)
- api: api update (0d1e8ba)
- api: api update (31c3661)
- api: api update (ab22783)
- api: api update (66b8a64)
- expose response headers for both streams and errors (45672bb)
- handle thread interrupts in the core HTTP client (97627a2)
Bug Fixes
- absolutely qualified uris should always override the default (96b3cd9)
- always send
filename=...for multipart requests where a file is expected (ee2e0ed) - coroutine leaks from connection pool (ed8c82c)
- internal: use null byte as file separator in the fast formatting script (8387c75)
- shorten multipart boundary sep to less than RFC specificed max length (df686c5)
- should not reuse buffers for
IO.copy_streaminterop (8ad8c9d)
Performance Improvements
- faster code formatting (69f9d97)