You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-11Lines changed: 9 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
-
## 0.28.0 (...)
7
+
## 0.28.0 (28th November, 2024)
8
8
9
-
The 0.28 release includes a limited set of backwards incompatible changes.
9
+
The 0.28 release includes a limited set of deprecations.
10
10
11
-
**Backwards incompatible changes**:
11
+
**Deprecations**:
12
12
13
-
SSL configuration has been significantly simplified.
13
+
We are working towards a simplified SSL configuration API.
14
14
15
-
* The `verify` argument no longer accepts string arguments.
16
-
* The `cert` argument has now been removed.
17
-
* The `SSL_CERT_FILE` and `SSL_CERT_DIR` environment variables are no longer automatically used.
15
+
*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...*
18
16
19
-
For users of the standard `verify=True` or `verify=False` cases this should require no changes.
17
+
* The `verify` argument as a string argument is now deprecated and will raise warnings.
18
+
* The `cert` argument is now deprecated and will raise warnings.
20
19
21
-
For information on configuring more complex SSL cases, please see the [SSL documentation](docs/advanced/ssl.md).
20
+
Our revised [SSL documentation](docs/advanced/ssl.md) covers how to implement the same behaviour with a more constrained API.
22
21
23
22
**The following changes are also included**:
24
23
25
-
* The undocumented `URL.raw` property has now been deprecated, and will raise warnings.
26
24
* The deprecated `proxies` argument has now been removed.
27
25
* The deprecated `app` argument has now been removed.
28
-
*Ensure JSON request bodies are compact. (#3363)
26
+
* JSON request bodies use a compact representation. (#3363)
29
27
* Review URL percent escape sets, based on WHATWG spec. (#3371, #3373)
30
28
* Ensure `certifi` and `httpcore` are only imported if required. (#3377)
31
29
* Treat `socks5h` as a valid proxy scheme. (#3178)
0 commit comments