Skip to content

Releases: slawlor/ractor_actors

v0.4.4

25 Oct 17:43
Compare
Choose a tag to compare

Ractor actors v0.4.4 is released

This updates the ractor dependency to 0.13.0

v0.4.3

04 Oct 14:38
Compare
Choose a tag to compare

Update to dependencies of ractor_actors

v0.4.2

21 Sep 02:02
Compare
Choose a tag to compare

Update to dependencies of ractor_actors

v0.4.1

19 May 00:56
c35717a
Compare
Choose a tag to compare

ractor_actors upgraded to use ractor 0.10.0!

v0.4.0

11 Feb 01:40
e7e0e88
Compare
Choose a tag to compare

Adjusting some modifiers on startup arguments traits

v0.3.0

11 Feb 01:26
e8df989
Compare
Choose a tag to compare

Added new() implementation to tcp related actors

v0.2.0

06 Sep 14:26
Compare
Choose a tag to compare

Dependabot implemented and dependencies patched to latest versions along with some minor tweaks of the streaming module api (exposing more types).

Full changelog: v0.1.2...v0.2.0

v0.1.2

05 Sep 17:42
Compare
Choose a tag to compare

New release, including stream support!

This release contains a series of streaming actors to support streams in tokio

  1. Infinite loop operations
  2. Stream reading & processing/forwarding of items
  3. Stream multiplexers which take a stream and send items to a collection of downstream Targets.

v0.1.1

25 Aug 15:47
Compare
Choose a tag to compare

Releasing ractor_actors v 0.1.1

This release adds

  1. Example of cron job usage
  2. Cron manager event subscription notifications (for job start/stop/fails)

v0.1.0

19 Aug 00:50
Compare
Choose a tag to compare

Initial publication of ractor_actors!

This release includes early versions of

  1. Cron management
  2. TCP actors
  3. Filewatcher