3.18.0 Added Code-level metrics are now available for instrumented transactions. This is off by default but once enabled via…
3.17.0 Added Logs in context now supported for zerolog. This is a quick way to view logs no matter where you are in the platform. Adds…
3.16.1 Fixed Changed dependency on gRPC from v1.27.0 to v1.39.0. This in turn changes gRPC's dependency on x/crypto to v0.0.…
3.16.0 Added Distributed Tracing is now the default mode of operation. It may be disabled by user configuration if so desired. PR #495 To…
3.15.2 Added Strings logged via the Go agent's built-in logger will have strings of the form license_key= hex-string changed to license…
3.15.1 Fixed Updated support for SQL database instrumentation across the board for the Go Agent’s database integrations to more accurately…
3.15.0 Fixed Updated mongodb driver version to 1.5.1 to fix security issue in external dependency. Fixes Issue #358 and Issue #37…
3.14.1 Fixed A typographical error in the nrgrpc unit tests was fixed. Fixes Issue #344 . This updates the nrgrpc integration to version…
3.14.0 Fixed Integration tags and go.mod files for integrations were updated so that pkg.go.dev displays the documentation for each…
3.13.0 Fixed Replaced the NR AWS SDK V2 integration for the v3 agent with a new version that works. See the v3/integrations/nrawssdk-v…