Changelog History
Page 4
-
v0.5.6 Changes
April 17, 2018- ๐ Fix index usage during iteration for future cancellation #67
-
v0.5.5 Changes
March 19, 2018- ๐ Fix polling of wrong wait future after completion
-
v0.5.4 Changes
March 16, 2018- Always complete actor lifecycle (i.e. Actor::started())
-
v0.5.3 Changes
March 08, 2018- Panic after cancelling stream future #58
-
v0.5.2 Changes
March 06, 2018- ๐ Allow to set timeout for Connect message #56
-
v0.5.1 Changes
March 02, 2018Internal state is alive during
stopping
period.Do not send StopArbiter message to system arbiter during system shutdown #53
-
v0.5.0 Changes
February 17, 2018โ Address/Recipient is generic over actor destination
๐ Make rules of actor stopping more strict
๐ Use bounded channels for actor communications
โ Add dns resolver and tcp connector utility actor
โ Add
StreamHandler
trait for stream handlingโ Add
Context::handle()
method, currently running future handleโ Add
actix::io
helper types forAsyncWrite
related typesโฌ๏ธ Drop FramedContext
-
v0.4.5 Changes
January 23, 2018๐จ Refactor context implementation
๐จ Refactor Supervisor type
๐ Allow to use
Framed
instances with normalContext
-
v0.4.4 Changes
January 19, 2018โ Add
Clone
implementation forBox<Subscriber<M> + Send>
Stop stream polling if context is waiting for future completion
โฌ๏ธ Upgraded address stops working after all references are dropped #38
-
v0.4.3 Changes
January 09, 2018Cleanup
FramedActor
error and close state handling.Do not exit early from framed polling