Skip to content

Xline Release v0.3.0

Compare
Choose a tag to compare
@Phoenix500526 Phoenix500526 released this 19 Mar 04:11
· 1114 commits to master since this release

Features:

  • Implement a persistent storage layer to enable durability, including:
    • Implement a storage engine layer to abstract the concrete storage engine, like rocksdb,
      and enable upper layer storage function (#185, #187)
    • Enable recover logic for curp and xline (#194, #184)

Fix Bugs:

  • Fix concurrent cmd order bug (#197)