Since v0.10.0-alpha.1:
- breaking:
Option<Query<T>>
no longer swallows all error conditions, instead rejecting the
request in many cases; see its documentation for details (#2475) - changed: Deprecated
OptionalPath<T>
andOptionalQuery<T>
(#2475) - fixed:
Host
extractor includes port number when parsing authority (#2242) - changed: The
multipart
feature is no longer on by default (#3058) - added: Add
RouterExt::typed_connect
(#2961) - added: Add
json!
for easy construction of JSON responses (#2962) - added: Add
InternalServerError
response for logging an internal error
and returning HTTP 500 in a convenient way. (#3010) - added: Add
FileStream
for easy construction of file stream responses (#3047)