PyMongo 4.4.1 Released

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

  • Fixed a bug where pymongo would raise a ConfigurationError: Invalid SRV host error when connecting to a “mongodb+srv://” URI that included capital letters in the SRV hosts returned from DNS. (PYTHON-3800).
  • Fixed a minor reference counting bug in the C extension (PYTHON-3798).

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

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

Thank you to everyone who contributed to this release!

3 Likes

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