PyMongo 4.6.0 Released

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

  • Improved client performance and reduced connection requirements in Function-as-a-service (FaaS) environments like AWS Lambda, Google Cloud Functions, and Microsoft Azure Functions.

  • Allow passing a dict to sort/create_index/hint.

  • Added repr() support to the write result classes: BulkWriteResult, DeleteResult, InsertManyResult, InsertOneResult, UpdateResult, and RewrapManyDataKeyResult.

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

Documentation: PyMongo 4.6.0 documentation

Source: GitHub - mongodb/mongo-python-driver at 4.6.0

Thank you to everyone who contributed to this release!

1 Like

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