Releases: evolution-gaming/akka-effect
Releases · evolution-gaming/akka-effect
v4.1.9
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
What's Changed
- Update scalatest to 3.2.19 by @scala-steward in #324
- ClusterShardingLocal: call allocation strategy correctly by @dfakhritdinov in #325
Full Changelog: v4.1.7...v4.1.8
v4.1.7
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
v4.1.5
What's Changed
- Update scalafmt-core to 3.8.2 by @scala-steward in #320
- SHRIKE-54: expose notion of
persistent
snapshot in backward-compatible way by @dfakhritdinov in #321
Full Changelog: v4.1.4...v4.1.5
v4.1.4
What's Changed
- Update pureconfig to 0.17.7 by @scala-steward in #317
- Stop actor after persisting events failed by @dfakhritdinov in #319
Full Changelog: v4.1.3...v4.1.4
v4.1.2
What's Changed
- Update cats-helper to 3.10.5 by @scala-steward in #313
- Update cats-core to 2.12.0 by @scala-steward in #315
- support stashing on rebalance in ClusterShardingLocal by @dfakhritdinov in #316
Full Changelog: v4.1.1...v4.1.2
v4.1.1
What's Changed
- Raise error if stopped actor's context is used by @dfakhritdinov in #314
Full Changelog: v4.1.0...v4.1.1
v4.1.0
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
What's Changed
- Update logback-classic, logback-core to 1.5.6 by @scala-steward in #305
- Update scalatest to 3.2.18 by @scala-steward in #288
- Update cats-core to 2.10.0 by @scala-steward in #253
- Update cats-effect to 3.4.11 by @scala-steward in #236
- Update log4j-over-slf4j, slf4j-api to 2.0.13 by @scala-steward in #301
- Update sbt-release to 1.4.0 by @scala-steward in #284
- Update retry to 3.0.2 by @scala-steward in #209
- Update smetrics to 2.2.0 by @scala-steward in #282
- Update cats-helper to 3.10.3 by @scala-steward in #300
- use Oracle JDK for build by @mr-git in #306
- Update sstream to 1.0.2 by @scala-steward in #277
- Update pureconfig to 0.17.6 by @scala-steward in #291
- Update retry to 3.1.0 by @scala-steward in #309
- apply formatting by @mr-git in #311
- 4.0.7 by @mr-git in #310
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.0random
- transitively updated bysmetrics
to 1.0.4executor-tools
- removed as was not used