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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## 3.24.1
2
+
### Fixed
3
+
* Performance improvement around calls to security agent. In some cases, unnecessary setup operations were being performed even if there was no security agent present to use that. These are now conditional on the security agent being present in the application (note that this will enable the setup code if the security agent is *present* in the application, regardless of whether it's currently enabled to run). This affects:
4
+
* Base agent code (updated to v3.24.1)
5
+
*`nrmongo` integration (updated to v1.1.1)
6
+
7
+
* Fixed unit tests for integrations which were failing because code level metrics are enabled by default now:
8
+
*`nrawssdk-v1` (updated to v1.1.2)
9
+
*`nrawssdk-v2` (updated to v1.2.2)
10
+
*`nrecho-v3` (updated to v1.0.2)
11
+
*`nrecho-v4` (updated to v1.0.4)
12
+
*`nrhttprouter` (updated to
13
+
*`nrlambda` (updated to v1.2.2)
14
+
*`nrnats` (updated to v1.1.5)
15
+
*`nrredis-v8` (updated to v1.0.1)
16
+
17
+
18
+
### Changed
19
+
* Updated all integration `go.mod` files to reflect supported Go language versions.
20
+
21
+
### Support statement
22
+
23
+
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 (i.e., Go versions 1.19 and later are supported).
24
+
25
+
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/)
26
+
27
+
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.
0 commit comments