You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 3.32.0
2
+
### Added
3
+
* Updates to support for the New Relic security agent to report API endpoints.
4
+
* Adds new wrapper function for the `nrecho`, `nrgin`, and `nrgorilla` integrations.
5
+
* Handler to take New Relic transaction data from context automatically when using `nrslog` integration (thanks, @adomaskizogian!)
6
+
7
+
### Fixed
8
+
* Adds missing license file to the `nropenai` integration.
9
+
* 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.
10
+
* Fixes `pgx5` pool example
11
+
* Updated unit tests to check `Transaction.Ignore`
12
+
* Updated `nrzap` unit tests to add background logger sugared test case.
13
+
14
+
### Support statement
15
+
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.
16
+
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.
17
+
1
18
## 3.31.0
2
19
### Added
3
20
* Integration packages to instrument AI model invocations (see below).
|[sashabaranov/go-openai](https://github.com/sashabaranov/go-openai)|[v3/integrations/nropenai](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nropenai)| Send AI Monitoring Events with OpenAI |
110
+
|[aws/aws-sdk-go-v2/tree/main/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2/tree/main/service/bedrockruntime)|[v3/integrations/nrawsbedrock](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrawsbedrock)| Send AI Monitoring Events with AWS Bedrock |
0 commit comments