Skip to content

Releases: bdwyertech/gontlm-proxy

v0.5.1

24 Mar 00:02
16a96aa
Compare
Choose a tag to compare

Changelog

16a96aa Memoize DialContext's for 60 minutes and expose it as a configurable variable

v0.5.0

12 Mar 15:50
cb3eadd
Compare
Choose a tag to compare

Changelog

cb3eadd Update deps and release on go 1.16.2

v0.4.9

11 Mar 18:02
e61d46c
Compare
Choose a tag to compare

Changelog

e61d46c Implement singleflight to ensure that only one proxyContext is in-flight at any given time for a host/port request

v0.4.7

11 Mar 16:35
9238629
Compare
Choose a tag to compare

Changelog

9238629 Swap to an LRU-style caching mechanism to minimize cache thrashing at set intervals

v0.4.6

09 Mar 04:07
4cbd293
Compare
Choose a tag to compare

Changelog

4cbd293 Ensure we pass a scheme so the WinAPI does not error 12006 ref: https://docs.microsoft.com/en-us/windows/win32/wininet/wininet-errors
3c65aeb Less ambiguous variable naming

v0.4.5

07 Mar 17:53
2afaef2
Compare
Choose a tag to compare

Changelog

2afaef2 Adjust override logic

v0.4.4

07 Mar 00:54
7055965
Compare
Choose a tag to compare

Changelog

1f45aaa Adjust helper on Mac to use AutoConfigURL
7055965 Dry up the memoization
78fe9cb Get per-request lookups functional for HTTP -- swap to a DialContext and support per-host overrides
c35e7d1 proxy variables are case-sensitive on *nix

v0.4.3

06 Mar 02:46
cb77500
Compare
Choose a tag to compare

Changelog

cb77500 Implement memoization on a per-address basis

v0.4.2

06 Mar 01:30
c159f0c
Compare
Choose a tag to compare

Changelog

c159f0c Add support for per-request handling

v0.4.1

05 Mar 21:10
6b8db92
Compare
Choose a tag to compare

Changelog

83a6004 Add Mac build
56ef0f3 Bump proxyplease again for non-Windows NTLM fix
a740ad8 Clean up NTLM logic for non-Windows platforms
55b6755 Clean up dialer logic
54ddf0f Ensure we do not leak credentials to the log output
32ca4ae Refactor how we handle dialContext -- proxy resolution on a per-request basis requires this
6b8db92 Swap to my forks
6da8215 Update proxyplease for non-Windows NTLM logic fixes