Skip to content

Commit

Permalink
Version 0.13.8 (#1026)
Browse files Browse the repository at this point in the history
* Version 0.13.8 release

Release notes with following:
- Revert Queue maxsize fix in BaseHTTPMiddleware
- Pathlib Path's now allowed in staticfiles constructor
  • Loading branch information
erewok committed Aug 14, 2020
1 parent f5a08d0 commit 31ad4e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/release-notes.md
@@ -1,3 +1,9 @@
## 0.13.8

* Revert `Queue(maxsize=1)` fix for `BaseHTTPMiddleware` middleware classes and streaming responses.

* The `StaticFiles` constructor now allows `pathlib.Path` in addition to strings for its `directory` argument.

## 0.13.7

* Fix high memory usage when using `BaseHTTPMiddleware` middleware classes and streaming responses.
Expand Down
2 changes: 1 addition & 1 deletion starlette/__init__.py
@@ -1 +1 @@
__version__ = "0.13.7"
__version__ = "0.13.8"

0 comments on commit 31ad4e5

Please sign in to comment.