Skip to content

v0.5.0

Compare
Choose a tag to compare
@nwtgck nwtgck released this 25 Jan 14:34
· 54 commits to develop since this release

Changelog

7335079 Merge branch 'release/0.5.0'
e6c965b bump: 0.5.0
3e76ca3 add ,reuseaddr to socat command
eab2337 build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.3.0 (#12)
d589de4 build(deps): bump github.com/creack/pty from 1.1.11 to 1.1.17 (#11)
7d0156d Merge pull request #5 from nwtgck/dependabot/go_modules/github.com/mattn/go-shellwords-1.0.12
080a85c build(deps): bump github.com/mattn/go-shellwords from 1.0.11 to 1.0.12
9a80794 use 4096 as default buf-sizes
5b54ef1 use embed private key
5005b31 feat: support SFTP
4777d59 Merge pull request #2 from nwtgck/dependabot/add-v2-config-file
78b67c6 remove "ignore"
8a2d7ce Upgrade to GitHub-native Dependabot
b5c44e4 refactor: extract as handleExecRequest()
abad24a respond exist status after request type "shell" finished
eaf24d0 Merge branch 'feature/exec' into develop
c6f7617 use shellwords to split command
365d1a6 feat: support "exec" request type
4a4ad3b create pty when pty-req
64cd7fc docs: 0.4.0
ea36fd7 Merge tag 'v0.4.0' into develop