1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-15 04:52:54 +01:00

23 lines
364 B
Markdown
Raw Permalink Normal View History

# Changes
2019-05-25 03:16:46 -07:00
## [0.1.1] - 2019-05-25
* Fix disconnect handling #834
2019-05-18 11:15:58 -07:00
## [0.1.0] - 2019-05-18
* Release
## [0.1.0-beta.4] - 2019-05-12
2019-05-25 03:16:46 -07:00
* Handle cancellation of uploads #736
* Upgrade to actix-web 1.0.0-beta.4
2019-04-21 15:41:01 -07:00
## [0.1.0-beta.1] - 2019-04-21
2019-04-13 10:11:07 -07:00
* Do not support nested multipart
* Split multipart support to separate crate
2019-04-21 15:41:01 -07:00
* Optimize multipart handling #634, #769