Skip to content

Releases: DanEngelbrecht/golongtail

v0.4.4-pre1

08 Jul 10:45
Compare
Choose a tag to compare
v0.4.4-pre1 Pre-release
Pre-release
  • ADDED New option to control the number of worker thread in remote stores to avoid overflowing the network connection.
    -- --remote-worker-count Set number of workers created for the remote store, defaults to match number of logical CPUs with upper limit of 8 for networked remote stores
  • FIXED Don't update store index if we failed to upload blocks

v0.4.4-pre0

08 Jul 08:59
Compare
Choose a tag to compare
v0.4.4-pre0 Pre-release
Pre-release
  • ADDED New option to control the number of worker thread in remote stores to avoid overflowing the network connection.
    -- --remote-worker-count Set number of workers created for the remote store, defaults to match number of logical CPUs with upper limit of 8 for networked remote stores

v0.4.3

05 May 21:58
6f73b2b
Compare
Choose a tag to compare
  • CHANGED For multi-source downsync/get the separator for paths is changed to | to avoid problems with path that contains spaces
  • CHANGED Made multi-path options separate from single-path
    -- --source-path vs --source-paths
    -- --version-local-store-index-path vs --version-local-store-index-paths
  • FIXED Network paths with spaces in them don't work - #252
  • UPDATED Updated all golang dependencies

v0.4.3-pre0

11 Apr 20:24
Compare
Choose a tag to compare
v0.4.3-pre0 Pre-release
Pre-release
  • CHANGED For multi-source downsync/get the separator for paths is changed to | to avoid problems with path that contains spaces
  • FIXED Network paths with spaces in them don't work - #252

v0.4.2

10 Mar 10:39
f8a9c55
Compare
Choose a tag to compare
  • FIXED Networks share paths that starts with \ no longer need to be manually escaped (fixes #249)
  • UPDATED Update longtaillib to v0.4.2

v0.4.1

03 Jan 17:39
Compare
Choose a tag to compare
  • UPDATED Update to golang 1.21
  • UPDATED Update longtaillib to v0.4.1
  • UPDATED Updated all golang dependencies
  • ADDED Switch to using Longtail_ChangeVersion2
  • ADDED Add --use-legacy-write option to switch back to Longtail_ChangeVersion where applicable
  • CHANGED Drop use of LRU block store

v0.4.1-pre1

03 Jan 17:23
Compare
Choose a tag to compare
v0.4.1-pre1 Pre-release
Pre-release
  • UPDATED Update to golang 1.21
  • UPDATED Update longtaillib to v0.4.1
  • UPDATED Updated all golang dependencies
  • ADDED Switch to using Longtail_ChangeVersion2
  • ADDED Add --use-legacy-write option to switch back to Longtail_ChangeVersion where applicable
  • CHANGED Drop use of LRU block store

v0.4.0

08 Sep 14:17
6076be7
Compare
Choose a tag to compare
  • NEW added builds for Arm64 flavours
    • meow hash option is not supported on Arm64 and will fail with a ”not supported” error if selected
    • blake2 hash option is not supported on Arm64 and will fail with a ”not supported” error if selected
    • macos-arm64.zip and longtail-macos-arm64 artifacts are produced when creating a release
  • UPDATED Updated to longtail 0.4.0
  • UPDATED Updated all golang dependencies
  • UPDATED Updated Github Actions Linux runners to 20.04

v0.4.0-pre8

08 Sep 14:07
6076be7
Compare
Choose a tag to compare
v0.4.0-pre8 Pre-release
Pre-release
  • NEW added builds for Arm64 flavours
    • meow hash option is not supported on Arm64 and will return 0 if called
    • blake2 hash option is not supported on Arm64 and will return 0 if called
    • macos-arm64.zip and longtail-macos-arm64 artifacts are produced when creating a release
  • UPDATED Updated to longtail 0.4.0
  • UPDATED Updated all golang dependencies
  • UPDATED Updated Github Actions Linux runners to 20.04

v0.4.0-pre7

07 Sep 21:41
Compare
Choose a tag to compare
v0.4.0-pre7 Pre-release
Pre-release
  • UPDATED Updated all golang dependencies
  • UPDATED Updated Github Actions Linux runners to 20.04