Skip to content

Releases: actix/actix

Actix 0.3.2

06 Nov 23:09
Compare
Choose a tag to compare

Changes

0.3.2 (2017-11-06)

  • Disable signal feature by default

Actix 0.3.1

31 Oct 03:29
Compare
Choose a tag to compare

Changes

0.3.1 (2017-10-30)

  • Simplify ToEnvelope trait, do not generalize over Message type.

  • ActorContext requires ToEnvelope trait.

  • Added Subscriber::subscriber() -> Box<Subscriber>

  • Simplify ActorContext trait, it does not need to know about Actor

  • Cancel notify and run_later futures on context stop

Actix 0.3.0

23 Oct 16:51
Compare
Choose a tag to compare

Changes

  • Added Either future

  • Message has to provide ResponseType impl instead of Actor

Actix 0.2.0

17 Oct 20:54
Compare
Choose a tag to compare

CHANGES

  • Added ActorStream

Actin 0.1.0

12 Oct 02:12
Compare
Choose a tag to compare

Changes

First real release.