Skip to content

Releases: appleboy/easyssh-proxy

v1.5.0

01 Jan 02:35
db6e763
Compare
Choose a tag to compare

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

23 Jun 06:13
Compare
Choose a tag to compare

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

10 Apr 07:06
Compare
Choose a tag to compare

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.9

10 Apr 06:01
Compare
Choose a tag to compare
chore: sync readme.

v1.3.8

30 Jan 04:39
Compare
Choose a tag to compare
chore: update go module

v1.3.7

24 May 05:57
Compare
Choose a tag to compare
chore: add missing UseInsecureCipher

v1.3.6

24 May 02:28
Compare
Choose a tag to compare
docs: add UseInsecureCipher

Support Fingerprint check

19 May 01:48
Compare
Choose a tag to compare
docs: how to get fingerprint.

Signed-off-by: Bo-Yi Wu <[email protected]>

Support add the Ciphers setting

30 Apr 07:50
Compare
Choose a tag to compare
missing Ciphers config

Signed-off-by: Bo-Yi Wu <[email protected]>

v1.3.2

28 Apr 05:56
bbb1a80
Compare
Choose a tag to compare
Fix data race of Scp (#56)