Version 0.24.1 (#2702)

* Version 0.24.1

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
epenet 2023-05-18 13:03:21 +02:00 committed by GitHub
parent ee432c0d30
commit fcf1bc73db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View 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

View File

@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.24.0"
__version__ = "0.24.1"