Skip to content

Commit c5dbb6c

Browse files
committed
v2.15.1
1 parent cc6148c commit c5dbb6c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

docs/release-notes/changelog.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
2.x Changelog
44
=============
55

6+
.. changelog:: 2.15.1
7+
:date: 2025-02-27
8+
9+
.. change:: Warn about using streaming responses with a ``body``
10+
:type: bugfix
11+
:pr: 4033
12+
13+
Issue a warning if the ``body`` parameter of a streaming response is used, as
14+
setting this has no effect
15+
16+
.. change:: Fix incorrect deprecation warning issued when subclassing middlewares
17+
:type: bugfix
18+
:pr: 4036
19+
:issue: 4035
20+
21+
Fix a bug introduced in #3996 that would incorrectly issue a deprecation
22+
warning if a user subclassed a Litestar built-in middleware which itself
23+
subclasses ``AbstractMiddleware``
24+
25+
626
.. changelog:: 2.15.0
727
:date: 2025-02-26
828

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ maintainers = [
6464
name = "litestar"
6565
readme = "README.md"
6666
requires-python = ">=3.8,<4.0"
67-
version = "2.15.0"
67+
version = "2.15.1"
6868

6969
[project.urls]
7070
Blog = "https://blog.litestar.dev"

uv.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)