Releases: xucito/consensus-core
Releases · xucito/consensus-core
Release list
v1.0.4
New Features
- Enable generic locking
- Implement lock timeouts
Breaking Changes
- Remove object locks to be replaced by generic string locks
Improvements
- Add shard data caching to improve write throughput
- Add command caching to improve commit speeds
v1.0.3.6-alpha
- Add in-memory cache for Write and Replication Operations
- Fix concurrency bugs
- Update Tests