Skip to content

v1.35.0

Compare
Choose a tag to compare
@erikdubbelboer erikdubbelboer released this 05 Apr 15:12
· 217 commits to master since this release
7a5afdd
  • 7a5afdd Use %v for errors and %q for strings (#1262) (Erik Dubbelboer)
  • e4a541f support adding/removing clients from LBClient (#1243) (Cam Sweeney)
  • b4152d1 Only set RequestCtx.s once (Erik Dubbelboer)
  • d4c739e State active (#1260) (Erik Dubbelboer)
  • f3bce3a Add Go 1.18 support (#1253) (Aoang)
  • c674263 Fix race conditions in tests (Erik Dubbelboer)
  • 286828e add a test for AppendQuotedArg (#1255) (ZhangYunHao)
  • 2044e1e reduce unnessary type assart (#1254) (tyltr)
  • 3101938 Imporve AppendHTMLEscape fast path (#1249) (ZhangYunHao)
  • d1753f7 bytesconv: add appropriate build tags for s390x (#1250) (Nick Rosbrook)
  • 8f5e51f Add connection pool queuing strategies in HostClient. (#1238) (Y.Horie)
  • f7423e3 Fix AppendHTMLEscape (#1248) (ZhangYunHao)
  • 1a5f2f4 Read response when client closes connection #1232 (#1233) (ArminBTVS)