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 thenrgin
integration to require version 1.7.0 of thegithub.com/gin-gonic/gin
package. This addresses CVE-2020-28483 which documents a vulnerability in versions ofgithub.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 existingnrpq
integration, but using the pgx driver instead. This only covers (at present) the use case of thepgx
driver with the standard librarydatabase/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 correctgo get
commands with explicit reference tov3
.
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.