We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17fbd40 commit 04733eaCopy full SHA for 04733ea
1 file changed
doc/changelog.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+Changes in Version 4.18.0
5
+------------------------
6
+
7
+- Improved TLS connection performance by reusing TLS sessions across connections
8
+ to the same server, avoiding a full handshake on each new connection.
9
+ Session reuse is active on the sync path unconditionally, and on the async
10
+ path when running Python 3.11 or later.
11
12
Changes in Version 4.17.0 (2026/04/20)
13
--------------------------------------
14
0 commit comments