-
Notifications
You must be signed in to change notification settings - Fork 249
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
chore(deps): Update module github.com/newrelic/go-agent/v3 to v3.27.0 #2285
chore(deps): Update module github.com/newrelic/go-agent/v3 to v3.27.0 #2285
Conversation
|
Codecov Report
@@ Coverage Diff @@
## main #2285 +/- ##
==========================================
+ Coverage 33.87% 34.61% +0.73%
==========================================
Files 91 91
Lines 24900 24900
==========================================
+ Hits 8435 8618 +183
+ Misses 16309 16100 -209
- Partials 156 182 +26 see 7 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
21663c1
to
928d838
Compare
816db55
to
538da15
Compare
3ba2501
to
8abae9f
Compare
25a051c
to
52b23b5
Compare
52b23b5
to
9ce871c
Compare
ea492ef
to
a660149
Compare
80d5f8b
to
21c42ce
Compare
21c42ce
to
01d32f8
Compare
4a373ad
to
7744ad8
Compare
f7098c9
to
93148f2
Compare
4389a78
to
190f0bc
Compare
fba58d6
to
57f8956
Compare
57f8956
to
7650407
Compare
7650407
to
794210b
Compare
Just rebased this branch onto |
This PR contains the following updates:
v3.20.3
->v3.27.0
Release Notes
newrelic/go-agent (github.com/newrelic/go-agent/v3)
v3.27.0
: Release 3.27.0Compare Source
3.27.0
Added
Fixed
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 for details about supported versions of the Go agent and third-party components.
v3.26.0
: Release 3.26.0Compare Source
3.26.0
Added
nrpgx5
integration (now v1.2.0). This instruments Postgres database operations using thejackc/pgx/v5
library, including the direct access mode of operation as opposed to requiring code to use the library compatibly with the standarddatabase/sql
library.Corrections
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 for details about supported versions of the Go agent and third-party components.
v3.25.1
: Release 3.25.1Compare Source
3.25.1
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 for details about supported versions of the Go agent and third-party components.
v3.25.0
Compare Source
v3.24.1
: Release 3.24.1Compare Source
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 v1.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.
v3.24.0
: Release 3.24.0Compare Source
3.24.0
Added
Fixed
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.
v3.23.1
: Release 3.23.1Compare Source
Added
Fixed
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.
v3.23.0
: Release 3.23.0Compare Source
3.23.0
Added
nrsecurityagent
integration for performing Interactive Application Security Testing (IAST) of your application.nrgin
v1.2.0nrgrpc
v1.4.0nrmicro
v1.2.0nrmongo
v1.2.0nrsqlite3
v1.2.0To learn how to use IAST with the New Relic Go Agent, check out our documentation.
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).
See the Go agent EOL Policy for details about supported versions of the Go agent and third-party components.
v3.22.1
Compare Source
3.22.1
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 for details about supported versions of the Go agent and third-party components.
v3.22.0
Compare Source
3.22.0
Added
Security Fixes
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 for details about supported versions of the Go agent and third-party components.
v3.21.1
Compare Source
3.21.1
Added
Fixed
Support Statement
New Relic recommends that you upgrade the agent regularly to ensure that you're getting the latest features and performance benefits. Additionally, older releases will no longer be supported when they reach end-of-life.
We also recommend using the latest version of the Go language. At minimum, you should at least be using no version of Go older than what is supported by the Go team themselves.
See the Go Agent EOL Policy for details about supported versions of the Go Agent and third-party components.
New
v3.21.0
Compare Source
3.21.0
Added
Fixed
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 for details about supported versions of the Go agent and third-party components.
v3.20.4
Compare Source
Fixed
Added
Support Statement
We also using the latest version of the Go language. At minimum, you should at least be using no version of Go older than what is supported by the Go team themselves.
See the Go Agent EOL Policy for details about supported versions of the Go Agent and third-party components.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.