Skip to content

Commit 2920c76

Browse files
committed
Update changelog
1 parent dc7f754 commit 2920c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ PyMongo 4.17 brings a number of changes including:
1010
been deprecated and will be removed in PyMongo 5.0. These methods were
1111
deprecated in favor of the standard dictionary containment operator ``in``
1212
and the ``keys()`` and ``values()`` methods, respectively.
13-
1413
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
1514
that allow users to bind a session to all database operations within the scope of a context manager instead of having to explicitly pass the session to each individual operation.
1615
See <PLACEHOLDER> for examples and more information.
16+
- OCSP authentication now uses the more secure SHA-256 hashing algorithm for certificate verification instead of SHA-1.
1717

1818
Changes in Version 4.16.0 (2026/01/07)
1919
--------------------------------------

0 commit comments

Comments
 (0)