PyMongo 4.0.2 Released

We are pleased to announce the 4.0.2 release of PyMongo - MongoDB’s Python Driver. This release fixes a number of bugs:

  • Fixed a bug where pymongo.collection.Collection.bulk_write did not apply
    the collection’s CodecOptions to upserted_ids result (PYTHON-3075).
  • Fixed the High Availability documentation example for initializing a
    replica set (PYTHON-3041).

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

Thank you to everyone who contributed to this release!

2 Likes

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