PyMongo 3.12.2 Released

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

  • Fixed a bug that prevented PyMongo from retrying bulk writes
    after a writeConcernError on MongoDB 4.4+ (PYTHON-2984).
  • Fixed a bug that could cause the driver to hang during automatic
    client side field level encryption (PYTHON-3017).

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

Thank you to everyone who contributed to this release!