httpx v0.7.2 Release Notes

Release Date: 2019-08-28 // over 4 years ago
    • ๐Ÿ”€ Enforce using httpx.AsyncioBackend for the synchronous client. (Pull #232)
    • ๐Ÿš€ httpx.ConnectionPool will properly release a dropped connection. (Pull #230)
    • Remove the raise_app_exceptions argument from Client. (Pull #238)
    • DecodeError will no longer be raised for an empty body encoded with Brotli. (Pull #237)
    • โž• Added http_versions parameter to Client. (Pull #250)
    • Only use HTTP/1.1 on short-lived connections like httpx.get(). (Pull #284)
    • Convert Client.cookies and Client.headers when set as a property. (Pull #274)
    • ๐ŸŒฒ Setting HTTPX_DEBUG=1 enables debug logging on all requests. (Pull #277)