0.28.1 (6th December, 2024)
- Fix SSL case where
verify=Falsetogether with client side certificates.
Unclaimed project
Are you a maintainer of httpx? Claim this project to take control of your public changelog and roadmap.
verify=False together with client side certificates.The 0.28 release includes a limited set of deprecations.
Deprecations:
We are working towards a simplified SSL configuration API.
For users of the standard verify=True or verify=False cases, or verify=<ssl_context> case this should require no changes. The following cases have been deprecated...
verify argument as a string argument...URLTypes shortcut. (#2673)zstd content decoding using the python zstandard package is added. Installable using httpx[zstd]. (#3139)InvalidURL exceptions. (#3250)app type signature in ASGITransport. (#3109)app=... shortcut has been deprecated. Use the explicit style of transport=httpx.WSGITransport() or transport=httpx.ASGITransport() instead.http1 argument while configuring proxy transports. (#3023)