@@ -85,6 +85,21 @@ Unavoidable breaking changes
85
85
86
86
- The "aws" extra now requires minimum version of ``1.1.0 `` for ``pymongo_auth_aws ``.
87
87
88
+ Changes in Version 4.6.3
89
+ ------------------------
90
+
91
+ PyMongo 4.6.3 fixes the following bug:
92
+
93
+ - Fixed a potential memory access violation when decoding invalid bson.
94
+
95
+ Issues Resolved
96
+ ...............
97
+
98
+ See the `PyMongo 4.6.3 release notes in JIRA `_ for the list of resolved issues
99
+ in this release.
100
+
101
+ .. _PyMongo 4.6.3 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=38360
102
+
88
103
Changes in Version 4.6.2
89
104
------------------------
90
105
@@ -93,13 +108,29 @@ PyMongo 4.6.2 fixes the following bug:
93
108
- Fixed a bug appearing in Python 3.12 where "RuntimeError: can't create new thread at interpreter shutdown"
94
109
could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.
95
110
111
+ Issues Resolved
112
+ ...............
113
+
114
+ See the `PyMongo 4.6.2 release notes in JIRA `_ for the list of resolved issues
115
+ in this release.
116
+
117
+ .. _PyMongo 4.6.2 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=37906
118
+
96
119
Changes in Version 4.6.1
97
120
------------------------
98
121
99
122
PyMongo 4.6.1 fixes the following bug:
100
123
101
124
- Ensure retryable read ``OperationFailure `` errors re-raise exception when 0 or NoneType error code is provided.
102
125
126
+ Issues Resolved
127
+ ...............
128
+
129
+ See the `PyMongo 4.6.1 release notes in JIRA `_ for the list of resolved issues
130
+ in this release.
131
+
132
+ .. _PyMongo 4.6.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=37138
133
+
103
134
Changes in Version 4.6
104
135
----------------------
105
136
@@ -132,6 +163,14 @@ PyMongo 4.6 brings a number of improvements including:
132
163
- Added the :ref: `network-compression-example ` documentation page.
133
164
- Added more timeout information to network errors.
134
165
166
+ Issues Resolved
167
+ ...............
168
+
169
+ See the `PyMongo 4.6 release notes in JIRA `_ for the list of resolved issues
170
+ in this release.
171
+
172
+ .. _PyMongo 4.6 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=36542
173
+
135
174
Changes in Version 4.5
136
175
----------------------
137
176
0 commit comments