Skip to content

v3.3.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 10:18
· 28 commits to master since this release
07e6491

Important: Please read the migration guide.

Bug fixes:

  • [fastproxy] Bump github.com/valyala/fasthttp to v1.58.0 (#11526 by kevinpollet)
  • [fastproxy] Add WebSocket headers if they are present in the request (#11522 by kevinpollet)
  • [fastproxy] Chunked responses does not have a Content-Length header (#11514 by kevinpollet)
  • [metrics,otel] Change request duration metric unit from millisecond to second (#11523 by rtribotte)
  • [sticky-session] Fix double hash in sticky cookie (#11518 by juliens)
  • [tracing] Use ResourceAttributes instead of GlobalAttributes (#11515 by bruno-de-queiroz)
  • [tracing] Fix panic when calling Tracer (#11479 by basgys)

Documentation:

Misc: