newrelic / go-agent

New Relic Go Agent
Apache License 2.0
764 stars 294 forks source link

Release 3.24.1 #772

Closed nr-swilloughby closed 1 year ago

nr-swilloughby commented 1 year ago

3.24.1

Fixed

Changed

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.

codecov-commenter commented 1 year ago

Codecov Report

Merging #772 (f4aa806) into master (5986bbc) will increase coverage by 0.04%. Report is 1 commits behind head on master. The diff coverage is 24.13%.

@@            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     
Files Changed Coverage Δ
v3/newrelic/instrumentation.go 77.46% <0.00%> (-2.25%) :arrow_down:
v3/newrelic/internal_response_writer.go 50.00% <0.00%> (-1.34%) :arrow_down:
v3/newrelic/internal_txn.go 90.00% <0.00%> (ø)
v3/newrelic/segments.go 72.88% <0.00%> (-10.46%) :arrow_down:
v3/newrelic/transaction.go 65.20% <0.00%> (-2.14%) :arrow_down:
v3/newrelic/version.go 100.00% <ø> (ø)
v3/newrelic/sql_driver.go 46.00% <20.51%> (-19.11%) :arrow_down:
v3/integrations/nrmongo/nrmongo.go 82.02% <22.22%> (-14.37%) :arrow_down:
v3/newrelic/log_event.go 80.70% <100.00%> (-1.42%) :arrow_down:

... and 12 files with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more