diff --git a/docs/content/changelog.md b/docs/content/changelog.md index 12210a62e..59043f711 100644 --- a/docs/content/changelog.md +++ b/docs/content/changelog.md @@ -6,6 +6,33 @@ description: "Rclone Changelog" # Changelog +## v1.73.1 - 2026-02-17 + +[See commits](https://github.com/rclone/rclone/compare/v1.73.0...v1.73.1) + +- Bug Fixes + - accounting: Fix missing server side stats from core/stats rc (Nick Craig-Wood) + - build + - Fix CVE-2025-68121 by updating go to 1.25.7 or later (Nick Craig-Wood) + - Bump github.com/go-chi/chi/v5 from 5.2.3 to 5.2.5 to fix GO-2026-4316 (albertony) + - docs: Extend copyurl docs with an example of CSV FILENAMEs starting with a path. (Jack Kelly) + - march: Fix runtime: program exceeds 10000-thread limit (Nick Craig-Wood) + - pacer + - Fix deadlock between pacer token and --max-connections (Nick Craig-Wood) + - Re-read the sleep time as it may be stale (Nick Craig-Wood) +- Drime + - Fix files and directories being created in the default workspace (Nick Craig-Wood) +- Filelu + - Avoid buffering entire file in memory (kingston125) + - Add multipart upload support with configurable cutoff (kingston125) +- Filen + - Fix 32 bit targets not being able to list directories (Enduriel) + - Fix potential panic in case of error during upload (Enduriel) +- Internxt + - Implement re-login under refresh logic, improve retry logic (JosĂ© ZĂșniga) +-S3 + - Set list_version to 2 for FileLu S3 configuration (kingston125) + ## v1.73.0 - 2026-01-30 [See commits](https://github.com/rclone/rclone/compare/v1.72.0...v1.73.0)