Skip to content

Commit

Permalink
New Go AGent Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Apr 4, 2024
1 parent cfd6803 commit 06a1456
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
subject: Go agent
releaseDate: '2024-04-4'
version: 3.32.0
downloadLink: 'https://github.com/newrelic/go-agent/tree/v3.32.0'
features: ["Handler to take New Relic transaction data from context automatically when using `nrslog` integration","Adds new wrapper function for the `nrecho`, `nrgin`, and `nrgorilla` integrations for use in the New Relic Security Agent"]
bugs: ["Adds missing license file to the `nropenai` integration","Changes `*bedrockruntime.Client` parameters in `nrawsbedrock` integration to use a more general interface type, allowing the use of custom types which extend the bedrock client type","Fixes `pgx5` pool example","Updated unit tests to check `Transaction.Ignore`","Updated `nrzap` unit tests to add background logger sugared test case"]
security: []
---

<Callout variant="important">
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from upgrading to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about [keeping your agent up to date](/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/).
</Callout>

## 3.32.0

### Added
* Updates to support for the New Relic security agent to report API endpoints.
* Adds new wrapper function for the `nrecho`, `nrgin`, and `nrgorilla` integrations.
* Handler to take New Relic transaction data from context automatically when using `nrslog` integration (thanks, @adomaskizogian!)

### Fixed
* Adds missing license file to the `nropenai` integration.
* Changes `*bedrockruntime.Client` parameters in `nrawsbedrock` integration to use a more general interface type, allowing the use of custom types which extend the bedrock client type.
* Fixes `pgx5` pool example
* Updated unit tests to check `Transaction.Ignore`
* Updated `nrzap` unit tests to add background logger sugared test case.


### 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](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components.

0 comments on commit 06a1456

Please sign in to comment.