All Versions
51
Latest Version
Avg Release Cycle
34 days
Latest Release
997 days ago

Changelog History
Page 1

  • v0.10.0 Changes

    September 10, 2020

    🔄 Changed

    • SinkWrite::write calls now send all items correctly using an internal buffer. #384
    • ➕ Add Sync bound for Box<dyn Sender> trait object that making Recipient a Send + Sync type. #403
    • ⚡️ Update parking_lot to 0.11 #404
    • ✂ Remove unnecessary PhantomData field from Request making it Send + Sync regardless if Request's type-argument is Send or Sync #407
  • v0.10.0-alpha.3 Changes

    May 12, 2020

    [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
  • v0.10.0-alpha.2 Changes

    March 05, 2020

    ➕ Added

    • 🆕 New AtomicResponse, a MessageResponse with exclusive poll over actor's reference. #357

    🔄 Changed

    • 📌 Require Pin for ResponseActFuture. #355
  • v0.10.0-alpha.1 Changes

    February 25, 2020

    🛠 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

  • v0.9.0 Changes

    December 20, 2019

    🔄 Changes

    [0.9.0] 2019-12-20

    🛠 Fixed

    • 🛠 Fix ResolveFuture type signature.

    [0.9.0-alpha.2] 2019-12-16

    🛠 Fixed

    • 🛠 Fix Resolve actor's panic

    [0.9.0-alpha.1] 2019-12-15

    ➕ 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
  • v0.9.0-alpha.3 Changes

    December 16, 2019

    🛠 Fixed

    • 🛠 Fix ResolveFuture type signature.
  • v0.9.0-alpha.2 Changes

    December 16, 2019

    🛠 Fixed

    • 🛠 Fix Resolve actor's panic
  • v0.9.0-alpha.1 Changes

    December 15, 2019

    🔄 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
  • v0.8.3 Changes

    May 29, 2019

    🔄 Changes

    🛠 Fixed

    • Stop actor on async context drop
  • v0.8.2 Changes

    May 13, 2019

    🔄 Changes

    🔄 Changed

    0️⃣ Enable http feature by default

    ⬆️ Upgrade to actix-http 0.2