Releases: appleboy/easyssh-proxy
Releases · appleboy/easyssh-proxy
v1.5.0
Changelog
Features
- 5666e2e feat: add RequestPty field and Connect method to MakeConfig struct (#89)
Enhancements
- db6e763 chore: update dependencies for improved security and performance
- 27994a7 chore: update dependencies to latest versions
Others
- 692c6be ci: update setup-go action to version 5 in various workflows
- e282a5c refactor: refactor error handling and add print statements in file operations
v1.4.0
Changelog
Enhancements
- d856e7c chore: improve test reliability and API efficiency
- 8c7e454 chore: update dependencies and improve test accuracy
- 49c2969 chore: update dependencies and improve test tolerance
Others
- a50c12e Allows to select to network net (tcp, tcp4 or tcp6). Default to tcp. (#84)
v1.3.10
Changelog
Bug fixes
- 73ae895 fix(lint): io/ioutil has been deprecated since Go 1.16
- 6671f69 fix: report timeout as error instead of writing message to stderr (#68)
Enhancements
- 6110566 chore(CI): migrate to GitHub Actions.
- 7fc0760 chore(auth): add test for providing password and private key. (#76)
- e954c88 chore: upgrade crypto package
- 5ebf39f Add WriteFile and use it for Scp (#64)
v1.3.7
chore: add missing UseInsecureCipher
v1.3.6
docs: add UseInsecureCipher
Support Fingerprint check
Support add the Ciphers setting
v1.3.2
Fix data race of Scp (#56)