·
2 commits
to main
since this release
Added
TimeoutLayer::with_status_code(status)to define the status code returned
when timeout is reached. (#599)
Deprecated
auth::require_authorizationis too basic for real-world. (#591)TimeoutLayer::new()should be replaced with
TimeoutLayer::with_status_code(). (Previously was
StatusCode::REQUEST_TIMEOUT) (#599)
Fixed
on_eosis now called even for successful responses. (#580)ServeDir: call fallback when filename is invalid (#586)decompressionwill not fail when body is empty (#618)
New Contributors
- @mladedav made their first contribution in #580
- @aryaveersr made their first contribution in #586
- @soerenmeier made their first contribution in #588
- @gjabell made their first contribution in #591
- @FalkWoldmann made their first contribution in #599
- @ducaale made their first contribution in #618
Full Changelog: tower-http-0.6.6...tower-http-0.6.7