]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.25.0 (#2801) 0.25.0
authorTrim21 <trim21.me@gmail.com>
Mon, 11 Sep 2023 10:13:24 +0000 (18:13 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Sep 2023 10:13:24 +0000 (11:13 +0100)
* bump

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Kar Petrosyan <92274156+karosis88@users.noreply.github.com>
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

---------

Co-authored-by: Kar Petrosyan <92274156+karosis88@users.noreply.github.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
CHANGELOG.md
httpx/__version__.py

index 5a6d927409b270b0334112ca80d7a2a874c2dddf..66d2b080cd4fde82a7d6a7258ae04ee677aa0ff2 100644 (file)
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
-## Unreleased
+## 0.25.0 (11th Sep, 2023)
 
 ### Removed
 
@@ -20,7 +20,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 ### Fixed
 
 * Return `500` error response instead of exceptions when `raise_app_exceptions=False` is set on `ASGITransport`. (#2669)
-* Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708)
+* Ensure all `WSGITransport` environs have a `SERVER_PROTOCOL`. (#2708)
+* Always encode forward slashes as `%2F` in query parameters (#2723)
+* Use Mozilla documentation instead of `httpstatuses.com` for HTTP error reference (#2768)
 
 ## 0.24.1 (17th May, 2023)
 
index 6a8e63c60262fc2650cb5c71514a4b23f949aa58..bfa421ad60e270eed96a2d1ebdef366ae9657aa4 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.24.1"
+__version__ = "0.25.0"