1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

chore: remove dates from changelogs

This commit is contained in:
Rob Ede
2023-08-28 23:44:35 +01:00
parent 905c30af86
commit 384ca0a2cd
11 changed files with 414 additions and 414 deletions

View File

@ -1,49 +1,49 @@
# Changes
## Unreleased - 2023-xx-xx
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
## 0.6.0 - 2023-02-26
## 0.6.0
- Added `MultipartForm` typed data extractor. [#2883]
[#2883]: https://github.com/actix/actix-web/pull/2883
## 0.5.0 - 2023-01-21
## 0.5.0
- `Field::content_type()` now returns `Option<&mime::Mime>`. [#2885]
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
[#2885]: https://github.com/actix/actix-web/pull/2885
## 0.4.0 - 2022-02-25
## 0.4.0
- No significant changes since `0.4.0-beta.13`.
## 0.4.0-beta.13 - 2022-01-31
## 0.4.0-beta.13
- No significant changes since `0.4.0-beta.12`.
## 0.4.0-beta.12 - 2022-01-04
## 0.4.0-beta.12
- Minimum supported Rust version (MSRV) is now 1.54.
## 0.4.0-beta.11 - 2021-12-27
## 0.4.0-beta.11
- No significant changes since `0.4.0-beta.10`.
## 0.4.0-beta.10 - 2021-12-11
## 0.4.0-beta.10
- No significant changes since `0.4.0-beta.9`.
## 0.4.0-beta.9 - 2021-12-01
## 0.4.0-beta.9
- Polling `Field` after dropping `Multipart` now fails immediately instead of hanging forever. [#2463]
[#2463]: https://github.com/actix/actix-web/pull/2463
## 0.4.0-beta.8 - 2021-11-22
## 0.4.0-beta.8
- Ensure a correct Content-Disposition header is included in every part of a multipart message. [#2451]
- Added `MultipartError::NoContentDisposition` variant. [#2451]
@ -54,31 +54,31 @@
[#2451]: https://github.com/actix/actix-web/pull/2451
## 0.4.0-beta.7 - 2021-10-20
## 0.4.0-beta.7
- Minimum supported Rust version (MSRV) is now 1.52.
## 0.4.0-beta.6 - 2021-09-09
## 0.4.0-beta.6
- Minimum supported Rust version (MSRV) is now 1.51.
## 0.4.0-beta.5 - 2021-06-17
## 0.4.0-beta.5
- No notable changes.
## 0.4.0-beta.4 - 2021-04-02
## 0.4.0-beta.4
- No notable changes.
## 0.4.0-beta.3 - 2021-03-09
## 0.4.0-beta.3
- No notable changes.
## 0.4.0-beta.2 - 2021-02-10
## 0.4.0-beta.2
- No notable changes.
## 0.4.0-beta.1 - 2021-01-07
## 0.4.0-beta.1
- Fix multipart consuming payload before header checks. [#1513]
- Update `bytes` to `1.0`. [#1813]
@ -86,19 +86,19 @@
[#1813]: https://github.com/actix/actix-web/pull/1813
[#1513]: https://github.com/actix/actix-web/pull/1513
## 0.3.0 - 2020-09-11
## 0.3.0
- No significant changes from `0.3.0-beta.2`.
## 0.3.0-beta.2 - 2020-09-10
## 0.3.0-beta.2
- Update `actix-*` dependencies to latest versions.
## 0.3.0-beta.1 - 2020-07-15
## 0.3.0-beta.1
- Update `actix-web` to 3.0.0-beta.1
## 0.3.0-alpha.1 - 2020-05-25
## 0.3.0-alpha.1
- Update `actix-web` to 3.0.0-alpha.3
- Bump minimum supported Rust version to 1.40
@ -106,45 +106,45 @@
- Remove the unused `time` dependency
- Fix missing `std::error::Error` implement for `MultipartError`.
## [0.2.0] - 2019-12-20
## [0.2.0]
- Release
## [0.2.0-alpha.4] - 2019-12-xx
## [0.2.0-alpha.4]
- Multipart handling now handles Pending during read of boundary #1205
## [0.2.0-alpha.2] - 2019-12-03
## [0.2.0-alpha.2]
- Migrate to `std::future`
## [0.1.4] - 2019-09-12
## [0.1.4]
- Multipart handling now parses requests which do not end in CRLF #1038
## [0.1.3] - 2019-08-18
## [0.1.3]
- Fix ring dependency from actix-web default features for #741.
## [0.1.2] - 2019-06-02
## [0.1.2]
- Fix boundary parsing #876
## [0.1.1] - 2019-05-25
## [0.1.1]
- Fix disconnect handling #834
## [0.1.0] - 2019-05-18
## [0.1.0]
- Release
## [0.1.0-beta.4] - 2019-05-12
## [0.1.0-beta.4]
- Handle cancellation of uploads #736
- Upgrade to actix-web 1.0.0-beta.4
## [0.1.0-beta.1] - 2019-04-21
## [0.1.0-beta.1]
- Do not support nested multipart