-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 3.24.1 #772
Merged
Merged
Release 3.24.1 #772
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixes issue: #743
Fix NR-LINKING
Fix security agent performance issues
update ci tests to new go version, logrus
fixed clm for unit test
mirackara
approved these changes
Aug 10, 2023
Codecov Report
@@ Coverage Diff @@
## master #772 +/- ##
==========================================
+ Coverage 81.64% 81.68% +0.04%
==========================================
Files 123 134 +11
Lines 11553 12248 +695
==========================================
+ Hits 9432 10005 +573
- Misses 1865 1966 +101
- Partials 256 277 +21
... and 12 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
3.24.1
Fixed
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:
nrmongo
integration (updated to v1.1.1)Fixed unit tests for integrations which were failing because code level metrics are enabled by default now:
nrawssdk-v1
(updated to v1.1.2)nrawssdk-v2
(updated to v1.2.2)nrecho-v3
(updated to v1.0.2)nrecho-v4
(updated to v1.0.4)nrhttprouter
(updated to 1.0.2)nrlambda
(updated to v1.2.2)nrnats
(updated to v1.1.5)nrredis-v8
(updated to v1.0.1)Changed
go.mod
files to reflect supported Go language versions.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 (i.e., Go versions 1.19 and later are supported).
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/)
See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.