From 3a4a3ceff7f940ba6c95978fe7178b9cc6872ecb Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Wed, 17 Feb 2021 09:04:55 -0500 Subject: [PATCH] Update changelog --- docs/main/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 03eb4389..a17a2cf6 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,6 +7,13 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +Development version +------------------- +- Fix mistakenly processed awaitable objects in async mode. This bug has corrupted + ``fastapi-redis`` example causing pool exhaustion. + Thanks to Ilya Miroshnichenko and Valery Komarov for finding and reporting + the issue. + 4.23.2 ------ - Improve async mode exceptions handling.