Skip to content

0.2.0

Compare
Choose a tag to compare
@tabokie tabokie released this 02 Jun 02:33
· 7 commits to 0.2.x since this release
e15b9ec

What's Changed

Bug Fixes

  • Fix a false negative case of LogBatch::is_empty() #212
  • Fix fsync ordering when rotating log file #219

New Features

  • Support limiting the memory usage of Raft Engine under new feature swap #211
  • Add a new Prometheus counter raft_engine_memory_usage to track memory usage #207

Improvements

  • Reduce memory usage by 25% #206

Public API Changes

  • Introduce a new error type Full #206
  • LogBatch::merge returns a Result<()> instead of () #206

Full Changelog: 0.1.0...0.2.0