httpx v0.18.2 Release Notes

Release Date: 2021-06-17 // almost 3 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support for Python 3.10. (Pull #1687)
    • Expose httpx.USE_CLIENT_DEFAULT, used as the default to auth and timeout parameters in request methods. (Pull #1634)
    • ๐Ÿ‘Œ Support HTTP/2 "prior knowledge", using httpx.Client(http1=False, http2=True). (Pull #1624)

    ๐Ÿ›  Fixed

    • โš  Clean up some cases where warnings were being issued. (Pull #1687)
    • Prefer Content-Length over Transfer-Encoding: chunked for content= cases. (Pull #1619)