Skip to content

Releases: zio/zio-akka-cluster

v0.3.0

26 Jun 08:57
bf4ebd3
Compare
Choose a tag to compare

Upgraded ZIO to 2.0.0 🎉

v0.2.0

04 Aug 00:01
1ab39ef
Compare
Choose a tag to compare

Upgraded ZIO to 1.0.0 🎉

v0.1.18

20 Jun 10:45
7e3afd6
Compare
Choose a tag to compare

Upgraded ZIO to 1.0.0-RC21

v0.1.17

26 May 00:08
689a378
Compare
Choose a tag to compare
  • Added actor context to Entity #77 by @octavz
  • Upgraded ZIO to 1.0.0-RC20

v0.1.16

16 May 10:17
7dda318
Compare
Choose a tag to compare
  • Allow onMessage in Sharding to require a ZIO environment. The Entity is now bundled inside a ZLayer #71 by @octavz
  • Upgraded ZIO to 1.0.0-RC19

v0.1.15

03 May 13:48
ed3e3df
Compare
Choose a tag to compare

Allow passivation from inside the actor and add passivateAfter to automatically passivate the actor after a timeout #67 by @ghostdogpr

v0.1.14

03 May 00:21
b5301ad
Compare
Choose a tag to compare

Added support for shard passivation #66 by @ghostdogpr

v0.1.13

15 Apr 00:10
a6ff755
Compare
Choose a tag to compare

Added support for the ask pattern with Cluster Sharding #64 by @calvinlfer @FrancisToth

v0.1.12

12 Mar 01:36
87ffedc
Compare
Choose a tag to compare

Upgraded ZIO to 1.0.0-RC18-2

v0.1.11

04 Mar 06:34
4e09c7b
Compare
Choose a tag to compare
  • Upgraded ZIO to 1.0.0-RC18. According to the new ZIO environment architecture, functions now require R = Has[ActorSystem] instead of ActorSystem.
  • Upgraded Akka to 2.5.29