Skip to content

Releases: slawlor/ractor_actors

v0.4.6

18 Dec 14:11
Compare
Choose a tag to compare

Downgrades cron to 0.12 since there appears to be a bug in schedule parsing related to DST ambiguous times.

Full Changelog: v0.4.5...v0.4.6

v0.4.5

17 Dec 22:08
Compare
Choose a tag to compare

What's Changed

  • Update notify requirement from 6 to 7 by @dependabot in #25
  • Update cron requirement from 0.12 to 0.13 by @dependabot in #26
  • Bump codecov/codecov-action from 4 to 5 by @dependabot in #27
  • Bumping ractor version to v0.14.0

Full Changelog: v0.4.4...v0.4.5

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.