Skip to content

Releases: DanEngelbrecht/golongtail

v0.3.3

20 May 15:54
d6a408e
Compare
Choose a tag to compare

Changes in this Release

  • CHANGED set block extension to ".lsb" for fsblockstore in remote stores
  • UPDATED Updated longtail to 0.3.3

Release v0.3.2

17 May 22:54
613df18
Compare
Choose a tag to compare

Changes in this Release

  • ADDED put commmand to complement get commmand
  • CHANGED --get-config-path option has been removed from upsync; use put instead.
  • CHANGED --get-config-path option for get renamed to --source-path
  • FIXED Automatic resolving of --target-path for downsync and get now resolves to a folder in the local directory
  • UPDATED Updated longtail to 0.3.2

Release v0.3.1

16 May 16:49
1bfda0b
Compare
Choose a tag to compare

Changes in this Release

  • ADDED --zstd_low and --zstd_high compression options
  • UPDATED Updated longtail to v0.3.1
  • UPDATED Updated README.md

Release v0.3.0

20 Apr 21:23
0dee82e
Compare
Choose a tag to compare

Changes in this Release

  • ADDED Added --cache-target-index option to downsync/unpack that automatically caches target folder state. Default on, turn off with --no-cache-target-index
  • ADDED Added --enable-file-mapping option to relevant commands to enable reading using memory mapped files. Default off.
  • UPDATED Updated longtail to v0.3.0

Release v0.2.8

11 Apr 13:44
f978afb
Compare
Choose a tag to compare

Changes in this Release

  • ADDED Added --cache-target-index option to downsync/unpack that automatically caches target folder state. Default on, turn off with --no-cache-target-index
  • UPDATED Updated longtail to v0.2.18

Release v0.2.7

25 Feb 10:20
937ca90
Compare
Choose a tag to compare

Changes in this Release

  • UPDATED Updated longtail to v0.2.16 - fixes handling of UNC paths
  • FIX Minor logging tweaks

Release v0.2.6

27 Jan 12:02
a47b60c
Compare
Choose a tag to compare

Changes in this Release

  • UPDATED Updated longtail to v0.2.14 - fixes handling of non-ascii file names on Windows

Release v0.2.5

30 Dec 23:06
c9983d9
Compare
Choose a tag to compare

Changes in this Release

  • UPDATED Updated longtail to v0.2.12 - fixes deadlock with folders containing more than 131072 files

Release v0.2.4

07 Dec 15:11
Compare
Choose a tag to compare

Changes in this Release

  • FIXED Infinite loop when trying to downsync from an S3 store without correct permissions
  • ADDED --scan-target option for downsync, get and unpack. Default is on, disable with --no-scan-target
  • UPDATED Updated longtail to v0.2.9

Release v0.2.3

04 Dec 01:07
7a5bab1
Compare
Choose a tag to compare

Changes in this Release

  • FIXED --target-path for pack command is now optional
  • FIXED --target-path for unpack command is now optional