Releases: pinpoint-apm/pinpoint-go-agent
Releases · pinpoint-apm/pinpoint-go-agent
v1.3.2
v1.3.2
What's Changed
Bug Fix
- Error from handler is not propagated in echo middleware (#67)
Contributors
v1.3.1
v1.3.1
What's Changed
Bug Fix
- fix that child span follows the sampling of root span (#64)
v1.2.3
#v1.2.3
What's Changed
Bug Fix
- fix that child span follows the sampling of root span (#64)
v1.3.0
v1.3.0
What's Changed
Enhancements
New plugins
Full Changelog: v1.2.0...v1.3.0
v1.2.2
v1.2.2
What's Changed
Bug Fix
goredisv9 plugin
- go-redis import path changed (#61)
New Contributors
v1.2.1
v1.2.1
What's Changed
Bug Fix
elasticsearch plugin
- reassign http request body to a new reader (#57)
- node is not displayed on the server map (#59)
New Contributors
v1.2.0
v1.2.0
What's Changed
New plugins
- beego plugin (#40)
- fasthttp plugin (#44)
- fiber plugin (#42)
- kratos plugin (#43)
- go-mssqldb plugin (#50)
- go-ora plugin (#51)
New Config Options
- log output file option (#33)
- max call stack option (#36)
Enhancements
- optimizing goroutine id extraction (#29)
- redis plugin - display cmd in argument cell (#39)
- separate the plugins into each independent module (#52)
Bug Fix
- grpc plugin - get correct address of peer (#47)
- support to build with lower grpc versions (#53)
v1.1.3
What's Changed
Bug Fix
- fix potential memory leak from end span (#55)
New Contributors
v1.1.2
v1.1.2
What's Changed
Bug Fix
- sarama plugin - call tree display error (#54)
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.1
What's Changed
Bug Fix
- invalid handler name from echo plugins (#48)
New Contributors