1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00:00
actix-web/actix-test/CHANGES.md

86 lines
2 KiB
Markdown
Raw Normal View History

# Changes
2023-08-28 22:44:35 +00:00
## Unreleased
2022-07-24 01:13:46 +00:00
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.
## 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
- 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
2023-02-26 00:55:57 +00:00
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.
2023-08-28 22:44:35 +00:00
## 0.1.0-beta.13
2023-02-26 00:55:57 +00:00
- No significant changes since `0.1.0-beta.12`.
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
2023-08-28 22:44:35 +00:00
## 0.1.0-beta.11
2023-02-26 00:55:57 +00:00
- Minimum supported Rust version (MSRV) is now 1.54.
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
2023-08-28 22:44:35 +00:00
## 0.1.0-beta.8
2023-02-26 00:55:57 +00:00
- No significant changes since `0.1.0-beta.7`.
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]
[#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-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
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
2023-02-26 00:55:57 +00:00
- No significant changes from `0.1.0-beta.2`.
2023-08-28 22:44:35 +00:00
## 0.1.0-beta.2
2023-02-26 00:55:57 +00:00
- No significant changes from `0.1.0-beta.1`.
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