Skip to content

Releases: things-go/go-socks5

v0.1.1

25 Mar 02:59

Choose a tag to compare

Changelog

  • 2ae8998 Merge pull request #106 from things-go/dependabot/github_actions/golangci/golangci-lint-action-9
  • 34d921d Merge pull request #107 from things-go/dependabot/github_actions/actions/checkout-6
  • df42d5e Merge pull request #109 from things-go/dependabot/github_actions/actions/cache-5
  • d184bcf Merge pull request #113 from backplane/fix-nil-remoteaddr-panic
  • 562cd19 Merge pull request #114 from backplane/fix-handleassociate-panic-safety
  • 20c48a0 Merge pull request #116 from things-go/dependabot/github_actions/goreleaser/goreleaser-action-7
  • d58d4ad Merge pull request #98 from things-go/dependabot/go_modules/github.com/stretchr/testify-1.11.1
  • c2801b9 Merge pull request #99 from things-go/dependabot/github_actions/actions/setup-go-6
  • 5d0b9bf chore(deps): bump actions/cache from 4 to 5
  • 6be9f6b chore(deps): bump actions/checkout from 5 to 6
  • 4729299 chore(deps): bump actions/setup-go from 5 to 6
  • cddc2a2 chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1
  • 5b54b40 chore(deps): bump golangci/golangci-lint-action from 8 to 9
  • 9e1d297 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
  • 4ad8913 ci: fix ci
  • afab4fd ci: fix ci
  • f4cd838 fix: add defensive checks in handleAssociate to prevent panics
  • 30a5046 fix: prevent nil pointer panic in handleAssociate logging

v0.1.0

26 Aug 01:17

Choose a tag to compare

Changelog

  • 9659ceb Merge pull request #65 from ge9/master
  • 2432694 Merge pull request #89 from things-go/dependabot/github_actions/golangci/golangci-lint-action-8
  • 8948145 Merge pull request #95 from things-go/dependabot/github_actions/actions/checkout-5
  • 298f436 Merge pull request #96 from things-go/dependabot/go_modules/github.com/stretchr/testify-1.11.0
  • d12f602 chore(ci): fix codeql
  • 92af747 chore(deps): bump actions/checkout from 4 to 5
  • 060f35b chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0
  • e34d76a chore(deps): bump golangci/golangci-lint-action from 7 to 8
  • 5ae0634 ci: add go releaser
  • 6936c65 ci: fix ci
  • 1072b44 ci: fix codeql
  • d1a31a9 fix: add UseBindIpBaseResolveAsUdpAddr option, closed #63
  • 43e95d0 use LocalAddr for UDP associate bind address