Skip to content

Commit 2ab8a0e

Browse files
authored
PYTHON-4812 Update changelog for 4.9.2 (#1891)
1 parent 24f28de commit 2ab8a0e

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

doc/changelog.rst

+30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
Changelog
22
=========
33

4+
Changes in Version 4.9.2
5+
-------------------------
6+
7+
- Fixed a bug where :class:`~pymongo.asynchronous.mongo_client.AsyncMongoClient` could deadlock.
8+
- Fixed a bug where PyMongo could fail to import on Windows if ``asyncio`` is misconfigured.
9+
- Fixed a bug where :meth:`~pymongo.results.UpdateResult.did_upsert` would raise a ``TypeError``.
10+
11+
Issues Resolved
12+
...............
13+
14+
See the `PyMongo 4.9.2 release notes in JIRA`_ for the list of resolved issues
15+
in this release.
16+
17+
.. _PyMongo 4.9.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40732
18+
19+
20+
Changes in Version 4.9.1
21+
-------------------------
22+
23+
- Add missing documentation about the fact the async API is in beta state.
24+
25+
Issues Resolved
26+
...............
27+
28+
See the `PyMongo 4.9.1 release notes in JIRA`_ for the list of resolved issues
29+
in this release.
30+
31+
.. _PyMongo 4.9.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40720
32+
33+
434
Changes in Version 4.9.0
535
-------------------------
636

0 commit comments

Comments
 (0)