From 0eee815585c402a1af33500fe312925ebf4f4115 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Fri, 15 May 2026 07:39:24 -0700 Subject: [PATCH] Prepare 2.1.0 CHANGELOG entries for httpx2 and httpcore2 --- src/httpcore2/CHANGELOG.md | 11 ++++++++++- src/httpx2/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/httpcore2/CHANGELOG.md b/src/httpcore2/CHANGELOG.md index c0bc36bd..0e7765d5 100644 --- a/src/httpcore2/CHANGELOG.md +++ b/src/httpcore2/CHANGELOG.md @@ -4,7 +4,16 @@ 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/). -## Unreleased +## 2.1.0 (May 15th, 2026) + +### Removed + +* Drop support for Python 3.8 and 3.9. ([#208](https://github.com/pydantic/httpx2/pull/208)) + +### Added + +* Add support for Python 3.14. ([#208](https://github.com/pydantic/httpx2/pull/208)) +* Bundle `LICENSE.md` in the sdist. ([#938](https://github.com/pydantic/httpx2/pull/938)) ### Fixed diff --git a/src/httpx2/CHANGELOG.md b/src/httpx2/CHANGELOG.md index c8270f14..eb7932d2 100644 --- a/src/httpx2/CHANGELOG.md +++ b/src/httpx2/CHANGELOG.md @@ -4,6 +4,18 @@ 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/). +## 2.1.0 (May 15th, 2026) + +### Removed + +* Drop support for Python 3.9. ([#208](https://github.com/pydantic/httpx2/pull/208)) + +### Added + +* Add support for Python 3.14. ([#208](https://github.com/pydantic/httpx2/pull/208)) +* Use stdlib `compression.zstd` for Zstd decompression on Python 3.14+; fall back to the `zstandard` package on older versions. ([#932](https://github.com/pydantic/httpx2/pull/932)) +* Bundle `LICENSE.md` in the sdist. ([#938](https://github.com/pydantic/httpx2/pull/938)) + ## 2.0.0 Official first release of `httpx2`. No changes since `2.0.0b1`.