1
1
Changelog
2
2
=========
3
3
4
- Changes in Version 3.12.0
5
- -------------------------
4
+ Changes in Version 3.12.0b0
5
+ ---------------------------
6
6
7
7
.. warning :: PyMongo 3.12.0 deprecates support for Python 2.7, 3.4 and 3.5.
8
8
These Python versions will not be supported by PyMongo 4.
@@ -18,14 +18,57 @@ Notable improvements
18
18
- Added hash support to :class: `~pymongo.mongo_client.MongoClient `,
19
19
:class: `~pymongo.database.Database ` and
20
20
:class: `~pymongo.collection.Collection ` (`PYTHON-2466 `_).
21
+ - Improved the error message returned by
22
+ :meth: `~pymongo.collection.Collection.insert_many ` when supplied with an
23
+ argument of incorrect type (`PYTHON-1690 `_).
21
24
22
25
Bug fixes
23
26
.........
24
27
25
28
- Fixed a bug that could cause the driver to deadlock during automatic
26
29
client side field level encryption (`PYTHON-2472 `_).
27
- - Fixed a bug that prevented PyMongo from retrying writes after
28
- a ``writeConcernError `` on MongoDB 4.4+ (`PYTHON-2452 `_).
30
+
31
+ Deprecations
32
+ ............
33
+
34
+ - Deprecated support for Python 2.7, 3.4 and 3.5.
35
+
36
+ .. _PYTHON-2466 : https://jira.mongodb.org/browse/PYTHON-2466
37
+ .. _PYTHON-1690 : https://jira.mongodb.org/browse/PYTHON-1690
38
+ .. _PYTHON-2472 : https://jira.mongodb.org/browse/PYTHON-2472
39
+
40
+ Issues Resolved
41
+ ...............
42
+
43
+ See the `PyMongo 3.12.0 release notes in JIRA `_ for the list of resolved issues
44
+ in this release.
45
+
46
+ .. _PyMongo 3.12.0 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=29594
47
+
48
+
49
+ Changes in Version 3.11.3
50
+ -------------------------
51
+
52
+ Issues Resolved
53
+ ...............
54
+
55
+ Version 3.11.3 fixes a bug that prevented PyMongo from retrying writes after
56
+ a ``writeConcernError `` on MongoDB 4.4+ (`PYTHON-2452 `_)
57
+
58
+ See the `PyMongo 3.11.3 release notes in JIRA `_ for the list of resolved issues
59
+ in this release.
60
+
61
+ .. _PYTHON-2452 : https://jira.mongodb.org/browse/PYTHON-2452
62
+ .. _PyMongo 3.11.3 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=30355
63
+
64
+ Changes in Version 3.11.2
65
+ -------------------------
66
+
67
+ Issues Resolved
68
+ ...............
69
+
70
+ Version 3.11.2 includes a number of bugfixes. Highlights include:
71
+
29
72
- Fixed a memory leak caused by failing SDAM monitor checks on Python 3 (`PYTHON-2433 `_).
30
73
- Fixed a regression that changed the string representation of
31
74
:exc: `~pymongo.errors.BulkWriteError ` (`PYTHON-2438 `_).
@@ -36,32 +79,15 @@ Bug fixes
36
79
of :meth: `collections.namedtuple._asdict ` (`PYTHON-2440 `_).
37
80
- Fixed a bug that resulted in a :exc: `TypeError ` exception when a PyOpenSSL
38
81
socket was configured with a timeout of ``None `` (`PYTHON-2443 `_).
39
- - Improved the error message returned by
40
- :meth: `~pymongo.collection.Collection.insert_many ` when supplied with an
41
- argument of incorrect type (`PYTHON-1690 `_).
42
-
43
- Deprecations
44
- ............
45
82
46
- - Deprecated support for Python 2.7, 3.4 and 3.5.
83
+ See the `PyMongo 3.11.2 release notes in JIRA `_ for the list of resolved issues
84
+ in this release.
47
85
48
- .. _PYTHON-2472 : https://jira.mongodb.org/browse/PYTHON-2472
49
- .. _PYTHON-2466 : https://jira.mongodb.org/browse/PYTHON-2466
50
86
.. _PYTHON-2433 : https://jira.mongodb.org/browse/PYTHON-2433
51
87
.. _PYTHON-2438 : https://jira.mongodb.org/browse/PYTHON-2438
52
88
.. _PYTHON-2440 : https://jira.mongodb.org/browse/PYTHON-2440
53
89
.. _PYTHON-2443 : https://jira.mongodb.org/browse/PYTHON-2443
54
- .. _PYTHON-2452 : https://jira.mongodb.org/browse/PYTHON-2452
55
- .. _PYTHON-1690 : https://jira.mongodb.org/browse/PYTHON-1690
56
-
57
- Issues Resolved
58
- ...............
59
-
60
- See the `PyMongo 3.12 release notes in JIRA `_ for the list of resolved issues
61
- in this release.
62
-
63
- .. _PyMongo 3.12 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=29594
64
-
90
+ .. _PyMongo 3.11.2 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=30315
65
91
66
92
Changes in Version 3.11.1
67
93
-------------------------
@@ -97,6 +123,7 @@ in this release.
97
123
98
124
.. _PyMongo 3.11.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=29997
99
125
126
+
100
127
Changes in Version 3.11.0
101
128
-------------------------
102
129
0 commit comments