Rclone 1.64.2 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade. (Note that rclone selfupdate
is broken in v1.64.0 or v1.64.1 these will need a manual update - sorry!)
This is a bug fix release.
It contains one very important fix to the b2 backend where data corruption could occur when uploading files bigger than 96MB with rclone mount
with --vfs-cache-mode off
- rclone mixed up the the first two 96 MiB chunks - see #7367 for more info. I apologize for this lapse in quality control - the integration tests have been updated to make sure it never happens again.
If you’re working in the industry and you feel your company could benefit from a support contract please get in touch at sales@rclone.com or if you’re interested in advertising with us then please drop us a message to sponsorship@rclone.com.
Please consider donating or sponsoring to keep the project sustainable.
v1.64.2 - 2023-10-19
- Bug Fixes
- selfupdate: Fix "invalid hashsum signature" error (Nick Craig-Wood)
- build: Fix docker build running out of space (Nick Craig-Wood)
v1.64.1 - 2023-10-17
- Bug Fixes
- cmd: Make
--progress
output logs in the same format as without (Nick Craig-Wood) - docs fixes (Dimitri Papadopoulos Orfanos, Herby Gillot, Manoj Ghosh, Nick Craig-Wood)
- lsjson: Make sure we set the global metadata flag too (Nick Craig-Wood)
- operations
- Ensure concurrency is no greater than the number of chunks (Pat Patterson)
- Fix OpenOptions ignored in copy if operation was a multiThreadCopy (Vitor Gomes)
- Fix error message on delete to have file name (Nick Craig-Wood)
- serve sftp: Return not supported error for not supported commands (Nick Craig-Wood)
- build: Upgrade The Go Programming Language to v0.17.0 to fix HTTP/2 rapid reset (Nick Craig-Wood)
- pacer: Fix b2 deadlock by defaulting max connections to unlimited (Nick Craig-Wood)
- cmd: Make
- Mount
- Fix automount not detecting drive is ready (Nick Craig-Wood)
- VFS
- Fix update dir modification time (Saleh Dindar)
- Azure Blob
- Fix "fatal error: concurrent map writes" (Nick Craig-Wood)
- B2
- Fix multipart upload: corrupted on transfer: sizes differ XXX vs 0 (Nick Craig-Wood)
- Fix locking window when getting mutipart upload URL (Nick Craig-Wood)
- Fix server side copies greater than 4GB (Nick Craig-Wood)
- Fix chunked streaming uploads (Nick Craig-Wood)
- Reduce default
--b2-upload-concurrency
to 4 to reduce memory usage (Nick Craig-Wood)
- Onedrive
- Fix the configurator to allow
/teams/ID
in the config (Nick Craig-Wood)
- Fix the configurator to allow
- Oracleobjectstorage
- Fix OpenOptions being ignored in uploadMultipart with chunkWriter (Nick Craig-Wood)
- S3
- Fix slice bounds out of range error when listing (Nick Craig-Wood)
- Fix OpenOptions being ignored in uploadMultipart with chunkWriter (Vitor Gomes)
- Storj
- Update storj.io/uplink to v1.12.0 (Kaloyan Raev)