Releases: Kludex/starlette
Releases Β· Kludex/starlette
Version 0.38.4
Fixed
- Ensure accurate
root_pathremoval inget_route_pathfunction #2600
Full Changelog: 0.38.3...0.38.4
Version 0.38.3
Added
- Support for Python 3.13 #2662.
Fixed
- Don't poll for disconnects in
BaseHTTPMiddlewareviaStreamingResponse#2620.
Full Changelog: 0.38.2...0.38.3
Version 0.38.2
Fixed
- Fix
routing.get_name()not to assume all routines have__name__#2648
Full Changelog: 0.38.1...0.38.2
Version 0.38.1
Version 0.38.0
Added
- Allow use of
memoryviewinStreamingResponseandResponse#2576
and #2577. - Send 404 instead of 500 when filename requested is too long on
StaticFiles#2583.
Changed
- Fail fast on invalid
Jinja2Templateinstantiation parameters #2568. - Check endpoint handler is async only once #2536.
Fixed
- Add proper synchronization to
WebSocketTestSession#2597.
Full Changelog: 0.37.2...0.38.0
Version 0.37.2
Added
- Add
bytesto_RequestDatatype #2510.
Fixed
- Revert "Turn
scope["client"]toNoneonTestClient(#2377)" #2525. - Remove deprecated
appargument passed tohttpx.Clienton theTestClient#2526.
Full Changelog: 0.37.1...0.37.2