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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ 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 (line 236) — superseded by
12
+
validate_non_negative_integer_or_none which is used
13
+
- validate_int_or_basestring (line 264) — a variant of
14
+
validate_non_negative_int_or_basestring which is used
15
+
- validate_auth_option (line 823) — validates auth mechanism properties but
16
+
is never invoked
17
+
9
18
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
10
19
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.
11
20
See <PLACEHOLDER> for examples and more information.
0 commit comments