Skip to content

Releases: pinpoint-apm/pinpoint-go-agent

v1.4.6

10 Jan 07:33
Compare
Choose a tag to compare

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

18 Dec 07:32
Compare
Choose a tag to compare

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

06 Nov 08:43
Compare
Choose a tag to compare

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

08 Oct 08:47
Compare
Choose a tag to compare

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

13 Sep 06:03
Compare
Choose a tag to compare

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

17 Jun 07:19
Compare
Choose a tag to compare

v1.4.1

What's Changed

Enhancements

  • update the go direct version to 1.21 (#89)

v1.4.0

10 Jan 11:37
Compare
Choose a tag to compare

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

28 Jun 05:49
Compare
Choose a tag to compare

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

11 May 09:16
Compare
Choose a tag to compare

v1.3.3

What's Changed

New plugins

Enhancements

  • optimize grpc debug log message (#76)

New Contributor

v1.3.2

27 Apr 06:04
Compare
Choose a tag to compare

v1.3.2

What's Changed

Bug Fix

  • Error from handler is not propagated in echo middleware (#67)

Contributors