Skip to content

v0.5.31

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 20:14
· 19 commits to main since this release
1717d02

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