Skip to content

Commit 43046e0

Browse files
authored
add bson encoding performance to 4.5 changelog (#1336)
1 parent 240a748 commit 43046e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ PyMongo 4.5 brings a number of improvements including:
1616
and :meth:`~pymongo.command_cursor.CommandCursor.try_next` to support
1717
executing an arbitrary command that returns a cursor.
1818
- cryptography 2.5 or later is now required for :ref:`OCSP` support.
19+
- Improved bson encoding and decoding performance by up to 134%(`PYTHON-3729`_, `PYTHON-3797`_, `PYTHON-3816`_, `PYTHON-3817`_, `PYTHON-3820`_, `PYTHON-3824`_, and `PYTHON-3846`_).
1920

2021
Issues Resolved
2122
...............
@@ -25,6 +26,14 @@ in this release.
2526

2627
.. _PyMongo 4.5 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=35492
2728

29+
.. _PYTHON-3729: https://jira.mongodb.org/browse/PYTHON-3729
30+
.. _PYTHON-3797: https://jira.mongodb.org/browse/PYTHON-3797
31+
.. _PYTHON-3816: https://jira.mongodb.org/browse/PYTHON-3816
32+
.. _PYTHON-3817: https://jira.mongodb.org/browse/PYTHON-3817
33+
.. _PYTHON-3820: https://jira.mongodb.org/browse/PYTHON-3820
34+
.. _PYTHON-3824: https://jira.mongodb.org/browse/PYTHON-3824
35+
.. _PYTHON-3846: https://jira.mongodb.org/browse/PYTHON-3846
36+
2837
Changes in Version 4.4.1
2938
------------------------
3039

0 commit comments

Comments
 (0)