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
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## 3.33.1
2
+
### Added
3
+
- Increased max span events default limit to 2,000 to align with agent specifications
4
+
- Added support for gRPC API endpoints and HTTP status codes in the nrsecurity integration
5
+
- Added feature to detect route of an incoming request for all supported frameworks in the nrsecurity integration.
6
+
- Updated support for latest New Relic Security Agent release.
7
+
### Fixed
8
+
- Fixed an issue with nrzap attributes not properly being forwarded
9
+
- Improved comments on nropenai
10
+
- Fixed a minor bug relating to ExpectStatusCodes in `app_run.go`
11
+
### Support statement
12
+
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.
13
+
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.
// which is used to detect application URL mapping(api-endpoints) for provable security.
113
116
// In this version of the integration, this wrapper is only necessary if you are using the New Relic security agent integration [https://github.com/newrelic/go-agent/tree/master/v3/integrations/nrsecurityagent],
114
117
// but it may be enhanced to provide additional functionality in future releases.
// which is used to detect application URL mapping(api-endpoints) for provable security.
136
139
// In this version of the integration, this wrapper is only necessary if you are using the New Relic security agent integration [https://github.com/newrelic/go-agent/tree/master/v3/integrations/nrsecurityagent],
137
140
// but it may be enhanced to provide additional functionality in future releases.
0 commit comments