Skip to content

Releases: AlCalzone/jsonl-db

Release v3.1.1

25 Jan 12:06
Compare
Choose a tag to compare
  • Reduced CPU load while idle (#475)

Release v3.1.0

15 Mar 21:14
Compare
Choose a tag to compare
  • Support opt-out of updating timestamps for individual set calls (#415)

Release v3.0.0

09 Mar 23:22
Compare
Choose a tag to compare
  • Support recording timestamps for each value (#413)
  • Drop support for Node.js 12 (#414)

Release v2.5.3

06 Sep 11:34
Compare
Choose a tag to compare
  • Consider lockfiles from the future to be stale (#371)

Release v2.5.2

02 May 13:57
Compare
Choose a tag to compare
  • Dependency updates

Release v2.5.1

13 Feb 13:57
Compare
Choose a tag to compare
  • Allow setting minimum retry timeout
  • Correct minimum value for the lockfile's stale timeout

Release v2.5.0

13 Feb 13:18
Compare
Choose a tag to compare
  • Add the ability to control the lockfile's stale/update timeouts and retrying acquiring a lock

Release v2.4.3

09 Feb 16:02
Compare
Choose a tag to compare
  • Errors while automatically compressing the DB are now caught

Release v2.4.2

09 Feb 15:37
Compare
Choose a tag to compare
  • Errors while automatically restoring the DB from a backup or dump are now caught
  • Simplified and decoupled the persistence code. Individual commands like dump and compress are now properly sequenced and should no longer conflict with each other.
  • Increased throughput for primitive entries by ~2x

Release v2.4.1

30 Dec 09:47
Compare
Choose a tag to compare
  • Individual writes are now collected in a string and written at once, increasing throughput for larger entries by ~10x.