v0.3.3
What's Changed
-
feat: validate username characters in NewAuth early
Reject invalid username characters (spaces, %, @, control chars, etc.) atNewAuth()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