mirror of
https://github.com/easingthemes/ssh-deploy
synced 2026-04-05 20:33:01 +08:00
# [6.0.0](https://github.com/easingthemes/ssh-deploy/compare/v5.1.2...v6.0.0) (2026-04-02) * feat!: replace rsyncwrapper with direct child_process.spawn ([b11fb7f](b11fb7f911)) * feat!: replace rsyncwrapper with local rsync module ([71b8eb3](71b8eb300f)) ### Bug Fixes * add proc.on('error') handler to prevent hanging on spawn failure ([c81b43c](c81b43c5bf)) ### BREAKING CHANGES * rsyncwrapper dependency removed, rsync command is now constructed and executed via a local module using child_process.spawn. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * rsyncwrapper dependency removed, rsync command is now constructed and executed directly via child_process.spawn. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>