Skip to content

v1.4.1

Latest
Compare
Choose a tag to compare
@go-compile go-compile released this 30 Dec 21:36
· 92 commits to master since this release
v1.4.1
4b15bd9

Connection Commands Update

Connection management.

  1. List all connections
  2. List IPs
  3. Drop connections
  4. Drop all connections to a specified array of IPs

UX improvements

Verify Release Integrity

Verify checksums.txt with checksums.txt.sig against my public key: https://github.com/go-compile/public-key

Changes

1f69770 chore: update go.sum
c089741 (github/master) fix: make clean command delete localrelay.msi
f8d0481 chore: update deps
572a455 chore: upgrade deps
a1a842c chore: update deps
27df6db ci: remove auto build and release
350e441 ci: use docker image for osv scanner instead of go install
abd700d doc: slim down readme and link to wiki
fb08bbe fix: update check failed show latest version as unknown
1fc7f31 feat(cli): version command print go version
97a0be3 chore: upgrade deps
fe33df1 fix: unit test fmt missing
d728e89 fix: build on linux
2521fa5 fix: ipc_posix import
8ac68e6 refactor(cli): replace fmt with custom stream writer to support IPC stream when forking proc
be797a1 feat: windows UAC fork proccess,ipc stream stdout
bfa92b0 fix(cli): posix ipc
81afd8e feat: add IPC http timeout
90095c1 feat(cli): metrics quit using key q or ESC
a749fa3 feat(cli): add drop relay conns command
f362bb2 feat: add dropip cmd to help cmd
9136568 feat(cli): dropip command
8bbf42a (origin/http-ipc, http-ipc) doc: add todo comment
190cdb6 fix: fmt.Println to fmt.Printf
9896878 refactor: add drop all ipc command
470d1b9 refactor: ipc add connections command
c98f83c refactor: ipc status command
e23a633 refactor: ipc command run relay
ce76aad fix(ipc): posix ipc onnect
1651cf1 fix: ipc connect on posix, provide http client and conn
a616b74 refactor: add http ipc server and stop command
83555d0 feat(cli): drop all connections command
0a58a7c feat(cli): add list ips command
2520f57 feat(cli): filter active connections by relay
305183d feat(CLI): command to list open conns
87f2d5c feat: add conn pool
96da60a feat(Docker): add healthcheck
855bcbd Merge branch 'wix-installer'
e2aa076 (origin/wix-installer, wix-installer) feat: only include binary and license in release archives
632c693 chore: update deps
586326d fix: auto install service and remove on uninstall
2713918 fix(unit tests): IPCPosix couldn't connect, increased wait
75f152f fix: docker container tls certificate authority errors
9527b7f fix: ignore wix build version of .wxs file
d2c30d1 feat: auto insert version into wix builder
beb094b fix: add wix files to gitignore
1ddad36 fix: paths in wix script to be relative to projec troot
bfe68a9 refactor: move wix script into subdir
e61ce2a feat: add msi installer
8d2c676 ci: remove scoop
cf622c5 Merge branch 'master' of github.com:go-compile/localrelay
0aa0f6f doc: add chocolatey install guide
0d6df8e doc: add security policy