actix v0.9.0-alpha.1 Release Notes

Release Date: 2019-12-15 // over 4 years ago
  • ๐Ÿ”„ CHANGES

    โž• Added

    โž• Added Context::connected() to check any addresses are alive

    โž• Added fut::ready() future

    ๐Ÿ”„ Changed

    Migrate to std::future, tokio 0.2 and actix-rt 1.0.0 @bcmcmill #300

    โฌ†๏ธ Upgrade derive_more to 0.99.2

    โฌ†๏ธ Upgrade smallvec to 1.0.0

    ๐Ÿ›  Fixed

    • โž• Added #[must_use] attribute to ActorFuture and ActorStream