Recent Releases

1.69.016 Feb 2025 15:42 major feature: * New backends * ICloud Drive (https://rclone.org/iclouddrive/) (lostb1t) * Cloudinary (https://rclone.org/cloudinary/) (yuval-cloudinary) * New S3 providers: * Outscale (https://rclone.org/s3/#outscale) (Matthias Gatto) * Selectel (https://rclone.org/s3/#selectel) (Nick Craig-Wood) * Security fixes * serve sftp: Resolve CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass (dependabot) * Rclone was **not** vulnerable to this. * See https://github.com/advisories/GHSA-v778-237x-gjrc * build: Update golang.org/x/net to v0.33.0 to fix CVE-2024-45338 - Non-linear parsing of case-insensitive content (Nick Craig-Wood) * Rclone was **not** vulnerable to this. * See https://github.com/advisories/GHSA-w32m-9786-jp63 * New Features * accounting: Write the current bwlimit to the log on SIGUSR2 (Nick Craig-Wood) * bisync: Change exit code from 2 to 7 for critically aborted run (albertony) * build * Update all dependencies (Nick Craig-Wood) * Replace Windows-specific `NewLazyDLL` with `NewLazySystemDLL` (albertony) * cmd: Change exit code from 1 to 2 for syntax and usage errors (albertony) * docker serve: make sure all mount and VFS options are parsed (Nick Craig-Wood) * doc fixes (albertony, Alexandre Hamez, Anthony Metzidis, buengese, Dan McArdle, David Seifert, Francesco Frassinelli, Michael R. Davis, Nick Craig-Wood, Pawel Palucha, Randy Bush, remygrandin, Sam Harrison, shenpengfeng, tgfisher, Thomas ten Cate, ToM, Tony Metzidis, vintagefuture, Yxxx) * fs: Make `--links` flag global and add new `--local-links` and `--vfs-links` flags (Nick Craig-Wood) * http servers: Disable automatic authentication skipping for unix sockets in http servers (Moises Lima) * This was making it impossible to use unix sockets with an proxy * This might now cause rclone to need authenticaton where it didn't before * oauthutil: a