From 969abb2c152af96a137330b80d7613ce5c5bda04 Mon Sep 17 00:00:00 2001 From: Noah Stapp Date: Mon, 23 Feb 2026 12:27:58 -0500 Subject: [PATCH] Update changelog --- doc/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 571ce3b63..f38709203 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,15 @@ Changelog ========= +Changes in Version 4.17.0 (2026/XX/XX) +-------------------------------------- + +PyMongo 4.17 brings a number of changes including: + +- Added the :meth:`~pymongo.asynchronous.client_session.AsyncClientSession.bind` and :meth:`~pymongo.client_session.ClientSession.bind` methods + 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. + See for examples and more information. + Changes in Version 4.16.0 (2026/01/07) --------------------------------------