1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00
actix-web/actix-test/CHANGES.md

43 lines
918 B
Markdown
Raw Normal View History

# Changes
## Unreleased - 2021-xx-xx
## 0.1.0-beta.8 - 2021-12-11
* No significant changes since `0.1.0-beta.7`.
## 0.1.0-beta.7 - 2021-11-22
* 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
2021-11-15 04:03:33 +00:00
## 0.1.0-beta.6 - 2021-11-15
* No significant changes from `0.1.0-beta.5`.
2021-10-20 21:32:05 +00:00
## 0.1.0-beta.5 - 2021-10-20
* Updated rustls to v0.20. [#2414]
2021-10-19 00:59:28 +00:00
* 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
## 0.1.0-beta.4 - 2021-09-09
2021-08-30 22:19:03 +00:00
* Minimum supported Rust version (MSRV) is now 1.51.
2021-04-02 09:03:01 +00:00
## 0.1.0-beta.3 - 2021-06-20
* No significant changes from `0.1.0-beta.2`.
## 0.1.0-beta.2 - 2021-04-17
* No significant changes from `0.1.0-beta.1`.
2021-04-02 09:03:01 +00:00
## 0.1.0-beta.1 - 2021-04-02
* Move integration testing structs from `actix-web`. [#2112]
[#2112]: https://github.com/actix/actix-web/pull/2112