2021-04-02 07:26:59 +00:00
|
|
|
# Changes
|
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## Unreleased
|
2022-07-24 01:13:46 +00:00
|
|
|
|
2024-02-04 00:33:42 +00:00
|
|
|
## 0.1.3
|
|
|
|
|
2024-02-03 23:55:01 +00:00
|
|
|
- Add `TestServerConfig::rustls_0_22()` method for Rustls v0.22 support behind new `rustls-0_22` crate feature.
|
|
|
|
|
2023-08-29 00:55:17 +00:00
|
|
|
## 0.1.2
|
|
|
|
|
2023-08-29 00:11:11 +00:00
|
|
|
- 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.
|
2023-08-01 18:33:32 +00:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.68 due to transitive `time` dependency.
|
2023-07-02 00:09:15 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.1
|
2023-02-26 14:20:48 +00:00
|
|
|
|
2023-02-26 05:25:36 +00:00
|
|
|
- Add `TestServerConfig::port()` setter method.
|
2023-02-26 00:55:57 +00:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
2022-07-24 01:13:46 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0
|
2022-01-31 22:34:59 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
|
2022-01-31 22:34:59 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.13
|
2022-02-16 03:13:41 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- No significant changes since `0.1.0-beta.12`.
|
2022-02-16 03:13:41 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.12
|
2023-02-26 00:55:57 +00:00
|
|
|
|
2022-01-31 17:30:34 +00:00
|
|
|
- Rename `TestServerConfig::{client_timeout => client_request_timeout}`. [#2611]
|
|
|
|
|
|
|
|
[#2611]: https://github.com/actix/actix-web/pull/2611
|
2022-01-04 15:37:48 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.11
|
2021-12-17 21:00:15 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.54.
|
2021-12-17 21:00:15 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.10
|
2021-12-27 18:45:31 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- No significant changes since `0.1.0-beta.9`.
|
2021-12-27 18:45:31 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.9
|
2023-02-26 00:55:57 +00:00
|
|
|
|
2021-12-22 08:21:30 +00:00
|
|
|
- Re-export `actix_http::body::to_bytes`. [#2518]
|
|
|
|
- Update `actix_web::test` re-exports. [#2518]
|
2021-12-15 01:44:51 +00:00
|
|
|
|
|
|
|
[#2518]: https://github.com/actix/actix-web/pull/2518
|
2021-11-22 18:47:43 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.8
|
2021-12-11 00:32:26 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- No significant changes since `0.1.0-beta.7`.
|
2021-12-11 00:32:26 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.7
|
2023-02-26 00:55:57 +00:00
|
|
|
|
2021-12-22 08:21:30 +00:00
|
|
|
- Fix compatibility with experimental `io-uring` feature of `actix-rt`. [#2408]
|
2021-11-22 01:19:09 +00:00
|
|
|
|
|
|
|
[#2408]: https://github.com/actix/actix-web/pull/2408
|
2021-10-20 21:32:05 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.6
|
2021-11-15 04:03:33 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- No significant changes from `0.1.0-beta.5`.
|
2021-11-15 04:03:33 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.5
|
2023-02-26 00:55:57 +00:00
|
|
|
|
2021-12-22 08:21:30 +00:00
|
|
|
- Updated rustls to v0.20. [#2414]
|
|
|
|
- Minimum supported Rust version (MSRV) is now 1.52.
|
2021-09-09 00:35:41 +00:00
|
|
|
|
2021-10-20 21:32:05 +00:00
|
|
|
[#2414]: https://github.com/actix/actix-web/pull/2414
|
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.4
|
2021-04-02 07:26:59 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- Minimum supported Rust version (MSRV) is now 1.51.
|
2021-04-02 09:03:01 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.3
|
2021-06-20 18:47:42 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- No significant changes from `0.1.0-beta.2`.
|
2021-06-20 18:47:42 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.2
|
2021-04-17 14:53:54 +00:00
|
|
|
|
2023-02-26 00:55:57 +00:00
|
|
|
- No significant changes from `0.1.0-beta.1`.
|
2021-04-17 14:53:54 +00:00
|
|
|
|
2023-08-28 22:44:35 +00:00
|
|
|
## 0.1.0-beta.1
|
2023-02-26 00:55:57 +00:00
|
|
|
|
2021-12-22 08:21:30 +00:00
|
|
|
- Move integration testing structs from `actix-web`. [#2112]
|
2021-04-02 09:03:01 +00:00
|
|
|
|
|
|
|
[#2112]: https://github.com/actix/actix-web/pull/2112
|