Releases: Llorx/persistency
Releases · Llorx/persistency
v2.0.3
v2.0.2
Bugfixes
- Remove unused option
Documentation Changes
- README update
v2.0.1
Performance Improvements
- Reduce amount of writes when deleting entries
v2.0.0
v1.0.2
Bugfixes
- Delay applying when reclaimDelay is disabled because of clock synchronization
Chg
- Rewording to clarify reclaim feature
v1.0.1
Bugfixes
- Fill a big entries space when compacting
- Should re-compact when purging entries but not data
v1.0.0
New Features
- Allow empty keys and values
v0.0.11
New Features
- Contextualize access to filesystem
- Able to resize a block
- Automatic file compaction when data is deleted
- Add compaction system on load, set, delete or any action
- Add automatic compaction of data
Bugfixes
- Add default filesystem access to the context
- Compact: Point moved block to new data location
Tests
- Allow to test different platforms when opening files
- Add utils tests
Chg
- Add optional Persistency context parameters
v0.0.10
Bugfixes
- Revert to hashing the entire entry to avoid half-entry write collisions
v0.0.9
New Features
- Add memory blocks as memory management to keep track of allocated blocks
Chg
- Do not include the data hash in the entry hash to reduce overhead