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.