Skip to content

FlashDB Release 2.2.0

Latest

Choose a tag to compare

@armink armink released this 23 Mar 11:06
· 1 commit to master since this release
65a8764

What's Changed

  • TSDB: Added FDB_TSDB_FIXED_BLOB_SIZE compile-time option to reduce flash usage in fixed-size blob scenarios. by @EzraZigenbine in #387
  • TSDB: add TSDB support for high granularity Flash operations by @Oliver0927i in #398
  • KVDB: Support 256bit write granularity for kvdb by @Baseline-K in #396
  • CI: add matrix test for FDB_WRITE_GRAN=[1,8,32,64,128, 256] by @armink in #399
  • Fixed a bug with reversed arguments to the fwrite and fread functions for libc file mode. by @MGlolenstine in #333
  • Rename "fdb_cfg.h" to "fdb_cfg_template.h" by @Linjieqiang in #338
  • Change an ordinary lock to a recursive lock by @RiceChen0 in #339
  • Fixed an issue where writing to flash was still called even when the down alignment was 0 in align_write by @illustriousness in #370
  • docs: fix return value of fdb_kv_get_blob by @leandrolanzieri in #377

New Contributors

Full Changelog: 2.1.1...2.2.0