Releases: dmart28/reveno
Releases · dmart28/reveno
v.1.23
- Critical fix of TransactionsPipe.sync() method, which might cause broken state of events journals after the restart.
- Immutable model View mapping performance improvement by ~18.6-21.5%, which is significant.
v.1.22
Changes:
- Not count entities accessed from command handler as dirty - reduce possible unnecessary view mapping.
- Support snapshotting every N milliseconds.
v.1.21
- Fixed serious omission where custom Repository Snapshotters hadn't worked without default one based on file system working. It also didn't respect other snapshotters without default one's data on replay. Now everything is fully independent.
- Some minor Javadoc improvements and bug fixes.
v.1.20
Decent snapshotting improvements - consumes less memory, performs faster. Minor fixes.
v.1.19
Bug fixes + Entity ID Generator improvements - up to 5-6x less transaction size.
v.1.18
Critical bug fix for File System manager.
v.1.17
WriteableRepository improvements + Javadoc
v1.16
Much work on improving garbage production of the engine thus minimising GC allocations and hence an amount of STW pauses.
v1.15
Catching up last improvements and fixes from last release. Nothing epic.