Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.96 KB

File metadata and controls

31 lines (20 loc) · 1.96 KB
subject releaseDate version downloadLink features bugs security
Go agent
2021-09-02
3.15.0
Added new integration for nrpgx
Enhanced debugging logs so that New Relic license keys are redacted from log output
Updated mongodb driver version to fix security issues in external dependency
Updated nrgin integration version to address a vulnerability found in lower versions of the gin package

3.15.0

Fixed

  • Updated mongodb driver version to 1.5.1 to fix security issue in external dependency. Fixes Issue #358 and Issue #370.

  • Updated the go.mod file in the nrgin integration to require version 1.7.0 of the github.com/gin-gonic/gin package. This addresses CVE-2020-28483 which documents a vulnerability in versions of github.com/gin-gonic/gin earlier than 1.7.0.

Added

  • New integration nrpgx added to provide the same functionality for instrumenting Postgres database queries as the existing nrpq integration, but using the pgx driver instead. This only covers (at present) the use case of the pgx driver with the standard library database/sql. Fixes Issue #142 and Issue #292

Changed

  • Enhanced debugging logs so that New Relic license keys are redacted from the log output. Fixes Issue #353.

  • Updated the advice in GUIDE.md to have correct go get commands with explicit reference to v3.

Support Statement

New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.