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 17cf61d commit 257f8feCopy full SHA for 257f8fe
doc/changelog.rst
@@ -19,7 +19,7 @@ Version 4.12.1 is a bug fix release.
19
- Fixed a bug where MongoDB cluster topology changes could cause asynchronous operations to take much longer to complete
20
due to holding the Topology lock while closing stale connections.
21
- Fixed a bug that would cause AsyncMongoClient to attempt to use PyOpenSSL when available, resulting in errors such as
22
- "pymongo.errors.ServerSelectionTimeoutError: 'SSLContext' object has no attribute 'wrap_bio'"
+ "pymongo.errors.ServerSelectionTimeoutError: 'SSLContext' object has no attribute 'wrap_bio'".
23
24
Issues Resolved
25
...............
0 commit comments