Releases: slawlor/ractor_actors
Releases · slawlor/ractor_actors
v0.4.6
v0.4.5
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
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
v0.2.0
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
New release, including stream support!
This release contains a series of streaming actors to support streams in tokio
- Infinite loop operations
- Stream reading & processing/forwarding of items
- Stream multiplexers which take a stream and send items to a collection of downstream
Target
s.