v2.0.0
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.