Skip to content

Commit 71ae23b

Browse files
authored
Version 2.12.0 (#1147)
1 parent 4fd0c70 commit 71ae23b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

src/httpcore2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 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

src/httpx2/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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+
## 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

0 commit comments

Comments
 (0)