mirror of https://github.com/encode/starlette.git
Version 0.13.8 (#1026)
* Version 0.13.8 release Release notes with following: - Revert Queue maxsize fix in BaseHTTPMiddleware - Pathlib Path's now allowed in staticfiles constructor
This commit is contained in:
parent
f5a08d019a
commit
31ad4e59c3
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.13.7"
|
||||
__version__ = "0.13.8"
|
||||
|
|
Loading…
Reference in New Issue