Skip to content

Latest commit

 

History

History
74 lines (35 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

74 lines (35 loc) · 1.35 KB

Changelog

[0.9.12] - 2024-05-24

Added

  • tracing messages to log output
  • binary-only Docker image
  • enable deduplication in backup of directory (lxr_backup flag '-D')

Fix

  • fixing a bug in dependency ml-cpp-filesystem that prevented restoring files in subdirectories

[0.9.11] - 2024-05-13

Added

  • deduplication at file level, checked by comparing file checksums, and at level of single block, checked by comparing block's checksum, vs. meta data

[0.9.10] - 2024-04-30

Added

  • Breaking: fileinformation now contains new field fhash
  • all identifiers depend on myid

[0.9.9] - 2024-02-18

Fix

Simplified code base and updated documentation

[0.9.8] - 2024-02-04

Added

Processor for read and write requests towards a cache

[0.9.7] - 2024-02-03

Added

Key-value store: KeyListStore and FBlockListStore

[0.9.6] - 2024-01-29

Added

EnvironmentWritable and EnvironmentReadable

0.9.5 - 2024-01-14

Started the changelog with this version

Added

Fix

  • Breaking: Configuration.my_id is now a string so it allows for more readable identification. (b99d286)