All Versions
51
Latest Version
Avg Release Cycle
34 days
Latest Release
997 days ago
Changelog History
Page 1
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 forBox<dyn Sender>
trait object that makingRecipient
aSend
+Sync
type. #403 - ⚡️ Update
parking_lot
to 0.11 #404 - ✂ Remove unnecessary
PhantomData
field fromRequest
making itSend + Sync
regardless ifRequest
's type-argument isSend
orSync
#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 forStreamThen
to not lose inner future when it's pending. #376
- 🛠 Fix
-
v0.10.0-alpha.2 Changes
March 05, 2020 -
v0.10.0-alpha.1 Changes
February 25, 2020 -
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 toActorFuture
andActorStream
- 🛠 Fix
-
v0.9.0-alpha.3 Changes
December 16, 2019🛠 Fixed
- 🛠 Fix
ResolveFuture
type signature.
- 🛠 Fix
-
v0.9.0-alpha.2 Changes
December 16, 2019🛠 Fixed
- 🛠 Fix
Resolve
actor's panic
- 🛠 Fix
-
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 toActorFuture
andActorStream
- ➕ Added
-
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