actix v0.10.0-alpha.3 Release Notes

Release Date: 2020-05-12 // almost 4 years ago
  • [0.10.0-alpha.3] - 2020-05-13

    ๐Ÿ”„ Changed

    โšก๏ธ Update tokio-util dependency to 0.3, FramedWrite trait bound is changed. #365

    ๐Ÿ“Š Only poll dropped ContextFut if event loop is running. #374

    โœ… Minimum Rust version is now 1.40 (to be able to use #[cfg(doctest)])

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix ActorFuture::poll_next impl for StreamThen to not lose inner future when it's pending. #376