Skip to content

Commit

Permalink
v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Jan 29, 2024
1 parent 72dda17 commit c60254d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions docs/release-notes/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
2.x Changelog
=============

.. changelog:: 2.5.3
:date: 2024/01/29

.. change:: Handle diverging ASGI ``root_path`` behaviour
:type: bugfix
:pr: 3039
:issue: 3041

Uvicorn `0.26.0 <https://github.com/encode/uvicorn/releases/tag/0.26.0>`_
introduced a breaking change in its handling of the ASGI ``root_path`` behaviour,
which, while adhering to the spec, diverges from the interpretation of other
ASGI servers of this aspect of the spec (e.g. hypercorn and daphne do not follow
uvicorn's interpretation as of today). A fix was introduced that ensures
consistent behaviour of applications in any case.

.. changelog:: 2.5.2
:date: 2024/01/27

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ maintainers = [
name = "litestar"
readme = "README.md"
requires-python = ">=3.8,<4.0"
version = "2.5.2"
version = "2.5.3"

[project.urls]
Blog = "https://blog.litestar.dev"
Expand Down

0 comments on commit c60254d

Please sign in to comment.