Version 10.32.2
Dependency updates
- cloud.google.com/go/storage v1.45.0 -> v1.50.0
- Golang 1.24.13 -> 1.25.8
- Golangci-lint v1.64.8 -> v2.11.3
Bug Fixes
- Fixed a regression where the folder tracker would panic with pre-existing folders and
--overwrite=ifSourceNewer. (#3403) - Fixed a regression where cancellation was not working via stdin (#3373)
- Fixed a regression where we hit segfaults from logging to a nil logger in the process checker. (#3384)
- Fixed a race condition panic from concurrent access to a shared metadata resource by introducing thread safety. (#3341)
- Fixed a bug where
--posix-properties-stylewas not being chained through the copy flow correctly. (#3401) - Fixed a regression where in tandem use of
--list-of-filesand--include-patternno longer worked. (#3389)