Skip to content

Commit 6aa7d9e

Browse files
Version 0.13.5 (#1001)
1 parent e611476 commit 6aa7d9e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.13.5
2+
3+
* Add support for `Starlette(lifespan=...)` functions.
4+
* More robust path-traversal check in StaticFiles app.
5+
* Fix WSGI PATH_INFO encoding.
6+
* RedirectResponse now accepts optional background parameter
7+
* Allow path routes to contain regex meta characters
8+
* Treat ASGI HTTP 'body' as an optional key.
9+
* Don't use thread pooling for writing to in-memory upload files.
10+
111
## 0.13.0
212

313
* Switch to promoting application configuration on init style everywhere.

starlette/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.4"
1+
__version__ = "0.13.5"

0 commit comments

Comments
 (0)