Releases: wangyucode/sftp-upload-action
Releases · wangyucode/sftp-upload-action
v2.0.3
Full Changelog: v2.0.2...v2.0.3
- Upgrade to Node 20
- update dependencies,
- fix issues
v2.0.2
Full Changelog: v2.0.1...v2.0.2
Performance optimization
- Asynchronously read local and remote directories before comparing them to improve performance.
- Add new parameter
compress
to enable SSH connection to support compression.
Full Changelog: v1.4.9...v2.0.0
v1.4.9
What's Changed
- Make exclude also work on remote by @IvoDeK in #20
dryRun
default to false as mentioned in the README
New Contributors
Full Changelog: v1.4.8...v1.4.9
v1.4.8
🚀 features:
- support private key file path as
privateKey
v1.4.7
#Changes
- make the default value of
dryRun
tofalse
- fix bug related to
removeExtraFilesOnServer
v1.4.6
add option to remove extra files on server
v1.4.5
- fix issue 8
- never touch or create any file if
dryRun
enabled - show a warning message if
dryRun
enabled
v1.4.1
- fix issues.
- set
dryRun
to true by default. - remove
excludeMode
.
v1.3.3
support input parameter: exclude