Skip to content

Tags: ryanbekhen/nanoproxy

Tags

v0.13.1

Toggle v0.13.1's commit message
Remove arm64 image template from goreleaser configuration

This commit removes the arm64 image template from the .goreleaser.yml file. This change implies that an arm64 image will not be built for the nanoproxy-warp software.

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #18 from ryanbekhen/dependabot/go_modules/golang.o…

…rg/x/crypto-0.23.0

chore(deps): bump golang.org/x/crypto from 0.22.0 to 0.23.0

v0.12.9

Toggle v0.12.9's commit message
feat(deps): update dependencies in Go project

The Go project dependencies have been updated to their newer versions. This includes an update to 'github.com/rs/zerolog' from v1.31.0 to v1.32.0, 'golang.org/x/crypto' from v0.17.0 to v0.19.0, and 'golang.org/x/sys' from v0.15.0 to v0.17.0.

v0.12.8

Toggle v0.12.8's commit message
V0.12.8

v0.12.7

Toggle v0.12.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove push events from workflow triggers (#10)

The security-check and test-coverage workflows have been updated to no longer trigger on push events to the master branch. These changes limit the workflows to only run on pull requests, streamlining our CI/CD process and saving resources.

v0.12.6

Toggle v0.12.6's commit message
Refactor AddrSpec and add AddressRewriter interface

Changed AddrSpec in request_test.go and request.go to be a pointer rather than a value. Implemented a new interface, AddressRewriter, to make adjustments to the request address prior to initiating a dialing request. An error handling case was additionally added to the Dial function in socks5_test.go. Tests were modified to reflect these changes.

v0.12.5

Toggle v0.12.5's commit message
fix:homebrew tap prefix

v0.12.4

Toggle v0.12.4's commit message
change brews to homebrew-tap

v0.12.3

Toggle v0.12.3's commit message
fix:change description for homebrew requirements

v0.12.2

Toggle v0.12.2's commit message
fix:homebrew must capital on description