Releases: zio/zio-akka-cluster
Releases · zio/zio-akka-cluster
v0.3.0
v0.2.0
Upgraded ZIO to 1.0.0 🎉
v0.1.18
Upgraded ZIO to 1.0.0-RC21
v0.1.17
v0.1.16
v0.1.15
Allow passivation from inside the actor and add passivateAfter
to automatically passivate the actor after a timeout #67 by @ghostdogpr
v0.1.14
Added support for shard passivation #66 by @ghostdogpr
v0.1.13
Added support for the ask pattern with Cluster Sharding #64 by @calvinlfer @FrancisToth
v0.1.12
Upgraded ZIO to 1.0.0-RC18-2
v0.1.11
- Upgraded ZIO to 1.0.0-RC18. According to the new ZIO environment architecture, functions now require R =
Has[ActorSystem]
instead ofActorSystem
. - Upgraded Akka to 2.5.29