Releases: bdwyertech/gontlm-proxy
Releases · bdwyertech/gontlm-proxy
v0.5.33
Changelog
- 6517d81 Bump actions/checkout from 3 to 4
- cf9714f Bump deps
- b00b17e Bump golang.org/x/crypto from 0.14.0 to 0.17.0
- ced0afd Bump golang.org/x/sync from 0.4.0 to 0.6.0
- 7f9e1cf Bump golang.org/x/sys from 0.13.0 to 0.16.0
v0.5.32
Changelog
- 172480b Bump deps and build on Go 1.21
v0.5.31
Changelog
- 2c4eeb1 Add support for proxytunnel via suffix in addition to direct match
- 5128e75 Bump MaxIdleConnsPerHost since the default is 2 which can cause spurious connection creation/closing (tons in TIME_WAIT) under high concurrency
- 1717d02 Bump deps and build on Go 1.20
- 4d83389 Cleanup
- 0365dc5 Reuse the directDialer instead of making them per-request
v0.5.29
Changelog
- 5bb7eb5 Ensure vendored package closes request body
v0.5.28
Changelog
- a38bd82 A map is already a pointer
- da1463f Add support for proxy tunneling via overrides
v0.5.25
Changelog
- bbf4078 Pass request context to proxyDialer