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
@@ -13,7 +13,7 @@ PyMongo 4.17 brings a number of changes including:
13
13
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
14
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.
15
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.
16
+
- OCSP request certificate identifiers (CertID) now use the SHA-256 hashing algorithm instead of SHA-1.
0 commit comments