@@ -85,6 +85,21 @@ Unavoidable breaking changes
8585
8686- The "aws" extra now requires minimum version of ``1.1.0 `` for ``pymongo_auth_aws ``.
8787
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+
88103Changes in Version 4.6.2
89104------------------------
90105
@@ -93,13 +108,29 @@ PyMongo 4.6.2 fixes the following bug:
93108- Fixed a bug appearing in Python 3.12 where "RuntimeError: can't create new thread at interpreter shutdown"
94109 could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down.
95110
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+
96119Changes in Version 4.6.1
97120------------------------
98121
99122PyMongo 4.6.1 fixes the following bug:
100123
101124- Ensure retryable read ``OperationFailure `` errors re-raise exception when 0 or NoneType error code is provided.
102125
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+
103134Changes in Version 4.6
104135----------------------
105136
@@ -132,6 +163,14 @@ PyMongo 4.6 brings a number of improvements including:
132163- Added the :ref: `network-compression-example ` documentation page.
133164- Added more timeout information to network errors.
134165
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+
135174Changes in Version 4.5
136175----------------------
137176
0 commit comments