- field "localid" removed from structure "keyinformation"
- the utility "lxr_relfiles" now outputs file meta data in CSV format
- adapt Dockerfile
- tracing messages to log output
- binary-only Docker image
- enable deduplication in backup of directory (lxr_backup flag '-D')
- fixing a bug in dependency ml-cpp-filesystem that prevented restoring files in subdirectories
- deduplication at file level, checked by comparing file checksums, and at level of single block, checked by comparing block's checksum, vs. meta data
- Breaking: fileinformation now contains new field fhash
- all identifiers depend on myid
Simplified code base and updated documentation
Processor for read and write requests towards a cache
Key-value store: KeyListStore and FBlockListStore
EnvironmentWritable and EnvironmentReadable
0.9.5 - 2024-01-14
Started the changelog with this version
- CHANGELOG.md was added
- Breaking: Configuration.my_id is now a string so it allows for more readable identification. (b99d286)