Skip to content

Releases: saucelabs/forwarder

v0.1.12

02 Nov 19:29
5d9ab58
Compare
Choose a tag to compare
  • Better error message

v0.1.11

02 Nov 18:05
08131c5
Compare
Choose a tag to compare
  • Added support to specify multiple DNS server.

v0.1.10

02 Nov 03:16
78c3d95
Compare
Choose a tag to compare
  • 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

29 Oct 19:22
bf5e71e
Compare
Choose a tag to compare
  • 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

28 Oct 06:31
d14a775
Compare
Choose a tag to compare
  • Removed unused/leftover file.
  • Used HTTP const instead of "http"

v0.1.7

28 Oct 04:06
8cee12a
Compare
Choose a tag to compare
  • Added more tests covering setting credentials via env var.

v0.1.6

27 Oct 23:38
3275ec1
Compare
Choose a tag to compare
  • Valid proxy schemes enum are simple strings.

v0.1.5

27 Oct 18:38
aa177f2
Compare
Choose a tag to compare
  • Added more logging.
  • Upgraded PACMan dependency.

v0.1.4

26 Oct 02:56
7828a3e
Compare
Choose a tag to compare
  • 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

15 Oct 17:27
12b3a1b
Compare
Choose a tag to compare
  • Ability to route localhost/127.0.0.1 requests thru any upstream proxy - if any.