Releases: saucelabs/forwarder
Releases · saucelabs/forwarder
v0.1.11
- Added support to specify multiple DNS server.
v0.1.10
- Added support to specify the DNS server.
- Added
dnsURI
the DNS URI custom validator.
- Fixes bug in
ProxyLogger.Printf
where v
wasn't passed as a slice.
- Renames PAC
textOrURI
terminology to source
.
v0.1.9
- Added the ability to specify an external logger.
- Added state which properly handles multiple calls to
Run
.
- Added
ProxyLogger
which is passed to the underlying proxy implementation (GoProxy
) to format its message accordingly to Forwarder logger format.
- Proper handles cases where
Run
may be called without proxy being setup.
- Covered all changes with tests.
- Upgraded to
Sypl
v1.5.5
v0.1.8
- Removed unused/leftover file.
- Used
HTTP
const instead of "http"
v0.1.7
- Added more tests covering setting credentials via env var.
v0.1.6
- Valid proxy schemes enum are simple strings.
v0.1.5
- Added more logging.
- Upgraded PACMan dependency.
v0.1.4
- Added valid proxy schemes enums.
- Added the ability to check if the specified local proxy port is available. If not, it'll automatically allocate a set of new ones and test each until it finds an available one. If the pool is exhausted, it fails.
v0.1.3
- Ability to route
localhost
/127.0.0.1
requests thru any upstream proxy - if any.