pypi httpx2 2.3.0
v2.3.0

5 hours ago

What's Changed

  • Allow default_encoding callable to return None by @Kludex in #951
  • perf: use memoryview in write() to avoid copies by @mbeijen in #954
  • perf: use anyio fast_acquire for Lock and Semaphore by @mbeijen in #970
  • Make zstd import optional on Python 3.14 by @Kludex in #1000
  • Switch from certifi to truststore for default SSL verification by @Kludex in #209
  • Switch httpcore2 from certifi to truststore for default SSL verification by @Kludex in #1002
  • Store elapsed time on stream wrapper to avoid reference cycles by @mbeijen in #948
  • perf: Rewrite _assign_requests_to_connections as a single-pass loop by @mbeijen in #974
  • create_ssl_context: raise when verify is a str and cert is provided by @mbeijen in #990

New Contributors

Full Changelog: v2.2.0...v2.3.0

Don't miss a new httpx2 release

NewReleases is sending notifications on new releases.