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 toupserted_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.
- Documentation - https://pymongo.readthedocs.io/en/4.0.2/
- Changelog - https://pymongo.readthedocs.io/en/4.0.2/changelog.html
- Source: https://github.com/mongodb/mongo-python-driver/tree/4.0.2
Thank you to everyone who contributed to this release!