2019-12-02 06:30:27 +01:00
|
|
|
# Changes
|
|
|
|
|
2020-12-29 02:04:21 +01:00
|
|
|
## Unreleased - 2021-xx-xx
|
|
|
|
|
|
|
|
|
2021-01-03 05:39:37 +01:00
|
|
|
## 3.0.0-beta.2 - 2021-xx-xx
|
|
|
|
* Depend on stable trust-dns packages. [#204]
|
|
|
|
|
|
|
|
[#204]: https://github.com/actix/actix-net/pull/204
|
|
|
|
|
|
|
|
|
2020-12-29 02:04:21 +01:00
|
|
|
## 3.0.0-beta.1 - 2020-12-29
|
2020-12-29 01:38:41 +01:00
|
|
|
* Move acceptors under `accept` module. [#238]
|
|
|
|
* Merge `actix-connect` crate under `connect` module. [#238]
|
2020-12-29 02:04:21 +01:00
|
|
|
* Add feature flags to enable acceptors and/or connectors individually. [#238]
|
2020-12-29 01:38:41 +01:00
|
|
|
|
|
|
|
[#238]: https://github.com/actix/actix-net/pull/238
|
2020-08-17 16:39:17 +02:00
|
|
|
|
|
|
|
|
2020-09-08 19:00:07 +02:00
|
|
|
## 2.0.0 - 2020-09-03
|
|
|
|
* `nativetls::NativeTlsAcceptor` is renamed to `nativetls::Acceptor`.
|
|
|
|
* Where possible, "SSL" terminology is replaced with "TLS".
|
|
|
|
* `SslError` is renamed to `TlsError`.
|
|
|
|
* `TlsError::Ssl` enum variant is renamed to `TlsError::Tls`.
|
|
|
|
* `max_concurrent_ssl_connect` is renamed to `max_concurrent_tls_connect`.
|
2020-07-14 12:14:06 +02:00
|
|
|
|
|
|
|
|
2020-09-08 19:00:07 +02:00
|
|
|
## 2.0.0-alpha.2 - 2020-08-17
|
2020-07-14 12:14:06 +02:00
|
|
|
* Update `rustls` dependency to 0.18
|
|
|
|
* Update `tokio-rustls` dependency to 0.14
|
|
|
|
* Update `webpki-roots` dependency to 0.20
|
|
|
|
|
2020-08-17 16:39:17 +02:00
|
|
|
|
2020-03-03 11:47:40 +01:00
|
|
|
## [2.0.0-alpha.1] - 2020-03-03
|
2020-03-01 03:59:00 +01:00
|
|
|
* Update `rustls` dependency to 0.17
|
|
|
|
* Update `tokio-rustls` dependency to 0.13
|
2020-03-03 11:47:40 +01:00
|
|
|
* Update `webpki-roots` dependency to 0.19
|
2020-03-01 03:59:00 +01:00
|
|
|
|
2019-12-11 09:53:58 +01:00
|
|
|
|
2020-09-08 19:00:07 +02:00
|
|
|
## [1.0.0] - 2019-12-11
|
2019-12-11 09:53:58 +01:00
|
|
|
* 1.0.0 release
|
|
|
|
|
2019-12-05 11:40:24 +01:00
|
|
|
|
2020-09-08 19:00:07 +02:00
|
|
|
## [1.0.0-alpha.3] - 2019-12-07
|
2019-12-07 04:57:43 +01:00
|
|
|
* Migrate to tokio 0.2
|
2019-12-05 11:40:24 +01:00
|
|
|
* Enable rustls acceptor service
|
2019-12-05 15:52:37 +01:00
|
|
|
* Enable native-tls acceptor service
|
|
|
|
|
2019-12-02 06:30:27 +01:00
|
|
|
|
2020-09-08 19:00:07 +02:00
|
|
|
## [1.0.0-alpha.1] - 2019-12-02
|
|
|
|
* Split openssl acceptor from actix-server package
|