Skip to content

Commit

Permalink
Merge pull request #907 from nr-swilloughby/release-3.33.0
Browse files Browse the repository at this point in the history
release 3.33.0
  • Loading branch information
nr-swilloughby committed May 1, 2024
2 parents ac3fcc5 + 36fbaa8 commit 3893a8a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.33.0
### Added
- Support for Zap Field Attributes
- Updated dependency on csec-go-agent in nrsecurityagent
### Fixed
- Fixed an issue where running containers on AWS would falsely flag Azure Utilization
- Fixed a typo with nrecho-v3
- Changed nrslog example to use a context driven handler

These changes increment the affected integration package version numbers to:
- nrsecurityagent v1.3.1
- nrecho-v3 v1.1.1
- logcontext-v2/nrslog v1.2.0
- logcontext-v2/nrzap v1.2.0

### 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.32.0
### Added
* Updates to support for the New Relic security agent to report API endpoints.
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.32.0"
Version = "3.33.0"
)

var (
Expand Down

0 comments on commit 3893a8a

Please sign in to comment.