We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e611476 commit 6aa7d9eCopy full SHA for 6aa7d9e
docs/release-notes.md
@@ -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
11
## 0.13.0
12
13
* Switch to promoting application configuration on init style everywhere.
starlette/__init__.py
@@ -1 +1 @@
-__version__ = "0.13.4"
+__version__ = "0.13.5"
0 commit comments