File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,16 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10+ 4.23.4
11+ ------
12+ - Fix a typo.
13+
10144.23.3
1115------
1216- Fix mistakenly processed awaitable objects in async mode. This bug has corrupted
1317 ``fastapi-redis `` example causing pool exhaustion.
14- Thanks to Ilya Miroshnichenko and Valery Komarov for finding and reporting
15- the issue.
18+ Thanks to ` @iliamir < https://github.com/iliamir >`_ and Valery Komarov for finding and
19+ reporting the issue.
1620- Refactor async mode.
1721
18224.23.2
Original file line number Diff line number Diff line change 11"""Top-level package."""
22
3- __version__ = '4.23.3 '
3+ __version__ = '4.23.4 '
44"""Version number.
55
66:type: str
You can’t perform that action at this time.
0 commit comments