Releases: guycipher/k4
Releases · guycipher/k4
K4 v1.6.3
K4 v1.6.2
K4 v1.6.2 BREAKING PATCH
- we should keep track of merged sstables and what sstables are being added and do the shifting around of whats been removed and what has to be added after multi-routine compaction this will prevent index panics as in prior version.
K4 v1.6.1
K4 v1.6.0
K4 v1.5.2
K4 v1.5.1
K4 v1.5.0b
K4 v1.5.0b BREAKING MINOR
- Skiplist corrections regarding setting expired nodes with tombstone value.
- Skiplist Copy() function corrections, skip tombstoned keys.
- Background compaction and flushing operations with graceful shutdowns
- Bloomfilter test additions
K4 v1.4.2
K4 v1.4.1
K4 v1.4.0
K4 v1.4.0 BREAKING MINOR
- Optional compression implementation. The algorithm is inspired by good 'ol LZ77. It is designed to be simple and fairly optimized.
-- COMPRESSION_WINDOW_SIZE constant
-- Updated SSTable, and WAL logic to compress and decompress where need be, specifically before serialization and after deserialization.