File tree 1 file changed +30
-0
lines changed
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
34
Changes in Version 4.9.0
5
35
-------------------------
6
36
You can’t perform that action at this time.
0 commit comments