Skip to content

Commit 2a83349

Browse files
authored
PYTHON-4812 Update changelog for 4.9.2 and 4.9.1 [master] (#1892)
1 parent da059a6 commit 2a83349

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/changelog.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,36 @@ in this release.
3636

3737
.. _PyMongo 4.10 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40553
3838

39+
Changes in Version 4.9.2
40+
-------------------------
41+
42+
- Fixed a bug where :class:`~pymongo.asynchronous.mongo_client.AsyncMongoClient` could deadlock.
43+
- Fixed a bug where PyMongo could fail to import on Windows if ``asyncio`` is misconfigured.
44+
- Fixed a bug where :meth:`~pymongo.results.UpdateResult.did_upsert` would raise a ``TypeError``.
45+
46+
Issues Resolved
47+
...............
48+
49+
See the `PyMongo 4.9.2 release notes in JIRA`_ for the list of resolved issues
50+
in this release.
51+
52+
.. _PyMongo 4.9.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40732
53+
54+
55+
Changes in Version 4.9.1
56+
-------------------------
57+
58+
- Add missing documentation about the fact the async API is in beta state.
59+
60+
Issues Resolved
61+
...............
62+
63+
See the `PyMongo 4.9.1 release notes in JIRA`_ for the list of resolved issues
64+
in this release.
65+
66+
.. _PyMongo 4.9.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40720
67+
68+
3969
Changes in Version 4.9.0
4070
-------------------------
4171

0 commit comments

Comments
 (0)