No breaking-change keywords detected in release notes.
0.28.0
2024-11-28
⚠ Potential breaking changes
The 0.28 release includes a limited set of deprecations.
Deprecations**:
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...
The `verify` argument as a string argument is now deprecated and will raise warnings.
The `cert` argument is now deprecated and will raise warnings.
The deprecated `proxies` argument has now been removed.
The deprecated `app` argument has now been removed.
0.27.2
2024-08-27
No breaking-change keywords detected in release notes.
0.27.1
2024-08-27
No breaking-change keywords detected in release notes.
0.27.0
2024-02-21
⚠ Potential breaking changes
Deprecated
The `app=...` shortcut has been deprecated. Use the explicit style of `transport=httpx.WSGITransport()` or `transport=httpx.ASGITransport()` instead.
0.26.0
2023-12-20
⚠ Potential breaking changes
The `proxy` argument was added. You should use the `proxy` argument instead of the deprecated `proxies`, or use `mounts=` for more complex configurations. (#2879)
Deprecated
The `proxies` argument is now deprecated. It will still continue to work, but it will be removed in the future. (#2879)
0.25.2
2023-11-24
No breaking-change keywords detected in release notes.
0.25.1
2023-11-03
No breaking-change keywords detected in release notes.