File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 332.x Changelog
44=============
55
6+ .. changelog :: 2.5.3
7+ :date: 2024/01/29
8+
9+ .. change :: Handle diverging ASGI ``root_path`` behaviour
10+ :type: bugfix
11+ :pr: 3039
12+ :issue: 3041
13+
14+ Uvicorn `0.26.0 <https://github.com/encode/uvicorn/releases/tag/0.26.0 >`_
15+ introduced a breaking change in its handling of the ASGI ``root_path `` behaviour,
16+ which, while adhering to the spec, diverges from the interpretation of other
17+ ASGI servers of this aspect of the spec (e.g. hypercorn and daphne do not follow
18+ uvicorn's interpretation as of today). A fix was introduced that ensures
19+ consistent behaviour of applications in any case.
20+
621.. changelog :: 2.5.2
722 :date: 2024/01/27
823
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ maintainers = [
5757name = " litestar"
5858readme = " README.md"
5959requires-python = " >=3.8,<4.0"
60- version = " 2.5.2 "
60+ version = " 2.5.3 "
6161
6262[project .urls ]
6363Blog = " https://blog.litestar.dev"
You can’t perform that action at this time.
0 commit comments