Skip to content

Releases: pydantic/httpx2

v2.2.0

17 May 05:29
f944aca

Choose a tag to compare

What's Changed

  • Handle multi-frame zstd streams split across chunks by @mbeijen in #946
  • Do a lazy import of the _main CLI module by @mbeijen in #947

Full Changelog: v2.1.0...v2.2.0

v2.1.0

15 May 14:46
5ff0c32

Choose a tag to compare

What's Changed

  • Drop Python 3.9 support, add Python 3.14 by @Kludex in #208
  • Use stdlib compression.zstd for Zstd decompression on Python 3.14+ by @Kludex in #932
  • Bundle LICENSE.md in httpx2 and httpcore2 sdists by @Kludex in #938
  • Wait for positive HTTP/2 flow-control credit when stream window goes negative by @mbeijen in #935

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

12 May 17:58
d426e2c

Choose a tag to compare

First official release!

This is fully compatible with latest httpx.

v2.0.0b1

11 May 16:03
4d2e525

Choose a tag to compare

Add 2.0.0b1 entry to CHANGELOG (#210)