1.5.1
Version 1.5.1
Changed 1
- Limit FileResponse to 100 ranges
Fixed 1
- Reject inverted single-byte Range requests like bytes=5-4
What's Changed
- Reject inverted single-byte Range like
bytes=5-4by @nikolauspschuetz in https://github.com/encode/starlette/pull/3389 - Limit
FileResponseto 100 ranges by @Kludex in https://github.com/encode/starlette/pull/3430
Full Changelog: https://github.com/encode/starlette/compare/1.5.0...1.5.1