Skip to content

Commit 7832b0a

Browse files
committed
Address review feedback
1 parent 054d83a commit 7832b0a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

doc/changelog.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ Changes in Version 4.17.0 (2026/XX/XX)
66

77
PyMongo 4.17 brings a number of changes including:
88

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-
169
- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods
1710
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.
1811
See <PLACEHOLDER> for examples and more information.

0 commit comments

Comments
 (0)