Releases: Kludex/starlette
Releases Β· Kludex/starlette
Version 0.50.0
Version 0.49.3
Version 0.49.2
Fixed
- Ignore
if-modified-sinceheader ifif-none-matchis present inStaticFiles#3044.
Full Changelog: 0.49.1...0.49.2
Version 0.49.1
This release fixes a security vulnerability in the parsing logic of the Range header in FileResponse.
You can view the full security advisory: GHSA-7f5h-v6xp-fcq8
Fixed
- Optimize the HTTP ranges parsing logic 4ea6e22b489ec388d6004cfbca52dd5b147127c5
Full Changelog: 0.49.0...0.49.1
Version 0.49.0
Added
- Add
encodingparameter toConfigclass #2996. - Support multiple cookie headers in
Request.cookies#3029. - Use
Literaltype forWebSocketEndpointencoding values #3027.
Changed
- Do not pollute exception context in
Middlewarewhen usingBaseHTTPMiddleware#2976.
New Contributors
- @TheWesDias made their first contribution in #3017
- @gmos2104 made their first contribution in #3027
- @secrett2633 made their first contribution in #2996
- @adam-sikora made their first contribution in #2976
Full Changelog: 0.48.0...0.49.0
Version 0.48.0
Version 0.47.3
Fixed
- Use
asyncio.iscoroutinefunctionfor Python 3.12 and older by @mjpieters in #2984
New Contributors
- @mjpieters made their first contribution in #2984
Full Changelog: 0.47.2...0.47.3
0.47.2
Version 0.47.1
Version 0.47.0
Added
- Add support for ASGI
pathsendextension #2671. - Add
partitionedattribute toResponse.set_cookie#2501.
Changed
- Change
methodsparameter type fromlist[str]toCollection[str]#2903. - Replace
import typingbyfrom typing import ...in the whole codebase #2867.
Fixed
- Mark
ExceptionMiddleware.http_exceptionas async to prevent thread creation #2922.
New Contributors
- @danlapid made their first contribution in #2922
- @Flecart made their first contribution in #2501
- @AllenSH12 made their first contribution in #2936
- @waketzheng made their first contribution in #2867
- @jonathanberthias made their first contribution in #2903
Full Changelog: 0.46.2...0.47.0