File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
6
6
7
- ## Unreleased
7
+ ## 0.25.0 (11th Sep, 2023)
8
8
9
9
### Removed
10
10
@@ -20,7 +20,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
20
20
### Fixed
21
21
22
22
* Return ` 500 ` error response instead of exceptions when ` raise_app_exceptions=False ` is set on ` ASGITransport ` . (#2669 )
23
- * Ensure all WSGITransport environs have a SERVER_PROTOCOL. (#2708 )
23
+ * Ensure all ` WSGITransport ` environs have a ` SERVER_PROTOCOL ` . (#2708 )
24
+ * Always encode forward slashes as ` %2F ` in query parameters (#2723 )
25
+ * Use Mozilla documentation instead of ` httpstatuses.com ` for HTTP error reference (#2768 )
24
26
25
27
## 0.24.1 (17th May, 2023)
26
28
Original file line number Diff line number Diff line change 1
1
__title__ = "httpx"
2
2
__description__ = "A next generation HTTP client, for Python 3."
3
- __version__ = "0.24.1 "
3
+ __version__ = "0.25.0 "
You can’t perform that action at this time.
0 commit comments