Skip to content

v2.0.0

Compare
Choose a tag to compare
@xirc xirc released this 16 Jul 04:56
· 656 commits to master since this release
43aa6cd

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.