We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1449b commit 094a320Copy full SHA for 094a320
doc/changelog.rst
@@ -10,6 +10,9 @@ Version 4.12.1 is a bug fix release.
10
- Fixed a bug that could raise ``UnboundLocalError`` when creating asynchronous connections over SSL.
11
- Fixed a bug causing SRV hostname validation to fail when resolver and resolved hostnames are identical with three domain levels.
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
+
16
17
Issues Resolved
18
...............
0 commit comments