Releases: pinpoint-apm/pinpoint-go-agent
Releases Β· pinpoint-apm/pinpoint-go-agent
v1.4.6
v1.4.6
What's Changed
Bugfix
- sarama asyncproducer plugin - possibility of data transfer over a closed channel (#108)
- increased memory usage after grpc ResourceExhausted error occurred (#107)
- limit the maximum size of exception metadata
- limit the number of error call stack traces on a span
- restrict maximum length of SQL and JSON string (64K)
v1.4.5
v1.4.5
What's Changed
Enhancements
- fix grpc worker to exit immediately when shutdown is called (#105 )
Bugfix
- possible deadlock in sarama asyncproducer plugin (#106)
v1.4.4
v1.4.4
What's Changed
Enhancements
- add option not to consider error of http handler an exception (#100)
Bugfix
- potential concurrency issues with pgxv5 plugins when config options change dynamically (#99)
- when the agent is shut down immediately after starting, it does not end normally (#101)
- memory leak at closing grpc stream (#102)
v1.4.3
v1.4.3
What's Changed
Enhancements
- bundle span events and send them in chunks (#96)
Bugfix
- Wrong map key for span in Sarama-IBM asyncproducer agent (#97)
- panic in url stat worker (#98)
v1.4.2
v1.4.2
What's Changed
Bugfix
- detect span-sharing with goroutines and avoid panic (#91)
- span event's start time and gap time is incorrectly calculated and displayed (#93)
- timeout occurs in grpc stream send when sending big span (#94)
- remove logs that are output before setting the log level (#95)
v1.4.1
v1.4.1
What's Changed
Enhancements
- update the go direct version to 1.21 (#89)
v1.4.0
v1.4.0
What's Changed
Enhancements
- add http method as prefix to uri string key (#79)
- support recording errors and their call stack dump (#81)
- support SQL UID (#87)
New plugins
BugFix
- add a new API to solve data race problem for sarama plugin (#78)
v1.3.4
v1.3.4
What's Changed
Bugfix
- fix to display the cpu load as the system-wide load and process load, respectively (#77)
v1.3.3
v1.3.3
What's Changed
New plugins
Enhancements
- optimize grpc debug log message (#76)
New Contributor
v1.3.2
v1.3.2
What's Changed
Bug Fix
- Error from handler is not propagated in echo middleware (#67)
Contributors