Skip to content

Releases: renproject/kv

v1.1.2

07 Jan 01:17
eeaba48
Compare
Choose a tag to compare
  • Fix TTL pruning logic #15

v1.1.1

29 Nov 02:35
f8d0743
Compare
Choose a tag to compare
  • Fix an issue causing binary decoding to fail for variable-length byte slices #14

v1.1.0

26 Nov 22:25
61b8dc8
Compare
Choose a tag to compare

Note: This is a breaking change and any existing TTL tables will require a migration.

  • Fix an issue with TTL tables causing them to use the same prefix #13
  • Add a Close() function to the Iterator interface which should be called after iterating to release resources

v1.0.4

26 Sep 01:12
efa8beb
Compare
Choose a tag to compare
  • Binary codec now supports all types supported by binary.Write/binary.Read
  • Internal Pointer type has been removed from ttl

v1.0.3

23 Sep 04:44
5dc698c
Compare
Choose a tag to compare
  • Add support for binary codecs #11

v1.0.2

03 Sep 23:55
64e36dd
Compare
Choose a tag to compare
  • Fix duplicate declaration of error messages #10

v1.0.0

23 Aug 01:23
52b2bc7
Compare
Choose a tag to compare
  • Support for LevelDB and BadgerDB
  • Support for JSON and gob encoding
  • Tables for partitioning data
  • TTL tables that automatically prune old data
  • LRU caches