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

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, 2018
    • Internal 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 for AsyncWrite related types

    • โฌ‡๏ธ Drop FramedContext

  • v0.4.5 Changes

    January 23, 2018
    • ๐Ÿ”จ Refactor context implementation

    • ๐Ÿ”จ Refactor Supervisor type

    • ๐Ÿ‘ Allow to use Framed instances with normal Context

  • v0.4.4 Changes

    January 19, 2018
    • โž• Add Clone implementation for Box<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, 2018
    • Cleanup FramedActor error and close state handling.

    • Do not exit early from framed polling