actix v0.10.0-alpha.1 Release Notes

Release Date: 2020-02-25 // about 4 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix MessageResponse implementation for ResponseFuture to always poll the spawned Future. #317

    โž• Added

    • ๐Ÿ†• New method address on SyncContext [#341]

    • ๐Ÿ‘ Allow return of any T: 'static on ResponseActFuture. #310

    • ๐Ÿ‘ Allow return of any T: 'static on ResponseFuture. #343

    ๐Ÿ”„ Changed

    • ๐Ÿ”‹ Feature http was removed. Actix support for http was moved solely to actix-http and actix-web crates. #324

    • ๐Ÿ“Œ Make Pins safe #335 #347

    • Only implement ActorFuture for Box where ActorFuture is Unpin #348

    • โฌ†๏ธ Upgrade trust-dns-proto to 0.19 #349

    • โฌ†๏ธ Upgrade trust-dns-resolver to 0.19 #349