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,80 +1,80 @@
# Changes
## Unreleased - 2023-xx-xx
## Unreleased
- Add `TestServerConfig::rustls_021()` method for Rustls v0.21 support behind new `rustls-0_21` crate feature.
- Add `TestServerConfig::workers()` method.
- Add `rustls-0_20` crate feature, which the existing `rustls` feature now aliases.
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
## 0.1.1 - 2023-02-26
## 0.1.1
- Add `TestServerConfig::port()` setter method.
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
## 0.1.0 - 2022-07-24
## 0.1.0
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
## 0.1.0-beta.13 - 2022-02-16
## 0.1.0-beta.13
- No significant changes since `0.1.0-beta.12`.
## 0.1.0-beta.12 - 2022-01-31
## 0.1.0-beta.12
- Rename `TestServerConfig::{client_timeout => client_request_timeout}`. [#2611]
[#2611]: https://github.com/actix/actix-web/pull/2611
## 0.1.0-beta.11 - 2022-01-04
## 0.1.0-beta.11
- Minimum supported Rust version (MSRV) is now 1.54.
## 0.1.0-beta.10 - 2021-12-27
## 0.1.0-beta.10
- No significant changes since `0.1.0-beta.9`.
## 0.1.0-beta.9 - 2021-12-17
## 0.1.0-beta.9
- Re-export `actix_http::body::to_bytes`. [#2518]
- Update `actix_web::test` re-exports. [#2518]
[#2518]: https://github.com/actix/actix-web/pull/2518
## 0.1.0-beta.8 - 2021-12-11
## 0.1.0-beta.8
- No significant changes since `0.1.0-beta.7`.
## 0.1.0-beta.7 - 2021-11-22
## 0.1.0-beta.7
- Fix compatibility with experimental `io-uring` feature of `actix-rt`. [#2408]
[#2408]: https://github.com/actix/actix-web/pull/2408
## 0.1.0-beta.6 - 2021-11-15
## 0.1.0-beta.6
- No significant changes from `0.1.0-beta.5`.
## 0.1.0-beta.5 - 2021-10-20
## 0.1.0-beta.5
- Updated rustls to v0.20. [#2414]
- Minimum supported Rust version (MSRV) is now 1.52.
[#2414]: https://github.com/actix/actix-web/pull/2414
## 0.1.0-beta.4 - 2021-09-09
## 0.1.0-beta.4
- Minimum supported Rust version (MSRV) is now 1.51.
## 0.1.0-beta.3 - 2021-06-20
## 0.1.0-beta.3
- No significant changes from `0.1.0-beta.2`.
## 0.1.0-beta.2 - 2021-04-17
## 0.1.0-beta.2
- No significant changes from `0.1.0-beta.1`.
## 0.1.0-beta.1 - 2021-04-02
## 0.1.0-beta.1
- Move integration testing structs from `actix-web`. [#2112]