diff --git a/doc/changelog.rst b/doc/changelog.rst index d4791bbe7..9a840e6e2 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -85,6 +85,21 @@ Unavoidable breaking changes - The "aws" extra now requires minimum version of ``1.1.0`` for ``pymongo_auth_aws``. +Changes in Version 4.6.3 +------------------------ + +PyMongo 4.6.3 fixes the following bug: + +- Fixed a potential memory access violation when decoding invalid bson. + +Issues Resolved +............... + +See the `PyMongo 4.6.3 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.6.3 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=38360 + Changes in Version 4.6.2 ------------------------ @@ -93,6 +108,14 @@ PyMongo 4.6.2 fixes the following bug: - Fixed a bug appearing in Python 3.12 where "RuntimeError: can't create new thread at interpreter shutdown" could be written to stderr when a MongoClient's thread starts as the python interpreter is shutting down. +Issues Resolved +............... + +See the `PyMongo 4.6.2 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.6.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=37906 + Changes in Version 4.6.1 ------------------------ @@ -100,6 +123,14 @@ PyMongo 4.6.1 fixes the following bug: - Ensure retryable read ``OperationFailure`` errors re-raise exception when 0 or NoneType error code is provided. +Issues Resolved +............... + +See the `PyMongo 4.6.1 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.6.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=37138 + Changes in Version 4.6 ---------------------- @@ -132,6 +163,14 @@ PyMongo 4.6 brings a number of improvements including: - Added the :ref:`network-compression-example` documentation page. - Added more timeout information to network errors. +Issues Resolved +............... + +See the `PyMongo 4.6 release notes in JIRA`_ for the list of resolved issues +in this release. + +.. _PyMongo 4.6 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=36542 + Changes in Version 4.5 ----------------------