🚀 Cats-Actors v2.0.0-RC4 is out!

We’ve added:
🔹 MinimalActorContext: Enables creating child actors and self-messaging with better control over state transitions.
🔹 Curried State Manager: Simplifies FSM state function signatures, bringing cleaner, Akka-like syntax.

Full release notes here
https://github.com/suprnation/cats-actors/releases/tag/v2.0.0-RC4

Explore more:
https://github.com/suprnation/cats-actors
https://github.com/cloudmark/cats-actor-sample

Tutorials
https://cloudmark.github.io/Cats-Actors-In-The-Wild/
https://cloudmark.github.io/Cats-Actors/

#oss #scala #scala3 #typelevel #cats-actors

Release v2.0.0-RC4 · suprnation/cats-actors

Release Notes - Version RC4 This release, RC4, introduces key enhancements to FSM (Finite State Machine) management, improving flexibility and syntax. Key Updates 1. MinimalActorContext in FSM Sta...

GitHub