We are pleased to announce the 4.13.0 release of PyMongo - MongoDB’s Python Driver.
Changes in 4.13.0
PyMongo 4.13 brings a number of improvements including:
- The asynchronous API is now stable and no longer in beta. See the pymongo.asynchronous docs or the migration guide for more information.
- Fixed a bug where pymongo.write_concern.WriteConcern repr was not eval-able when using
w="majority"
.
Issues Resolved
See the PyMongo 4.13 release notes in JIRA for the list of resolved issues in this release.