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: doc/changelog.rst
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,16 @@
1
1
Changelog
2
2
=========
3
3
4
-
Changes in Version 4.18.0
5
-
-------------------------
4
+
Changes in Version 4.18.0 (2026/XX/XX)
5
+
--------------------------------------
6
+
7
+
PyMongo 4.18 brings a number of changes including:
6
8
7
9
- Improved TLS connection performance by reusing TLS sessions across connections
8
10
to the same server, avoiding a full handshake on each new connection.
9
11
Session resumption is supported on all Python versions for synchronous clients
10
12
and on Python 3.11+ for async clients.
13
+
- Improved performance for MongoDB 9.0's Intelligent Workload Management (IWM) by only retrying overload errors when doing so is expected to not worsen server conditions.
11
14
- Redacted potentially sensitive authentication mechanism properties, including
12
15
AWS session tokens, from the representations of
13
16
:class:`~pymongo.synchronous.mongo_client.MongoClient` and
0 commit comments