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
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,6 @@ Changes in Version 4.17.0 (2026/XX/XX)
6
6
7
7
PyMongo 4.17 brings a number of changes including:
8
8
9
-
- Remove unused validation functions from pymongo/common.py
10
-
11
-
- ``validate_positive_integer_or_none`` (internal helper, no longer used)
12
-
- ``validate_int_or_basestring`` (internal helper, no longer used)
13
-
- ``validate_auth_option`` (validated auth mechanism properties but was never
14
-
used)
15
-
16
9
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
17
10
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.
18
11
See <PLACEHOLDER> for examples and more information.
0 commit comments