httpx v0.22.0 Release Notes
Release Date: 2022-01-26 // 4 months ago-
โ Added
- ๐ Support for the SOCKS5 proxy protocol via the
socksio
package. (#2034) - ๐ Support for custom headers in multipart/form-data requests (#1936)
๐ Fixed
- Don't perform unreliable close/warning on
__del__
with unclosed clients. (#2026) - ๐ Fix
Headers.update(...)
to correctly handle repeated headers (#2038)
- ๐ Support for the SOCKS5 proxy protocol via the
Previous changes from v0.21.3
-
๐ Fixed
- ๐ Fix streaming uploads using
SyncByteStream
orAsyncByteStream
. Regression in 0.21.2. (#2016)
- ๐ Fix streaming uploads using