File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88[ Unreleased ] : https://github.com/lerna-stack/akka-entity-replication/compare/v2.1.0...master
99
10+ ### Added
11+ - Add diagnostic logs
12+ [ PR #164 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/164 ) ,
13+ [ PR #177 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/177 )
14+ - Add function extracting shard id from entity id to lerna.akka.entityreplication.typed.ClusterReplication
15+ [ PR #172 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/172 )
16+
1017### Changed
1118- Enhance leader's replication response handling [ PR #160 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/160 )
1219- Change event sourcing log level to debug
1320 [ PR #163 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/163 )
14- - Add diagnostic logging to CommitLogStoreActor
15- [ PR #164 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/164 )
16- - Add function extracting shard id from entity id to lerna.akka.entityreplication.typed.ClusterReplication
17- [ PR #172 ] ( https://github.com/lerna-stack/akka-entity-replication/pull/172 )
1821
1922### Fixed
2023- RaftActor might delete committed entries
You can’t perform that action at this time.
0 commit comments