-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: rclone/rclone
base: v1.65.1
head repository: rclone/rclone
compare: v1.65.2
- 15 commits
- 29 files changed
- 6 contributors
Commits on Jan 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6276c71 - Browse repository at this point
Copy the full SHA 6276c71View commit details
Commits on Jan 24, 2024
-
build(deps): bump github.com/cloudflare/circl from 1.3.6 to 1.3.7
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.6 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](cloudflare/circl@v1.3.6...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 19274ed - Browse repository at this point
Copy the full SHA 19274edView commit details -
vfs: fix stale data when using --vfs-cache-mode full
Before this change the VFS cache could get into a state where when an object was updated remotely, the fingerprint of the item was correct for the new object but the data in the VFS cache was for the old object. This fixes the problem by updating the fingerprint of the item at the point we remove the stale data. The empty cache item now represents the new item even though it has no data in. This stops the fallback code for an empty fingerprint running (used when we are writing items to the cache instead of reading them) which was causing the problem. Fixes #6053 See: https://forum.rclone.org/t/cached-webdav-mount-fingerprints-get-nuked-on-ls/43974/
Configuration menu - View commit details
-
Copy full SHA for 07bf3a4 - Browse repository at this point
Copy the full SHA 07bf3a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824d010 - Browse repository at this point
Copy the full SHA 824d010View commit details -
Configuration menu - View commit details
-
Copy full SHA for c394786 - Browse repository at this point
Copy the full SHA c394786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3bd74 - Browse repository at this point
Copy the full SHA 8b3bd74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 964753b - Browse repository at this point
Copy the full SHA 964753bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 322d683 - Browse repository at this point
Copy the full SHA 322d683View commit details -
docs: add rclone OS requirements
Adds rclone OS requirements list and latest rclone versions known to be working with specific historical OS versions. Discussed on the forum: https://forum.rclone.org/t/rclone-1-65-1-runtime-exception-error-crash-immediately-after-running-the-command/44051 Fixes: #7571
Configuration menu - View commit details
-
Copy full SHA for a7cb8b7 - Browse repository at this point
Copy the full SHA a7cb8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for be10deb - Browse repository at this point
Copy the full SHA be10debView commit details -
build(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a4c7b3d - Browse repository at this point
Copy the full SHA a4c7b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e18bd - Browse repository at this point
Copy the full SHA 95e18bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e60a06 - Browse repository at this point
Copy the full SHA 9e60a06View commit details -
azureblob: fix data corruption bug #7590
It was reported that rclone copy occasionally uploaded corrupted data to azure blob. This turned out to be a race condition updating the block count which caused blocks to be duplicated. This bug was introduced in this commit in v1.64.0 and will be fixed in v1.65.2 0427177 azureblob: implement OpenChunkWriter and multi-thread uploads #7056 This race only seems to happen if `--checksum` is used but can happen otherwise. Unfortunately Azure blob does not check the MD5 that we send them so despite sending incorrect data this corruption is not detected. The corruption is detected when rclone tries to download the file, so attempting to copy the files back to local disk will result in errors such as: ERROR : file.pokosuf5.partial: corrupted on transfer: md5 hash differ "XXX" vs "YYY" This adds a check to test the blocklist we upload is as we expected which would have caught the problem had it been in place earlier.
Configuration menu - View commit details
-
Copy full SHA for 98e81a6 - Browse repository at this point
Copy the full SHA 98e81a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcaa6c - Browse repository at this point
Copy the full SHA ffcaa6cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.65.1...v1.65.2