All Versions
51
Latest Version
Avg Release Cycle
34 days
Latest Release
876 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