1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00
actix-web/actix-multipart/CHANGES.md

31 lines
508 B
Markdown
Raw Normal View History

# Changes
2019-08-18 03:39:22 +02:00
## [0.1.3] - 2019-08-18
* Fix ring dependency from actix-web default features for #741.
2019-06-02 08:58:37 +02:00
## [0.1.2] - 2019-06-02
* Fix boundary parsing #876
2019-05-25 12:16:46 +02:00
## [0.1.1] - 2019-05-25
* Fix disconnect handling #834
2019-05-18 20:15:58 +02:00
## [0.1.0] - 2019-05-18
* Release
## [0.1.0-beta.4] - 2019-05-12
2019-05-25 12:16:46 +02:00
* Handle cancellation of uploads #736
* Upgrade to actix-web 1.0.0-beta.4
2019-04-22 00:41:01 +02:00
## [0.1.0-beta.1] - 2019-04-21
2019-04-13 19:11:07 +02:00
* Do not support nested multipart
* Split multipart support to separate crate
2019-04-22 00:41:01 +02:00
* Optimize multipart handling #634, #769