Skip to content

Latest commit

 

History

History
156 lines (90 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

156 lines (90 loc) · 10.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.6 (2021-08-11)

Features

0.4.5 (2021-08-10)

Bug Fixes

0.4.4 (2021-08-10)

Features

  • parse simple JSON strings in PUT route (#94) (8fb6ba4)

Bug Fixes

0.4.3 (2021-08-08)

Bug Fixes

  • close and reopen commitlog device in one shot (21d5ab0)
  • improve commitlog write speed (#90) (7f681bf)
  • put memtable resizing behind genserver (#93) (0d6ecd1)

0.4.2 (2021-08-07)

Features

0.4.1 (2021-08-07)

Features

  • write and verify checksum in commit.log (#87) (bc0d7e3)

Bug Fixes

  • discard malformed entries in commit.log (#86) (f95e790)

0.4.0 (2021-08-06)

⚠ BREAKING CHANGES

  • compress SSTables (#81)

Features

0.3.0 (2021-08-04)

⚠ BREAKING CHANGES

  • use sparse index on SSTables (#74)

Features

  • keep sparse SSTable indices in memory (#76) (212f506)
  • use sparse index on SSTables (#74) (5c17d7d)

Bug Fixes

  • gag stdout when compaction is no-op (1e994aa)

0.2.0 (2021-08-03)

⚠ BREAKING CHANGES

  • binary SSTable format (#68)

Features

Bug Fixes

  • tombstone binary rep, write commit log on del (#70) (c9ceb68)

0.1.1 (2021-08-01)

Features

0.1.0 (2021-08-01)

Features

Bug Fixes