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 aae4829 commit 8a5bd2eCopy full SHA for 8a5bd2e
doc/changelog.rst
@@ -6,8 +6,9 @@ Changes in Version 4.15.1 (XXXX/XX/XX)
6
7
Version 4.15.1 is a bug fix release.
8
9
-- Fixed a bug in ``MongoClient.network_layer`` and ``AsyncMongoClient.network_layer``
10
- that could cause an ``TimeoutError`` when connecting to servers.
+- Fixed a bug in ``AsyncMongoClient`` that caused a
+ ``ServerSelectionTimeoutError`` when used with `` with ``uvicorn`` and
11
+ ``uvloop``.
12
13
Changes in Version 4.15.0 (2025/09/10)
14
--------------------------------------
0 commit comments