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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ PyMongo 4.17 brings a number of changes including:
10
10
been deprecated and will be removed in PyMongo 5.0. These methods were
11
11
deprecated in favor of the standard dictionary containment operator ``in``
12
12
and the ``keys()`` and ``values()`` methods, respectively.
13
-
14
13
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
15
14
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.
16
15
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.
0 commit comments