Skip to content

Releases: cberner/redb

0.3.0

20 Jul 01:35
Compare
Choose a tag to compare
  • Fix a serious data corruption issue that caused many write operations to corrupt the database
  • Make redb region size configurable
  • Implement garbage collection of empty regions
  • Fixes and optimizations to make the file format more efficient

0.2.0

11 Jun 15:19
Compare
Choose a tag to compare
  • Add information log messages which can be enabled with the logging feature
  • Add support for [u8; N] type
  • Optimize storage of fixed width types. The value length is no longer stored, which reduces storage space by ~50% for u64,
    2x for u32, and also improves performance.

0.1.2

08 May 22:26
Compare
Choose a tag to compare
  • Change insert() to return an Option<V> with the previous value, instead of ()

0.1.1

24 Apr 18:27
Compare
Choose a tag to compare
  • Improved documentation

0.1.0

23 Apr 21:34
Compare
Choose a tag to compare
  • Initial beta release