We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2591169 commit 06a710dCopy full SHA for 06a710d
doc/changelog.rst
@@ -12,6 +12,7 @@ Version 4.12.1 is a bug fix release.
12
- Fixed a bug that caused direct use of ``pymongo.uri_parser`` to raise an ``AttributeError``.
13
- Removed Eventlet testing against Python versions newer than 3.9 since
14
Eventlet is actively being sunset by its maintainers and has compatibility issues with PyMongo's dnspython dependency.
15
+- Fixed a bug that would try to use PyOpenSSL with AsyncMongoClient, causing the client to fail.
16
17
18
Issues Resolved
0 commit comments