Skip to content

Releases: DataDog/gostackparse

v0.7.0 - Fix support for Go 1.21

05 Sep 14:24
3d65ba9
Compare
Choose a tag to compare

Go 1.21 changed stack traces to include the ID of the parent goroutine in a goroutine's stack trace, e.g.

goroutine 18 [running]:
< ... stack frames ... >
created by main.main in goroutine 1

(see https://go.dev/cl/435337). This release fixes stack parsing so that "in goroutine N" is not included in the name of the function which created the goroutine.

v0.6.0 - Support Windows

21 Sep 08:09
1016d04
Compare
Choose a tag to compare