PyMongo 4.5.0 Released

We are pleased to announce the 4.5.0 release of PyMongo - MongoDB’s Python Driver. This release adds the following features:

  • Added new helper methods for Atlas Search Index (requires MongoDB Server 7.0+).
  • Added Database.cursor_command to support
    executing an arbitrary command that returns a cursor.
  • Improved bson encoding and decoding performance by up to 134%.

See the changelog for a high-level summary of what is in this release or see the PyMongo 4.5.0 release notes in JIRA for the complete list of resolved issues.

Documentation: PyMongo 4.5.0 documentation
Source: GitHub - mongodb/mongo-python-driver at 4.5.0

Thank you to everyone who contributed to this release!

5 Likes

This topic was automatically closed after 90 days. New replies are no longer allowed.