1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-12-19 07:32:39 +01:00
actix-net/actix-testing/CHANGES.md

38 lines
572 B
Markdown
Raw Normal View History

2019-09-25 05:26:12 +02:00
# Changes
2020-12-29 00:54:21 +01:00
## Unreleased - 2021-xx-xx
## 2.0.0-beta.1 - 2020-12-28
* Update `actix-server` to v2.0.0-beta.1.
2020-12-29 00:54:21 +01:00
## 1.0.1 - 2020-05-19
* Replace deprecated `net2` crate with `socket2`
2020-05-19 07:08:08 +02:00
* Remove unused `futures` dependency
2019-12-11 09:49:26 +01:00
2020-12-29 00:54:21 +01:00
## 1.0.0 - 2019-12-11
2019-12-11 09:49:26 +01:00
* Update actix-server to 1.0.0
2019-12-05 11:40:24 +01:00
2020-12-29 00:54:21 +01:00
## 1.0.0-alpha.3 - 2019-12-07
* Migrate to tokio 0.2
2019-12-05 11:40:24 +01:00
2019-11-25 16:49:11 +01:00
2020-12-29 00:54:21 +01:00
## 1.0.0-alpha.2 - 2019-12-02
2019-11-25 16:49:11 +01:00
* Re-export `test` attribute macros
2020-12-29 00:54:21 +01:00
## 0.3.0-alpha.1 - 2019-11-22
2019-11-25 16:49:11 +01:00
* Migrate to std::future
2019-10-14 06:30:27 +02:00
2020-12-29 00:54:21 +01:00
## 0.2.0 - 2019-10-14
2019-10-14 06:30:27 +02:00
* Upgrade actix-server and actix-server-config deps
2020-12-29 00:54:21 +01:00
## 0.1.0 - 2019-09-25
2019-09-25 05:26:12 +02:00
* Initial impl