httpx v0.18.1 Release Notes

Release Date: 2021-04-29 // almost 3 years ago
  • 🔄 Changed

    • ⚡️ Update brotli support to use the brotlicffi package (Pull #1605)
    • Ensure that Request(..., stream=...) does not auto-generate any headers on the request instance. (Pull #1607)

    🛠 Fixed

    • ⏱ Pass through timeout=... in top-level httpx.stream() function. (Pull #1613)
    • Map httpcore transport close exceptions to httpx exceptions. (Pull #1606)