]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.24.1 (#2702) 0.24.1
authorepenet <6771947+epenet@users.noreply.github.com>
Thu, 18 May 2023 11:03:21 +0000 (13:03 +0200)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 11:03:21 +0000 (12:03 +0100)
* Version 0.24.1

* Update CHANGELOG.md

* Update CHANGELOG.md

CHANGELOG.md
httpx/__version__.py

index ba90e43a2e6ffa05bf1e34765172774e65f12f85..59ea026a38117ae82143800c7780d0c04bf70a88 100644 (file)
@@ -4,6 +4,21 @@ 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/).
 
+## 0.24.1 (17th May, 2023)
+
+### Added
+
+* Provide additional context in some `InvalidURL` exceptions. (#2675)
+
+### Fixed
+
+* Fix optional percent-encoding behaviour. (#2671)
+* More robust checking for opening upload files in binary mode. (#2630)
+* Properly support IP addresses in `NO_PROXY` environment variable. (#2659)
+* Set default file for `NetRCAuth()` to `None` to use the stdlib default. (#2667)
+* Set logging request lines to INFO level for async requests, in line with sync requests. (#2656)
+* Fix which gen-delims need to be escaped for path/query/fragment components in URL. (#2701)
+
 ## 0.24.0 (6th April, 2023)
 
 ### Changed
index fe848d827a4f3bf119a447aaa35a273aa4713f45..6a8e63c60262fc2650cb5c71514a4b23f949aa58 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.24.0"
+__version__ = "0.24.1"