2019-04-03 12:28:58 -07:00
|
|
|
# Changes
|
2019-09-12 21:58:08 +06:00
|
|
|
|
2019-12-20 17:59:34 +06:00
|
|
|
## [0.2.0] - 2019-12-20
|
|
|
|
|
|
|
|
* Release
|
|
|
|
|
|
|
|
## [0.2.0-alpha.4] - 2019-12-xx
|
2019-12-12 02:03:44 +01:00
|
|
|
|
|
|
|
* Multipart handling now handles Pending during read of boundary #1205
|
|
|
|
|
2019-12-03 19:03:53 +06:00
|
|
|
## [0.2.0-alpha.2] - 2019-12-03
|
|
|
|
|
|
|
|
* Migrate to `std::future`
|
|
|
|
|
2019-09-12 21:58:08 +06:00
|
|
|
## [0.1.4] - 2019-09-12
|
2019-09-09 17:58:00 +10:00
|
|
|
|
|
|
|
* Multipart handling now parses requests which do not end in CRLF #1038
|
2019-04-03 12:28:58 -07:00
|
|
|
|
2019-08-18 10:39:22 +09:00
|
|
|
## [0.1.3] - 2019-08-18
|
2019-06-06 20:34:56 -07:00
|
|
|
|
|
|
|
* Fix ring dependency from actix-web default features for #741.
|
|
|
|
|
2019-06-02 12:58:37 +06:00
|
|
|
## [0.1.2] - 2019-06-02
|
|
|
|
|
|
|
|
* Fix boundary parsing #876
|
|
|
|
|
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
|
|
|
|
|
2019-05-12 11:43:05 -07:00
|
|
|
## [0.1.0-beta.4] - 2019-05-12
|
|
|
|
|
2019-05-25 03:16:46 -07:00
|
|
|
* Handle cancellation of uploads #736
|
2019-05-12 11:43:05 -07:00
|
|
|
|
|
|
|
* 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-03 12:28:58 -07:00
|
|
|
|
2019-04-13 10:11:07 -07:00
|
|
|
* Do not support nested multipart
|
|
|
|
|
2019-04-03 12:28:58 -07:00
|
|
|
* Split multipart support to separate crate
|
2019-04-21 15:41:01 -07:00
|
|
|
|
|
|
|
* Optimize multipart handling #634, #769
|