Rclone 1.69.1 release

Rclone 1.69.1 has been released. Find it in the rclone downloads or use rclone selfupdate to upgrade.

This is a bug fix release.

Most important bug fixes:

  • On making a new config, fix redirect URL mismatch errors for quite a few backends
    • box
    • drive
    • googlecloudstorage
    • googlephotos
    • hidrive
    • pikpak
    • premiumizeme
    • sharefile
    • yandex
  • bisync: Fix listings missing concurrent modifications
  • b2: Fix "fatal error: concurrent map writes" crash

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 and a big thank you to our existing sponsors.

v1.69.1 - 2025-02-14

See commits

  • Bug Fixes
    • lib/oauthutil: Fix redirect URL mismatch errors (Nick Craig-Wood)
    • bisync: Fix listings missing concurrent modifications (nielash)
    • serve s3: Fix list objects encoding-type (Nick Craig-Wood)
    • fs: Fix confusing "didn't find section in config file" error (Nick Craig-Wood)
    • doc fixes (Christoph Berger, Dimitri Papadopoulos, Matt Ickstadt, Nick Craig-Wood, Tim White, Zachary Vorhies)
    • build: Added parallel docker builds and caching for go build in the container (Anagh Kumar Baranwal)
  • VFS
    • Fix the cache failing to upload symlinks when --links was specified (Nick Craig-Wood)
    • Fix race detected by race detector (Nick Craig-Wood)
    • Close the change notify channel on Shutdown (izouxv)
  • B2
    • Fix "fatal error: concurrent map writes" (Nick Craig-Wood)
  • Iclouddrive
    • Add notes on ADP and Missing PCS cookies (Nick Craig-Wood)
  • Onedrive
    • Mark German (de) region as deprecated (Nick Craig-Wood)
  • S3
    • Added new storage class to magalu provider (Bruno Fernandes)
    • Add DigitalOcean regions SFO2, LON1, TOR1, BLR1 (jkpe)
    • Add latest Linode Object Storage endpoints (jbagwell-akamai)
7 Likes

First time trying the selfupdate command, used with --dry-run to see what it would do, and got quite a surprise:

# rclone selfupdate --dry-run
2025/03/21 10:23:14 NOTICE: Successfully updated rclone from version v1.68.2 to version v1.69.1

# rclone --version
rclone v1.69.1
- os/version: debian 12.7 (64 bit)
- os/kernel: 6.12.12+bpo-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: none

So it looks like rclone selfupdate ignored the --dry-run and updated my machine just the same, without even a warning or a prompt for confirmation.

Is this as intended?

I’d imagine so. The flag check on the docs for it just checks if that was your goal.

1 Like

I'm sorry but I do not follow you. My intent (and expectation) with the --dry-run flag (not sure what you mean by "flag check on the docs") was for it to show what it was going to do, but not to do it. Instead it showed me nothing (albeit that could be because I did not specify -v) and did it instead.

You can run check with self update to see if there is an update.

I don’t think dry run extends to every command.

hello,

is there a plan to release 1.69.1 for the docker volume plugin?

I see the latest is still 1.69.0

https://hub.docker.com/r/rclone/docker-volume-rclone/tags

thanks

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.