httpx v0.6.8 Release Notes

Release Date: 2019-07-25 // almost 5 years ago
    • Check for disconnections when searching for an available connection in ConnectionPool.keepalive_connections (Pull #145)
    • ๐Ÿ‘ Allow string comparison for URL objects (Pull #139)
    • โž• Add HTTP status codes 418 and 451 (Pull #135)
    • โž• Add support for client certificate passwords (Pull #118)
    • Enable post-handshake client cert authentication for TLSv1.3 (Pull #118)
    • Disable using commonName for hostname checking for OpenSSL 1.1.0+ (Pull #118)
    • Detect encoding for Response.json() (Pull #116)