Skip to content

v0.3.3

Choose a tag to compare

@FaintGhost FaintGhost released this 18 Apr 21:22
· 2 commits to main since this release

What's Changed

  • feat: validate username characters in NewAuth early
    Reject invalid username characters (spaces, %, @, control chars, etc.) at NewAuth() time instead of waiting for proxy auth to fail with 407.

  • test: improve test coverage toward 100%

Full Changelog: https://github.com/FaintGhost/go-proxy-pool/compare/v0.3.2...v0.3.3