Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Releases: SwissBorg/lithium

v0.11.2

23 Apr 19:41
a9f3b9b
Compare
Choose a tag to compare

This version can be used in parallel with v0.11.1.

Improvements

  • Remove unused cluster-state subscription #99

Dependency updates

  • sbt-ci v1.5.3
  • sbt-scalafix v0.9.15
  • cats-effect v2.1.3
  • sbt v1.3.10
  • sbt-scalafmt v2.3.4

v0.11.1

04 Apr 20:24
167c608
Compare
Choose a tag to compare
  • Fix issue where the first node in the cluster would not be seen as reachable again after being indirectly-connected

  • Ignore the observations made by downed nodes

  • use systemActorOf rather than actorOf (0lejk4)

  • Upgrade SBT to v1.3.9

v0.11.0

17 Mar 15:29
2d2827f
Compare
Choose a tag to compare
  • Fix issue where the cluster was downed during a rolling update
  • Improve handling membership changes during partitions (keep-majority and keep-oldest)
  • Only let the cluster leader down other nodes
  • Better log messages and more appropriate log levels
  • Small documentation improvements
  • Removed all unnecessary dependencies