Skip to content

Commit

Permalink
Merge pull request #980 from iamemilio/release_3.35.1
Browse files Browse the repository at this point in the history
3.35.1
  • Loading branch information
iamemilio authored Oct 24, 2024
2 parents 32bbfd1 + b90cd1c commit 82c8f84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion v3/newrelic/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 82c8f84

Please sign in to comment.