New
Version 0.27.0
0.27.0 (21st February, 2024)
Deprecated
- The
app=...shortcut has been deprecated. Use the explicit style oftransport=httpx.WSGITransport()ortransport=httpx.ASGITransport()instead.
Fixed
- Respect the
http1argument while configuring proxy transports. (#3023) - Fix RFC 2069 mode digest authentication. (#3045)