]> git.ipfire.org Git - thirdparty/httpx.git/commit
Version 0.15.0 (#1301)
authorTom Christie <tom@tomchristie.com>
Tue, 22 Sep 2020 10:44:28 +0000 (11:44 +0100)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 10:44:28 +0000 (11:44 +0100)
commitf932af9172d15a803ad40061a4c2c0cd891645cf
treed08fad3c57ae132a00cf612a41dad0667918e6fb
parent8e4a8a1c73f60fe5754f95b308beaa725cb8791d
Version 0.15.0 (#1301)

* Version 0.15.0

* Update CHANGELOG.md

Co-authored-by: Jamie Hewland <jamie.hewland@hpe.com>
* Escalate deprecations into removals.

* Deprecate overly verbose timeout parameter names

* Fully deprecate max_keepalive in favour of explicit max_keepalive_connections

* Fully deprecate PoolLimits in favour of Limits

* Deprecate instantiating 'Timeout' without fully explicit values

* Include deprecation notes in changelog

* Use httpcore 0.11.x

Co-authored-by: Jamie Hewland <jamie.hewland@hpe.com>
18 files changed:
CHANGELOG.md
httpx/__init__.py
httpx/__version__.py
httpx/_client.py
httpx/_config.py
httpx/_models.py
httpx/_transports/asgi.py
httpx/_transports/wsgi.py
setup.py
tests/client/test_auth.py
tests/client/test_client.py
tests/client/test_event_hooks.py
tests/client/test_redirects.py
tests/models/test_headers.py
tests/models/test_queryparams.py
tests/test_config.py
tests/test_timeouts.py
tests/utils.py