Skip to content

Releases: Llorx/persistency

v2.0.3

09 Jun 20:24

Choose a tag to compare

Bugfixes

  • Move testing library to dev dependency

v2.0.2

30 May 07:39

Choose a tag to compare

Bugfixes

  • Remove unused option

Documentation Changes

  • README update

v2.0.1

28 May 07:17

Choose a tag to compare

Performance Improvements

  • Reduce amount of writes when deleting entries

v2.0.0

28 May 05:24

Choose a tag to compare

New Features

  • : Reduce entries file size by using a single hash for entries and data

BREAKING CHANGES

  • due to ced79d: : Reduce entries file size by using a single hash for entries and data

: Reduce entries file size by using a single hash for entries and data

v1.0.2

27 May 07:02

Choose a tag to compare

Bugfixes

  • Delay applying when reclaimDelay is disabled because of clock synchronization

Chg

  • Rewording to clarify reclaim feature

v1.0.1

26 May 17:02

Choose a tag to compare

Bugfixes

  • Fill a big entries space when compacting
  • Should re-compact when purging entries but not data

v1.0.0

26 May 11:21

Choose a tag to compare

New Features

  • Allow empty keys and values

v0.0.11

26 May 11:21

Choose a tag to compare

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

18 May 16:57

Choose a tag to compare

Bugfixes

  • Revert to hashing the entire entry to avoid half-entry write collisions

v0.0.9

18 May 16:42

Choose a tag to compare

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