- No notable changes.
- No notable changes.
- No notable changes.
- No notable changes.
- No significant changes from
0.3.0-beta.2
.
- Update
actix-*
dependencies to latest versions.
- Update
actix-web
to 3.0.0-beta.1
- Update
actix-web
to 3.0.0-alpha.3 - Bump minimum supported Rust version to 1.40
- Minimize
futures
dependencies - Remove the unused
time
dependency - Fix missing
std::error::Error
implement forMultipartError
.
- Release
- Multipart handling now handles Pending during read of boundary #1205
- Migrate to
std::future
- Multipart handling now parses requests which do not end in CRLF #1038
- Fix ring dependency from actix-web default features for #741.
- Fix boundary parsing #876
- Fix disconnect handling #834
- Release
-
Handle cancellation of uploads #736
-
Upgrade to actix-web 1.0.0-beta.4
-
Do not support nested multipart
-
Split multipart support to separate crate
-
Optimize multipart handling #634, #769