since rc.1
full changelog
- breaking: Update to prost 0.13. Used for the
Protobuf
extractor (#2829) - changed: Update minimum rust version to 1.75 (#2943)
- changed: Deprecated
OptionalPath<T>
(#2475) - changed: Query/Form: Use
serde_path_to_error
to report fields that failed to parse (#3081) - changed: The
multipart
feature is no longer on by default (#3058) - fixed:
Host
extractor includes port number when parsing authority (#2242) - 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) - added: Add
Scheme
extractor (#2507)