httpx v0.7.3 Release Notes

Release Date: 2019-09-20 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘ HTTP Proxy support. (Pulls #259, #353)
    • โž• Add Digest authentication. (Pull #332)
    • โž• Add .build_request() method to Client and AsyncClient. (Pull #319)
    • โž• Add .elapsed property on responses. (Pull #351)
    • โž• Add support for SSLKEYLOGFILE in Python 3.8b4+. (Pull #301)

    โœ‚ Removed

    • โฌ‡๏ธ Drop NPN support for HTTP version negotiation. (Pull #314)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix distribution of type annotations for mypy (Pull #361).
    • Set Host header when redirecting cross-origin. (Pull #321)
    • โฌ‡๏ธ Drop Content-Length headers on GET redirects. (Pull #310)
    • Raise KeyError if header isn't found in Headers. (Pull #324)
    • Raise NotRedirectResponse in response.next() if there is no redirection to perform. (Pull #297)
    • ๐Ÿ›  Fix bug in calculating the HTTP/2 maximum frame size. (Pull #153)