File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,36 @@ in this release.
36
36
37
37
.. _PyMongo 4.10 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=40553
38
38
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
+
39
69
Changes in Version 4.9.0
40
70
-------------------------
41
71
You can’t perform that action at this time.
0 commit comments