Skip to content

Version 0.27.0

Latest
Compare
Choose a tag to compare
@tomchristie tomchristie released this 21 Feb 13:06
· 23 commits to master since this release
326b943

0.27.0 (21st February, 2024)

Deprecated

  • The app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.

Fixed

  • Respect the http1 argument while configuring proxy transports. (#3023)
  • Fix RFC 2069 mode digest authentication. (#3045)