diff --git a/MANUAL.html b/MANUAL.html
index f028d7ddc..42d7f17ed 100644
--- a/MANUAL.html
+++ b/MANUAL.html
@@ -233,7 +233,7 @@
NAME
rclone - manage files on cloud storage
@@ -4568,9 +4568,9 @@ SquareBracket
rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=echo"
// Output: stories/The Quick Brown Fox!.txt
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
-// Output: stories/The Quick Brown Fox!-20260408
+// Output: stories/The Quick Brown Fox!-20260419
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
-// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
+// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,regex=[\\.\\w]/ab"
// Output: ababababababab/ababab ababababab ababababab ababab!abababab
The regex command generally accepts Perl-style regular expressions,
@@ -19605,6 +19605,7 @@ the remote
This command does not have a command line equivalent so use this
instead:
rclone rc --loopback operations/fsinfo fs=remote:
+Authentication is required for this call.
operations/hashsum: Produces a hashsum file
for all the objects in the path.
Produces a hash file for all the objects in the path using the hash
@@ -19913,6 +19914,7 @@ rclone rc options/set --json '{"main": {"LogLevel": 8}}&
rclone rc options/set --json '{"main": {"LogLevel": "INFO"}}'
And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
+Authentication is required for this call.
pluginsctl/addPlugin: Add a plugin using
url
Used for adding a plugin to the webgui.
@@ -21527,7 +21529,7 @@ split into groups.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
- --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
Flags helpful for increasing performance.
--buffer-size SizeSuffix In memory buffer size when reading files for each --transfer (default 16Mi)
@@ -24236,7 +24238,12 @@ investigation:
TestBisyncRemoteRemote/normalization
-Updated: 2026-04-07-010015
+TestSeafileV6 (seafile)
+
+Updated: 2026-04-19-010011
The following backends either have not been tested recently or have
@@ -35191,6 +35198,15 @@ Name Type
==== ====
cos s3
+Tencent COS Global
+Acceleration Endpoint
+When using the Global Acceleration Endpoint
+(cos.accelerate.myqcloud.com), rclone automatically sets
+no_check_bucket = true because this acceleration endpoint
+does not support the CreateBucket call which is used for
+ensuring a bucket's existence by rclone. Global Acceleration is a
+per-bucket feature, so you should first create the bucket in one
+physical region, then enable it in the Tencent Cloud console.
Wasabi
Wasabi is a cloud-based object
storage service for a broad range of applications and use cases. Wasabi
@@ -62746,6 +62762,46 @@ the output.
Changelog
+v1.73.5 - 2026-04-19
+See
+commits
+
+- Bug Fixes
+
+- operations: Add AuthRequired to operations/fsinfo to prevent backend
+creation CVE-2026-41179 (Nick Craig-Wood)
+- rc
+
+- Add AuthRequired to options/set to prevent auth bypass
+CVE-2026-41176 (Nick Craig-Wood)
+- Snapshot NoAuth at startup to prevent runtime auth bypass
+CVE-2026-41176 (Nick Craig-Wood)
+
+- filter: Fix debug logs that fire before logger is configured (Nick
+Craig-Wood)
+
+- Azureblob
+
+- Add Microsoft Partner Network User-Agent prefix (Nick
+Craig-Wood)
+
+- Drime
+
+- Fix User.EntryPermissions JSON unmarshalling (a1pcm)
+
+- Iclouddrive
+
+- Fix 'directory not found' error when the directory contains accent
+marks (Brais Couce)
+
+- S3
+
+- Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
+- Fix empty delimiter parameter rejected by Archiware P5 server (Nick
+Craig-Wood)
+
+
v1.73.4 - 2026-04-08
See
diff --git a/MANUAL.md b/MANUAL.md
index e286387b1..fa11013a6 100644
--- a/MANUAL.md
+++ b/MANUAL.md
@@ -1,6 +1,6 @@
% rclone(1) User Manual
% Nick Craig-Wood
-% Apr 08, 2026
+% Apr 19, 2026
# NAME
@@ -5408,12 +5408,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
-// Output: stories/The Quick Brown Fox!-20260408
+// Output: stories/The Quick Brown Fox!-20260419
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
-// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
+// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
```
```console
@@ -23086,6 +23086,8 @@ This command does not have a command line equivalent so use this instead:
rclone rc --loopback operations/fsinfo fs=remote:
+**Authentication is required for this call.**
+
### operations/hashsum: Produces a hashsum file for all the objects in the path. {#operations-hashsum}
Produces a hash file for all the objects in the path using the hash
@@ -23407,6 +23409,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
+**Authentication is required for this call.**
+
### pluginsctl/addPlugin: Add a plugin using url {#pluginsctl-addPlugin}
Used for adding a plugin to the webgui.
@@ -24813,7 +24817,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
- --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
```
@@ -27567,7 +27571,9 @@ The following backends have known issues that need more investigation:
- `TestDropbox` (`dropbox`)
- [`TestBisyncRemoteRemote/normalization`](https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt)
-- Updated: 2026-04-07-010015
+- `TestSeafileV6` (`seafile`)
+ - [`TestBisyncLocalRemote/rmdirs`](https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt)
+- Updated: 2026-04-19-010011
The following backends either have not been tested recently or have known issues
@@ -38019,6 +38025,15 @@ To configure access to Tencent COS, follow the steps below:
cos s3
```
+#### Tencent COS Global Acceleration Endpoint
+
+When using the Global Acceleration Endpoint (`cos.accelerate.myqcloud.com`),
+rclone automatically sets `no_check_bucket = true` because this acceleration
+endpoint does not support the `CreateBucket` call which is used for ensuring
+a bucket's existence by rclone. Global Acceleration is a per-bucket feature,
+so you should first create the bucket in one physical region, then enable it
+in the Tencent Cloud console.
+
### Wasabi
[Wasabi](https://wasabi.com) is a cloud-based object storage service for a
@@ -68136,6 +68151,26 @@ Options:
# Changelog
+## v1.73.5 - 2026-04-19
+
+[See commits](https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5)
+
+- Bug Fixes
+ - operations: Add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179 (Nick Craig-Wood)
+ - rc
+ - Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176 (Nick Craig-Wood)
+ - Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176 (Nick Craig-Wood)
+ - filter: Fix debug logs that fire before logger is configured (Nick Craig-Wood)
+- Azureblob
+ - Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
+- Drime
+ - Fix User.EntryPermissions JSON unmarshalling (a1pcm)
+- Iclouddrive
+ - Fix 'directory not found' error when the directory contains accent marks (Brais Couce)
+- S3
+ - Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
+ - Fix empty delimiter parameter rejected by Archiware P5 server (Nick Craig-Wood)
+
## v1.73.4 - 2026-04-08
[See commits](https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4)
diff --git a/MANUAL.txt b/MANUAL.txt
index 46b7c52d0..ca47367d2 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -1,6 +1,6 @@
rclone(1) User Manual
Nick Craig-Wood
-Apr 08, 2026
+Apr 19, 2026
NAME
@@ -4625,10 +4625,10 @@ Examples:
// Output: stories/The Quick Brown Fox!.txt
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
- // Output: stories/The Quick Brown Fox!-20260408
+ // Output: stories/The Quick Brown Fox!-20260419
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
- // Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
+ // Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,regex=[\\.\\w]/ab"
// Output: ababababababab/ababab ababababab ababababab ababab!abababab
@@ -21256,6 +21256,8 @@ instead:
rclone rc --loopback operations/fsinfo fs=remote:
+Authentication is required for this call.
+
operations/hashsum: Produces a hashsum file for all the objects in the path.
Produces a hash file for all the objects in the path using the hash
@@ -21584,6 +21586,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
+Authentication is required for this call.
+
pluginsctl/addPlugin: Add a plugin using url
Used for adding a plugin to the webgui.
@@ -22997,7 +23001,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
- --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
Performance
@@ -25663,7 +25667,9 @@ The following backends have known issues that need more investigation:
- TestDropbox (dropbox)
- TestBisyncRemoteRemote/normalization
-- Updated: 2026-04-07-010015
+- TestSeafileV6 (seafile)
+ - TestBisyncLocalRemote/rmdirs
+- Updated: 2026-04-19-010011
The following backends either have not been tested recently or have
known issues that are deemed unfixable for the time being:
@@ -35758,6 +35764,16 @@ To configure access to Tencent COS, follow the steps below:
==== ====
cos s3
+Tencent COS Global Acceleration Endpoint
+
+When using the Global Acceleration Endpoint
+(cos.accelerate.myqcloud.com), rclone automatically sets
+no_check_bucket = true because this acceleration endpoint does not
+support the CreateBucket call which is used for ensuring a bucket's
+existence by rclone. Global Acceleration is a per-bucket feature, so you
+should first create the bucket in one physical region, then enable it in
+the Tencent Cloud console.
+
Wasabi
Wasabi is a cloud-based object storage service for a broad range of
@@ -65186,6 +65202,33 @@ Options:
Changelog
+v1.73.5 - 2026-04-19
+
+See commits
+
+- Bug Fixes
+ - operations: Add AuthRequired to operations/fsinfo to prevent
+ backend creation CVE-2026-41179 (Nick Craig-Wood)
+ - rc
+ - Add AuthRequired to options/set to prevent auth bypass
+ CVE-2026-41176 (Nick Craig-Wood)
+ - Snapshot NoAuth at startup to prevent runtime auth bypass
+ CVE-2026-41176 (Nick Craig-Wood)
+ - filter: Fix debug logs that fire before logger is configured
+ (Nick Craig-Wood)
+- Azureblob
+ - Add Microsoft Partner Network User-Agent prefix (Nick
+ Craig-Wood)
+- Drime
+ - Fix User.EntryPermissions JSON unmarshalling (a1pcm)
+- Iclouddrive
+ - Fix 'directory not found' error when the directory contains
+ accent marks (Brais Couce)
+- S3
+ - Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
+ - Fix empty delimiter parameter rejected by Archiware P5 server
+ (Nick Craig-Wood)
+
v1.73.4 - 2026-04-08
See commits
diff --git a/docs/content/bisync.md b/docs/content/bisync.md
index 825e74ddb..a5a6ec7c4 100644
--- a/docs/content/bisync.md
+++ b/docs/content/bisync.md
@@ -1049,7 +1049,9 @@ The following backends have known issues that need more investigation:
- `TestDropbox` (`dropbox`)
- [`TestBisyncRemoteRemote/normalization`](https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt)
-- Updated: 2026-04-07-010015
+- `TestSeafileV6` (`seafile`)
+ - [`TestBisyncLocalRemote/rmdirs`](https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt)
+- Updated: 2026-04-19-010011
The following backends either have not been tested recently or have known issues
diff --git a/docs/content/changelog.md b/docs/content/changelog.md
index 9ea51f431..be29898d9 100644
--- a/docs/content/changelog.md
+++ b/docs/content/changelog.md
@@ -6,6 +6,26 @@ description: "Rclone Changelog"
# Changelog
+## v1.73.5 - 2026-04-19
+
+[See commits](https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5)
+
+- Bug Fixes
+ - operations: Add AuthRequired to operations/fsinfo to prevent backend creation CVE-2026-41179 (Nick Craig-Wood)
+ - rc
+ - Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176 (Nick Craig-Wood)
+ - Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176 (Nick Craig-Wood)
+ - filter: Fix debug logs that fire before logger is configured (Nick Craig-Wood)
+- Azureblob
+ - Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
+- Drime
+ - Fix User.EntryPermissions JSON unmarshalling (a1pcm)
+- Iclouddrive
+ - Fix 'directory not found' error when the directory contains accent marks (Brais Couce)
+- S3
+ - Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
+ - Fix empty delimiter parameter rejected by Archiware P5 server (Nick Craig-Wood)
+
## v1.73.4 - 2026-04-08
[See commits](https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4)
diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md
index c45d1984c..60f006ec8 100644
--- a/docs/content/commands/rclone.md
+++ b/docs/content/commands/rclone.md
@@ -1065,7 +1065,7 @@ rclone [flags]
--use-json-log Use json log format
--use-mmap Use mmap allocator (see docs)
--use-server-modtime Use server modified time instead of object metadata
- --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
-v, --verbose count Print lots more stuff (repeat for more)
-V, --version Print the version number
--webdav-auth-redirect Preserve authentication on redirect
diff --git a/docs/content/commands/rclone_convmv.md b/docs/content/commands/rclone_convmv.md
index 9783bf75d..f3ae6264a 100644
--- a/docs/content/commands/rclone_convmv.md
+++ b/docs/content/commands/rclone_convmv.md
@@ -231,12 +231,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
-// Output: stories/The Quick Brown Fox!-20260408
+// Output: stories/The Quick Brown Fox!-20260419
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
-// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
+// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
```
```console
diff --git a/docs/content/flags.md b/docs/content/flags.md
index 3ecdbf83f..74af2899d 100644
--- a/docs/content/flags.md
+++ b/docs/content/flags.md
@@ -121,7 +121,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
- --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.4")
+ --user-agent string Set the user-agent to a specified string (default "rclone/v1.73.5")
```
diff --git a/docs/content/rc.md b/docs/content/rc.md
index 2e47b13ec..a39d4abc1 100644
--- a/docs/content/rc.md
+++ b/docs/content/rc.md
@@ -1659,6 +1659,8 @@ This command does not have a command line equivalent so use this instead:
rclone rc --loopback operations/fsinfo fs=remote:
+**Authentication is required for this call.**
+
### operations/hashsum: Produces a hashsum file for all the objects in the path. {#operations-hashsum}
Produces a hash file for all the objects in the path using the hash
@@ -1980,6 +1982,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json '{"main": {"LogLevel": "NOTICE"}}'
+**Authentication is required for this call.**
+
### pluginsctl/addPlugin: Add a plugin using url {#pluginsctl-addPlugin}
Used for adding a plugin to the webgui.
diff --git a/lib/transform/transform.md b/lib/transform/transform.md
index 24096f529..d1285e987 100644
--- a/lib/transform/transform.md
+++ b/lib/transform/transform.md
@@ -218,12 +218,12 @@ rclone convmv "stories/The Quick Brown Fox!.txt" --name-transform "all,command=e
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{YYYYMMDD}"
-// Output: stories/The Quick Brown Fox!-20260408
+// Output: stories/The Quick Brown Fox!-20260419
```
```console
rclone convmv "stories/The Quick Brown Fox!" --name-transform "date=-{macfriendlytime}"
-// Output: stories/The Quick Brown Fox!-2026-04-08 1218PM
+// Output: stories/The Quick Brown Fox!-2026-04-19 1141AM
```
```console
diff --git a/rclone.1 b/rclone.1
index e894329c0..7b86dde92 100644
--- a/rclone.1
+++ b/rclone.1
@@ -15,7 +15,7 @@
. ftr VB CB
. ftr VBI CBI
.\}
-.TH "rclone" "1" "Apr 08, 2026" "User Manual" ""
+.TH "rclone" "1" "Apr 19, 2026" "User Manual" ""
.hy
.SH NAME
.PP
@@ -6313,14 +6313,14 @@ rclone convmv \[dq]stories/The Quick Brown Fox!.txt\[dq] --name-transform \[dq]a
.nf
\f[C]
rclone convmv \[dq]stories/The Quick Brown Fox!\[dq] --name-transform \[dq]date=-{YYYYMMDD}\[dq]
-// Output: stories/The Quick Brown Fox!-20260408
+// Output: stories/The Quick Brown Fox!-20260419
\f[R]
.fi
.IP
.nf
\f[C]
rclone convmv \[dq]stories/The Quick Brown Fox!\[dq] --name-transform \[dq]date=-{macfriendlytime}\[dq]
-// Output: stories/The Quick Brown Fox!-2026-04-08 1211PM
+// Output: stories/The Quick Brown Fox!-2026-04-19 1137AM
\f[R]
.fi
.IP
@@ -27253,6 +27253,8 @@ instead:
rclone rc --loopback operations/fsinfo fs=remote:
\f[R]
.fi
+.PP
+\f[B]Authentication is required for this call.\f[R]
.SS operations/hashsum: Produces a hashsum file for all the objects in the path.
.PP
Produces a hash file for all the objects in the path using the hash
@@ -27674,6 +27676,8 @@ And this sets NOTICE level logs (normal without -v)
rclone rc options/set --json \[aq]{\[dq]main\[dq]: {\[dq]LogLevel\[dq]: \[dq]NOTICE\[dq]}}\[aq]
\f[R]
.fi
+.PP
+\f[B]Authentication is required for this call.\f[R]
.SS pluginsctl/addPlugin: Add a plugin using url
.PP
Used for adding a plugin to the webgui.
@@ -29924,7 +29928,7 @@ Flags for general networking and HTTP stuff.
--tpslimit float Limit HTTP transactions per second to this
--tpslimit-burst int Max burst of transactions for --tpslimit (default 1)
--use-cookies Enable session cookiejar
- --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.73.4\[dq])
+ --user-agent string Set the user-agent to a specified string (default \[dq]rclone/v1.73.5\[dq])
\f[R]
.fi
.SS Performance
@@ -33193,7 +33197,13 @@ The following backends have known issues that need more investigation:
\f[V]TestBisyncRemoteRemote/normalization\f[R] (https://pub.rclone.org/integration-tests/current/dropbox-cmd.bisync-TestDropbox-1.txt)
.RE
.IP \[bu] 2
-Updated: 2026-04-07-010015
+\f[V]TestSeafileV6\f[R] (\f[V]seafile\f[R])
+.RS 2
+.IP \[bu] 2
+\f[V]TestBisyncLocalRemote/rmdirs\f[R] (https://pub.rclone.org/integration-tests/current/seafile-cmd.bisync-TestSeafileV6-1.txt)
+.RE
+.IP \[bu] 2
+Updated: 2026-04-19-010011
.PP
The following backends either have not been tested recently or have
known issues that are deemed unfixable for the time being:
@@ -48404,6 +48414,16 @@ cos s3
\f[R]
.fi
.RE
+.SS Tencent COS Global Acceleration Endpoint
+.PP
+When using the Global Acceleration Endpoint
+(\f[V]cos.accelerate.myqcloud.com\f[R]), rclone automatically sets
+\f[V]no_check_bucket = true\f[R] because this acceleration endpoint does
+not support the \f[V]CreateBucket\f[R] call which is used for ensuring a
+bucket\[aq]s existence by rclone.
+Global Acceleration is a per-bucket feature, so you should first create
+the bucket in one physical region, then enable it in the Tencent Cloud
+console.
.SS Wasabi
.PP
Wasabi (https://wasabi.com) is a cloud-based object storage service for
@@ -86917,6 +86937,57 @@ Options:
.IP \[bu] 2
\[dq]error\[dq]: Return an error based on option value.
.SH Changelog
+.SS v1.73.5 - 2026-04-19
+.PP
+See commits (https://github.com/rclone/rclone/compare/v1.73.4...v1.73.5)
+.IP \[bu] 2
+Bug Fixes
+.RS 2
+.IP \[bu] 2
+operations: Add AuthRequired to operations/fsinfo to prevent backend
+creation CVE-2026-41179 (Nick Craig-Wood)
+.IP \[bu] 2
+rc
+.RS 2
+.IP \[bu] 2
+Add AuthRequired to options/set to prevent auth bypass CVE-2026-41176
+(Nick Craig-Wood)
+.IP \[bu] 2
+Snapshot NoAuth at startup to prevent runtime auth bypass CVE-2026-41176
+(Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+filter: Fix debug logs that fire before logger is configured (Nick
+Craig-Wood)
+.RE
+.IP \[bu] 2
+Azureblob
+.RS 2
+.IP \[bu] 2
+Add Microsoft Partner Network User-Agent prefix (Nick Craig-Wood)
+.RE
+.IP \[bu] 2
+Drime
+.RS 2
+.IP \[bu] 2
+Fix User.EntryPermissions JSON unmarshalling (a1pcm)
+.RE
+.IP \[bu] 2
+Iclouddrive
+.RS 2
+.IP \[bu] 2
+Fix \[aq]directory not found\[aq] error when the directory contains
+accent marks (Brais Couce)
+.RE
+.IP \[bu] 2
+S3
+.RS 2
+.IP \[bu] 2
+Fix TencentCOS CDN endpoint failing on bucket check (Mozi)
+.IP \[bu] 2
+Fix empty delimiter parameter rejected by Archiware P5 server (Nick
+Craig-Wood)
+.RE
.SS v1.73.4 - 2026-04-08
.PP
See commits (https://github.com/rclone/rclone/compare/v1.73.3...v1.73.4)