Releases: AlCalzone/jsonl-db
Releases · AlCalzone/jsonl-db
Release v3.1.1
- Reduced CPU load while idle (#475)
Release v3.1.0
- Support opt-out of updating timestamps for individual set calls (#415)
Release v3.0.0
Release v2.5.3
- Consider lockfiles from the future to be stale (#371)
Release v2.5.2
- Dependency updates
Release v2.5.1
- Allow setting minimum retry timeout
- Correct minimum value for the lockfile's stale timeout
Release v2.5.0
- Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock
Release v2.4.3
- Errors while automatically compressing the DB are now caught
Release v2.4.2
- Errors while automatically restoring the DB from a backup or dump are now caught
- Simplified and decoupled the persistence code. Individual commands like
dump
andcompress
are now properly sequenced and should no longer conflict with each other. - Increased throughput for primitive entries by ~2x
Release v2.4.1
- Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.