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