1.1.0
Version 1.1.0
Changed 2
- Use "application/octet-stream" as the FileResponse media type fallback
- Only dispatch standard HTTP verbs in HTTPEndpoint
Fixed 1
- Reject absolute paths in StaticFiles.lookup_path
What's Changed
- Use
"application/octet-stream"as theFileResponsemedia type fallback by @ATOM00blue in https://github.com/Kludex/starlette/pull/3283 - Only dispatch standard HTTP verbs in
HTTPEndpointby @Kludex in https://github.com/Kludex/starlette/pull/3286 - Reject absolute paths in
StaticFiles.lookup_pathby @Kludex in https://github.com/Kludex/starlette/pull/3287
New Contributors
- @ATOM00blue made their first contribution in https://github.com/Kludex/starlette/pull/3283
Full Changelog: https://github.com/Kludex/starlette/compare/1.0.1...1.1.0