Skip to content

Commit 04733ea

Browse files
committed
PYTHON-5272 Add changelog entry for TLS session resumption
1 parent 17fbd40 commit 04733ea

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
Changes in Version 4.17.0 (2026/04/20)
513
--------------------------------------
614

0 commit comments

Comments
 (0)