Skip to content

FlashDB Release 2.0.0

Compare
Choose a tag to compare
@armink armink released this 28 May 11:41
· 54 commits to master since this release
  • add TSDB reverse iterator by @MikeTuev
  • add partial GC function to reduce GC time for KVDB.
  • add KVDB db size scale up feature
  • add esp32 spi flash demo by @kaans
  • add stm32l4 onchip FAL flash driver by @Spider84
  • add support for flash with 0 after erasure, like TC397 onchip flash by @eternal-echo
  • improve the TSDB testcases by @TangZhenYe
  • improve the KVDB testcases
  • improve the CI auto test
  • improve the sector iterator function, from oldest to latest by @shihang-zhang
  • fix write fail as re-program flag at same addres for KVDB @weiguang-fan
  • fix other bugs