Skip to content

Releases: evolution-gaming/akka-effect

v4.1.9

02 Sep 14:29
Compare
Choose a tag to compare

Technical release that brings minor changes: new converter methods for Validate, Directive and Change types.

Full Changelog: v4.1.8...v4.1.9

v4.1.8

02 Jul 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.7...v4.1.8

v4.1.7

24 Jun 14:00
Compare
Choose a tag to compare

Minor changes in com.evolutiongaming.akkaeffect.persistence.Recovering API: new factory method capable of constructing instance of Recovering using

def completed(context: Recovering.RecoveryContext[F, S, E]): Resource[F, A]

method.

v4.1.6

24 Jun 11:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.5...v4.1.6

v4.1.5

18 Jun 15:19
a1c5b85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.4...v4.1.5

v4.1.4

18 Jun 12:00
b2b989d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

v4.1.2

03 Jun 09:39
af7c0b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.1...v4.1.2

v4.1.1

24 May 13:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

23 May 11:21
2991371
Compare
Choose a tag to compare

What's Changed

  • Implement ClusterSharding.shardRegion for exposing Akka Cluster Sharding region ActorRef by @dfakhritdinov in #312

Full Changelog: v4.0.7...v4.1.0

v4.0.7

21 May 13:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.6...v4.0.7

P.S. Following dependencies were updated or dropped in [possibly] binary incompatible way:

  • smetrics - update from 2.0.0 to 2.2.0
  • random - transitively updated by smetrics to 1.0.4
  • executor-tools - removed as was not used