Skip to content

Releases: lerna-stack/akka-entity-replication

v2.3.1

14 Dec 05:40
20b3ae1
Compare
Choose a tag to compare

See CHANGELOG for details.

v2.3.0

19 Jun 08:00
6f09dda
Compare
Choose a tag to compare

See CHANGELOG for details.

v2.2.0

26 Dec 05:27
1afe799
Compare
Choose a tag to compare

See CHANGELOG for details.

v2.1.0

24 Mar 07:30
abe3af9
Compare
Choose a tag to compare

See CHANGELOG for details.

v2.0.0

16 Jul 04:56
43aa6cd
Compare
Choose a tag to compare

Comparing v1.0.0...v2.0.0 · lerna-stack/akka-entity-replication

Breaking Change

  • Change the shard-distribution-strategy to distribute shard (RaftActor) more evenly PR#82

    ⚠️ This change does not allow rolling updates. You have to update your system by stopping the whole cluster.

  • Made internal APIs private

    If you are only using the APIs using in the implementation guide, this change does not affect your application.
    Otherwise, some APIs may be unavailable.
    Please see PR#47 to check APIs that will no longer be available.

Added

  • Java11 support
  • Add new typed API based on Akka Typed PR#79
    • This API reduces runtime errors and increases productivity.

Deprecated

  • Untyped (classic) API has been deprecated PR#96

    ⚠️ This API will be removed in the next major version release.