Skip to content

3.226.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jul 13:11
c8dbd5c

Added

  • Added an experimental go_asmcgocall flag that makes the Go 1.25+ syscall
    hook on x86-64 reuse the Go runtime's own asmcgocall stack-switching
    routine (as the arm64 hook already does), fixing crashes seen in some Go
    programs that use cgo.

Changed

  • Added per-connection client-to-agent write back pressure to intercepted
    outgoing connections.