Releases: evolution-gaming/akka-effect
Releases · evolution-gaming/akka-effect
v4.2.0
What's Changed
- Update sbt, scripted-plugin to 1.11.0 by @scala-steward in #404
- Update sbt, scripted-plugin to 1.11.2 by @scala-steward in #407
- Update sbt-dynver to 5.1.1 by @scala-steward in #409
- Update smetrics to 2.3.2 by @scala-steward in #408
- Update sbt, scripted-plugin to 1.11.3 by @scala-steward in #412
- cross compile for Scala 3 by @mr-git in #414
Full Changelog: v4.1.10...v4.2.0
v4.1.10
What's Changed
- Update sbt-coveralls to 1.3.13 by @scala-steward in #330
- Update cats-helper to 3.11.0 by @scala-steward in #331
- Update log4j-over-slf4j, slf4j-api to 2.0.16 by @scala-steward in #332
- Update sbt-scoverage to 2.2.0 by @scala-steward in #335
- Update logback-classic, logback-core to 1.5.8 by @scala-steward in #336
- Update sbt to 1.10.1 by @scala-steward in #327
- Update scalafmt-core to 3.8.3 by @scala-steward in #329
- Update sbt to 1.10.2 by @scala-steward in #337
- Update logback-classic, logback-core to 1.5.9 by @scala-steward in #342
- Update sbt-coveralls to 1.3.14 by @scala-steward in #341
- Update sbt-scalafix to 0.13.0 by @scala-steward in #340
- Update sbt-scoverage to 2.2.2 by @scala-steward in #346
- Update sbt, scripted-plugin to 1.10.3 by @scala-steward in #345
- Update logback-classic, logback-core to 1.5.11 by @scala-steward in #344
- Update logback-classic, logback-core to 1.5.12 by @scala-steward in #347
- Update cats-effect to 3.5.5 by @scala-steward in #349
- Update sbt, scripted-plugin to 1.10.4 by @scala-steward in #348
- Update sbt, scripted-plugin to 1.10.5 by @scala-steward in #350
- Update pureconfig to 0.17.8 by @scala-steward in #352
- Update cats-effect to 3.5.6 by @scala-steward in #353
- Update cats-effect to 3.5.7 by @scala-steward in #354
- Update sbt, scripted-plugin to 1.10.6 by @scala-steward in #355
- Update logback-classic, logback-core to 1.5.13 by @scala-steward in #356
- Update logback-classic, logback-core to 1.5.15 by @scala-steward in #358
- Update sbt, scripted-plugin to 1.10.7 by @scala-steward in #359
- Update logback-classic, logback-core to 1.5.16 by @scala-steward in #360
- Update cats-helper to 3.11.3 by @scala-steward in #361
- Update sbt-scalafmt to 2.5.3 by @scala-steward in #362
- Update sbt-scalafix to 0.14.0 by @scala-steward in #365
- Update sbt-scoverage to 2.3.0 by @scala-steward in #364
- Update sbt-scalafmt to 2.5.4 by @scala-steward in #367
- Update scalafmt-core to 3.8.5 by @scala-steward in #368
- Update cats-core to 2.13.0 by @scala-steward in #373
- Update scalafmt-core to 3.8.6 by @scala-steward in #374
- Update sbt-coveralls to 1.3.15 by @scala-steward in #375
- Update scalafmt-core to 3.9.0 by @scala-steward in #376
- Update sbt-scalafix to 0.14.2 by @scala-steward in #377
- Update sbt-scoverage to 2.3.1 by @scala-steward in #378
- Update scalafmt-core to 3.9.1 by @scala-steward in #379
- Update log4j-over-slf4j, slf4j-api to 2.0.17 by @scala-steward in #381
- Update logback-classic, logback-core to 1.5.17 by @scala-steward in #380
- Update scalafmt-core to 3.9.2 by @scala-steward in #382
- Update sbt, scripted-plugin to 1.10.8 by @scala-steward in #383
- Update sbt, scripted-plugin to 1.10.10 by @scala-steward in #384
- Update scalafmt-core to 3.9.3 by @scala-steward in #385
- Update scalafmt-core to 3.9.4 by @scala-steward in #386
- Update sbt, scripted-plugin to 1.10.11 by @scala-steward in #391
- Update logback-classic, logback-core to 1.5.18 by @scala-steward in #392
- Update smetrics to 2.3.1 by @scala-steward in #399
- Update cats-helper to 3.12.0 by @scala-steward in #398
- Update scalafmt-core to 3.9.5 by @scala-steward in #401
- Update scalafmt-core to 3.9.6 by @scala-steward in #402
- Update sbt-scalafix to 0.14.3 by @scala-steward in #403
- Update sstream to 1.1.0 by @scala-steward in #396
Full Changelog: v4.1.9...v4.1.10
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
persistentsnapshot 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