Skip to content

Commit

Permalink
Version 0.13.5 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchristie committed Jul 17, 2020
1 parent e611476 commit 6aa7d9e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,13 @@
## 0.13.5

* Add support for `Starlette(lifespan=...)` functions.
* More robust path-traversal check in StaticFiles app.
* Fix WSGI PATH_INFO encoding.
* RedirectResponse now accepts optional background parameter
* Allow path routes to contain regex meta characters
* Treat ASGI HTTP 'body' as an optional key.
* Don't use thread pooling for writing to in-memory upload files.

## 0.13.0

* Switch to promoting application configuration on init style everywhere.
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.13.4"
__version__ = "0.13.5"

0 comments on commit 6aa7d9e

Please sign in to comment.