httpx v0.11.1 Release Notes

Release Date: 2020-01-17 // about 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed usage of proxies=... on Client(). (Pull #763)
    • ๐Ÿ‘Œ Support both zlib and deflate style encodings on Content-Encoding: deflate. (Pull #758)
    • ๐Ÿ›  Fix for streaming a redirect response body with allow_redirects=False. (Pull #766)
    • ๐Ÿ– Handle redirect with malformed Location headers missing host. (Pull #774)