Releases: DanEngelbrecht/golongtail
Releases · DanEngelbrecht/golongtail
v0.4.4
- FIXED fix(s3): use HeadObject for checking if blob exists bergemalm
- 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
- UPDATED Update to golang 1.23.3
- UPDATED Updated all golang dependencies
- UPDATED Update longtaillib to v0.4.3
- FIXED Fixed file corruption on Linux when using
--use-legacy-write
option. chris-believer - FIXED Fixed large file corruption. timsjostrand
- UPDATED Update of ZStd: 1.5.6 https://github.com/facebook/zstd/releases/tag/v1.5.6
- UPDATED Update of LZ4: 1.10.0 https://github.com/lz4/lz4/releases/tag/v1.10.0
- UPDATED Update of Blake3: 1.5.4 https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4
- FIXED Fixed file corruption on Linux when using
v0.4.4-pre2
- FIXED fix(s3): use HeadObject for checking if blob exists bergemalm
- 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
- UPDATED Update to golang 1.23.3
- UPDATED Updated all golang dependencies
- UPDATED Update longtaillib to v0.4.3
- FIXED Fixed file corruption on Linux when using
--use-legacy-write
option. chris-believer - FIXED Fixed large file corruption. timsjostrand
- UPDATED Update of ZStd: 1.5.6 https://github.com/facebook/zstd/releases/tag/v1.5.6
- UPDATED Update of LZ4: 1.10.0 https://github.com/lz4/lz4/releases/tag/v1.10.0
- UPDATED Update of Blake3: 1.5.4 https://github.com/BLAKE3-team/BLAKE3/releases/tag/1.5.4
- FIXED Fixed file corruption on Linux when using
v0.4.4-pre1
- 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
- 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
- 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
- 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
v0.4.1
- 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 toLongtail_ChangeVersion
where applicable - CHANGED Drop use of LRU block store
v0.4.1-pre1
- 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 toLongtail_ChangeVersion
where applicable - CHANGED Drop use of LRU block store
v0.4.0
- 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
andlongtail-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