From b90cd1c2c08b72764a2aa61851e7fb14ebe4af55 Mon Sep 17 00:00:00 2001 From: Emilio Garcia Date: Thu, 24 Oct 2024 14:00:28 -0400 Subject: [PATCH] 3.35.1 --- CHANGELOG.md | 10 ++++++++++ v3/newrelic/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1acd31dd0..c3bc2c904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 3.35.1 +### Fixed + - Security Agent Bug Hotfix: Do not update the security agent unti the go agent has completed its connect process [PR](https://github.com/newrelic/go-agent/pull/978) + - Faster Trace ID generation + - Community Member @ankon contributed [this change](https://github.com/newrelic/go-agent/pull/977) + +### 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.35.0 ### Added - Enhanced security features (adds support for secure cookie even reporting) diff --git a/v3/newrelic/version.go b/v3/newrelic/version.go index f3dfeb30d..eb4982544 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.35.0" + Version = "3.35.1" ) var (