Skip to content

Commit 9a23d9e

Browse files
author
Taichi Yamakawa
committed
Revise CHANGELOG
1 parent 6dcfc25 commit 9a23d9e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)