master
build: remove build constraint syntax for go 1.16 and older
lib/batcher: prevent commits racing shutdown - fixes #9687
lib/bucket: fix tidying of // in object keys #5858
docs: fix code comment regarding cmount tag
build: modernize Go usage
pacer: factor call stack searching into its own package
build: enable support for aix/ppc64
build: update to go1.21rc3 and make go1.19 the minimum required version
dircache: allow empty string as root parent id
Add lib/diskusage to measure used/free on disks
build: use sequence Split introduced in go1.24
docs: punctuation cleanup
errcount: factor errcount abstraction from operations
build: modernize Go code with go fix for go1.25
cmd: change exit code from 1 to 2 for syntax and usage errors
build: make go1.23 the minimum go version
serve: pass the client IP address to the auth proxy - fixes #4499
config: make parsing of duration options consistent
build: modernize benchmark usage
pool: fix deadlock with --max-memory and multipart transfers
fs: fix passwords and tokens appearing in the debug log during rclone config
lib/proxy: fix unbounded HTTP CONNECT headers causing OOM GHSA-xhf4-832v-7xcr CVE-PENDING
ftp: fix multi-thread copy
webdav: fix HTTPS to HTTP redirects leaking credentials GHSA-h4mf-4v27-hggj
build: remove obsolete build tag
build: update logging statements to make json log work - fixes #6038
Replace Windows-specific NewLazyDLL with NewLazySystemDLL
operations: add method to real time account server side copy
Version v1.75.0
Fix lint issues reported by staticcheck