Skip to content

Commit fcf1bc7

Browse files
authored
Version 0.24.1 (#2702)
* Version 0.24.1 * Update CHANGELOG.md * Update CHANGELOG.md
1 parent ee432c0 commit fcf1bc7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.24.1 (17th May, 2023)
8+
9+
### Added
10+
11+
* Provide additional context in some `InvalidURL` exceptions. (#2675)
12+
13+
### Fixed
14+
15+
* Fix optional percent-encoding behaviour. (#2671)
16+
* More robust checking for opening upload files in binary mode. (#2630)
17+
* Properly support IP addresses in `NO_PROXY` environment variable. (#2659)
18+
* Set default file for `NetRCAuth()` to `None` to use the stdlib default. (#2667)
19+
* Set logging request lines to INFO level for async requests, in line with sync requests. (#2656)
20+
* Fix which gen-delims need to be escaped for path/query/fragment components in URL. (#2701)
21+
722
## 0.24.0 (6th April, 2023)
823

924
### Changed

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.24.0"
3+
__version__ = "0.24.1"

0 commit comments

Comments
 (0)