Skip to content

Commit 82c8f84

Browse files
authored
Merge pull request #980 from iamemilio/release_3.35.1
3.35.1
2 parents 32bbfd1 + b90cd1c commit 82c8f84

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.35.1
2+
### Fixed
3+
- 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)
4+
- Faster Trace ID generation
5+
- Community Member @ankon contributed [this change](https://github.com/newrelic/go-agent/pull/977)
6+
7+
### Support statement
8+
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.
9+
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.
10+
111
## 3.35.0
212
### Added
313
- Enhanced security features (adds support for secure cookie even reporting)

v3/newrelic/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
// Version is the full string version of this Go Agent.
14-
Version = "3.35.0"
14+
Version = "3.35.1"
1515
)
1616

1717
var (

0 commit comments

Comments
 (0)