diff --git a/CHANGELOG.md b/CHANGELOG.md index d216f52ff..8920e6e0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 3.34.0 +### Added + - logcontext-v2/nrlogrus can now collect user attributes + - logcontext-v2/nrslog can now collect user attributes + - use slog to manage Go agent logs with the new nrslog library + - use zerolog go manage Go agent logs with the new nrzerolog library + - support for `RegisterTLSConfig` in nrmysql +### Fixed + - logcontext-v2/nrlogrus will still print user logs without isses if the Go agent has already been shut down. + - switched protobuff to google.golang.org/protobuff in modfile +### Support statement +We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves. +See the [Go agent EOL Policy](/docs/apm/agents/go-agent/get-started/go-agent-eol-policy) for details about supported versions of the Go agent and third-party components. + + ## 3.33.1 ### Added - Increased max span events default limit to 2,000 to align with agent specifications diff --git a/v3/newrelic/version.go b/v3/newrelic/version.go index ebc211672..9f569ad00 100644 --- a/v3/newrelic/version.go +++ b/v3/newrelic/version.go @@ -11,7 +11,7 @@ import ( const ( // Version is the full string version of this Go Agent. - Version = "3.33.1" + Version = "3.34.0" ) var (