]> git.ipfire.org Git - thirdparty/httpx.git/commit
Version 0.21 (#1935) 0.21.0
authorTom Christie <tom@tomchristie.com>
Mon, 15 Nov 2021 14:30:54 +0000 (14:30 +0000)
committerGitHub <noreply@github.com>
Mon, 15 Nov 2021 14:30:54 +0000 (14:30 +0000)
commit61188feeaec598116996ddffa801a104363be924
tree4a85dd9d8da6d364325dfeda566090c94aa77f07
parentc531263f42e12f2874af6666fd99ea022d3c1316
Version 0.21 (#1935)

* Integrate with httpcore 0.14

* Fix pool timeout test

* Add request extensions to API

* Add certificate and connection info to client, using 'trace' extension

* Fix test_pool_timeout flakiness
httpx/__version__.py
httpx/_client.py
httpx/_main.py
httpx/_transports/default.py
setup.py
tests/client/test_proxies.py
tests/test_exceptions.py
tests/test_main.py
tests/test_timeouts.py