Releases: vegardit/copycat
Releases · vegardit/copycat
preview
Fixes
- 7031449 fix(watch): fail fast after filesystem event overflow (@sebthom)
- 503bf92 fix(watch): retry transient event sync failures (@sebthom)
- 2514808 fix(file-utils): preserve target on copy failure (@sebthom)
Dependency updates
- 171c6c7 fix(deps): bump org.yaml:snakeyaml from 2.5 to 2.6 (@dependabot[bot])
- 7ed6eb9 fix(deps): bump com.guardsquare:proguard-core from 9.3.0 to 9.3.1 (@dependabot[bot])
- c2aa2f7 fix(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3 (@dependabot[bot])
- f3b0a3d fix(deps): bump com.guardsquare:proguard-core from 9.2.0 to 9.3.0 (@dependabot[bot])
- d1d95cc fix(deps): bump com.vegardit.no-npe:no-npe-eea-all from 1.3.11 to 1.3.12 (@dependabot[bot])
- 8bb6f43 fix(deps): bump org.graalvm.sdk:graal-sdk from 25.0.1 to 25.0.2 (@dependabot[bot])
- bfbc3ff fix(deps): bump org.junit:junit-bom from 6.0.1 to 6.0.2 (@dependabot[bot])
Other changes
- c176f7b ci(deps): bump geekyeggo/delete-artifact from 5 to 6 (#205) (@dependabot[bot])
- 894230b build(deps-dev): bump org.assertj:assertj-core from 3.27.6 to 3.27.7 (@dependabot[bot])
latest
Fixes
- 5c530a1 fix(cli): don't crash when sun.misc.Signal is unavailable (@sebthom)
- 1a0905a fix(watch): prune file-hash cache on directory deletes (@sebthom)
- 3ac6e95 fix(sync): revalidate prepared target dirs after external changes (@sebthom)
- 40e2118 fix(sync): honor --no-log DELETE for all delete output (@sebthom)
- b46d7ef fix(sync): track created directories separately from copied files (@sebthom)
- 45705f7 fix(sync): avoid missing-parent-dir errors in multi-threaded runs (@sebthom)
- 30e031c fix(sync): honor --ignore-errors for empty-directory handling (@sebthom)
- 11128b4 fix(sync): report canceled runs as "aborted" instead of "done" (@sebthom)
- c786b0b fix(sync): reject mixed dry-run tasks and clarify dry-run stats (@sebthom)
- 5dab6a3 fix(sync): show deleted directories separately in stats (@sebthom)
- b250083 fix(sync): avoid false "stuck" failures with small --stall-timeout (@sebthom)
- adee01c fix(watch): scope file hash cache per task (@sebthom)
- 29b744d fix(config): reject negative max-depth in YAML (@sebthom)
- b45b934 fix(file-utils): copy zero-length user attributes (@sebthom)
- ca084d1 fix(sync): clear prepared dir cache in case of failures (@sebthom)
- 19e5e57 fix: improve symlink handling (@sebthom)
- 8928a36 fix(filters): honor Windows case-insensitive pruning in filter matching (@sebthom)
- 95bd0c3 fix(watch): mirror empty dirs, handle symlink leaves, refresh dir cache (@sebthom)