File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## 2.12.0 (August 18th, 2026)
8+
9+ No changes since ` 2.11.0 ` . Version bumped to stay in lockstep with ` httpx2 ` .
10+
711## 2.11.0 (August 18th, 2026)
812
913### Changed
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## 2.12.0 (August 18th, 2026)
8+
9+ ### Changed
10+
11+ * Use ` backports.zstd ` for Zstandard decoding on Python 3.13 and earlier.
12+ ([ #1146 ] ( https://github.com/pydantic/httpx2/pull/1146 ) )
13+
14+ ### Fixed
15+
16+ * Bound peak memory while streaming compressed responses and close response streams when decoding fails.
17+ ([ #1126 ] ( https://github.com/pydantic/httpx2/pull/1126 ) )
18+
719## 2.11.0 (August 18th, 2026)
820
921### Added
You can’t perform that action at this time.
0 commit comments