Great, and your original issue was that you couldn’t find the changelog. Correct?
Tip:
You can subscribe to release info by clicking the bell in the upper right corner here: https://forum.rclone.org/c/releases/11
then you get a mail notification like this on every release:
Rclone 1.56.2 has been released. Find it here Rclone downloads or use
rclone selfupdate
to upgrade.This is a bugfix release containing a couple of little fixes and a security fix.
Unfortunately in v1.56.0 and v1.56.1
rclone serve http
was serving everything without authorization, even if authorization was configured. This bug was introduced as part of an ongoing refactor of the HTTP servers in rclone. None of the other servers (webdav
,sftp
, etc) are affected. Many apologies for this bug.v1.56.2 - 2021-10-01
- Bug Fixes
- serve http: Re-add missing auth to http service (Nolan Woods)
- build: Update golang.org/x/sys to fix crash on macOS when compiled with go1.17 (Herby Gillot)
- FTP
- Fix deadlock after failed update when concurrency=1 (Ivan Andreev)
Source: https://forum.rclone.org/t/rclone-1-56-2-release/26786
The entire changelog can be found in the drop down under documents on https://rclone.org/ or near the bottom of readme.txt and readme.html included in the release zip.