From 4c7abf62152c1f70b85e0442c68d68097a52691e Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 2 Oct 2024 05:54:48 -0500 Subject: [PATCH] PYTHON-4812 Update changelog for 4.9.2 --- doc/changelog.rst | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index dfb3c79827..01cab54956 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,36 @@ Changelog ========= +Changes in Version 4.9.2 +------------------------- + +- Fixed a bug where :class:`~pymongo.asynchronous.mongo_client.AsyncMongoClient` could deadlock. +- Fixed a bug where PyMongo could fail to import on Windows if ``asyncio`` is misconfigured. +- Fixed a bug where :meth:`~pymongo.results.UpdateResult.did_upsert` would raise a ``TypeError``. + +Issues Resolved +............... + +See the `PyMongo 4.9.2 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.9.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40732 + + +Changes in Version 4.9.1 +------------------------- + +- Add missing documentation about the fact the async API is in beta state. + +Issues Resolved +............... + +See the `PyMongo 4.9.1 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.9.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40720 + + Changes in Version 4.9.0 -------------------------