actix-multipart: v0.8.0
·
3 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
0.8.0
- Add multi-field multipart payload builders to
actix_multipart::test. #3575 - Add
MultipartFormsupport forOption<Vec<T>>fields. #3577 - Bound internal multipart parser buffering to prevent unbounded memory growth on malformed bodies.
- behavior change notice: There's now a cap for buffering (64KB). It can be changed with
MultipartConfig::buffer_limit.
- behavior change notice: There's now a cap for buffering (64KB). It can be changed with
- Fix user-triggerable panic when parsing multipart boundaries.
- Minimum supported Rust version (MSRV) is now 1.88.
- Update
randdependency to0.10.