1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 05:52:59 +01:00
actix-net/actix-tls/CHANGES.md
2020-03-03 19:47:40 +09:00

448 B

Changes

[2.0.0-alpha.1] - 2020-03-03

Changed

  • Update rustls dependency to 0.17
  • Update tokio-rustls dependency to 0.13
  • Update webpki-roots dependency to 0.19

[1.0.0] - 2019-12-11

  • 1.0.0 release

[1.0.0-alpha.3] - 2019-12-07

Changed

  • Migrate to tokio 0.2

  • Enable rustls acceptor service

  • Enable native-tls acceptor service

[1.0.0-alpha.1] - 2019-12-02

  • Split openssl accetor from actix-server package