v0.4.4-pre2
Pre-release
Pre-release
- 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