File tree Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Expand file tree Collapse file tree 1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -13,27 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414 ⚠️ This change does not allow rolling updates. You have to update your system by stopping the whole cluster.
1515
16+ - Made internal APIs private
17+
18+ If you are only using the APIs using in the implementation guide, this change does not affect your application.
19+ Otherwise, some APIs may be unavailable.
20+ Please see [ PR #47 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/47 ) to check APIs that will no longer be available.
21+
1622### Added
1723- Java11 support
1824- Add new typed API based on Akka Typed [ PR #79 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/79 )
1925 - This API reduces runtime errors and increases productivity.
2026
21- ### Changed
27+ ### Deprecated
2228
2329- Untyped (classic) API has been deprecated [ PR #96 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/96 )
2430
2531 ⚠️ This API will be removed in the next major version release.
2632
27- ### Removed
28-
29- - Made internal APIs private
30-
31- ⚠️ If you are only using the APIs using in the implementation guide, this change does not affect your application.
32- Otherwise, some APIs may be unavailable.
33- Please see the following PR to check APIs that will no longer be available.
34-
35- https://github.com/lerna-stack/akka-entity-replication/pull/47
36-
3733## [ v1.0.0] - 2021-03-29
3834[ v1.0.0 ] : https://github.com/lerna-stack/akka-entity-replication/compare/v0.1.1...v1.0.0
3935
You can’t perform that action at this time.
0 commit comments