Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

Bumps github.com/newrelic/go-agent/v3 from 3.15.0 to 3.42.0.

Release notes

Sourced from github.com/newrelic/go-agent/v3's releases.

Release 3.42.0

3.42.0

Added

  • Added ConfigTransactionEventsMaxSamplesStoredand ConfigErrorCollectorMaxSamplesStored allowing full control of maximum samples stored for Transaction Events, Custom Insights Events, Error Events, and Log Events
  • Added support for the MultiValueHeaders property when extracting the headers from events.APIGatewayProxyResponse in nrlambda
    • Thank you to community member @​rittneje for contributing to this solution

Fixed

  • Removed unused variables and modernize by replacing interface{} with any in the nrpxg5 integration
  • Fixed a bug where error events did not correctly mark expected errors
    • Thank you to community member @​driimus for contributing to this solution
  • Bumped nrwriter integration to use v1.0.2
    • Thank you to community member @​hiicharm for spotting this.

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.

Release 3.41.0

3.41.0

Added

  • Added DistributedTracer.Sampler config options for controlling the sampling behavior for Inbound Requests for distributed traces
    • To configure the sampler, added ConfigRemoteParentSampled(flag RemoteParentSamplingConfig) and ConfigRemoteParentNotSampled(flag RemoteParentSamplingConfig) which handles sampling behavior based on what the remote parent has flagged
    • Flags added are "always_on", "always_off", and "default" which can be called using RemoteParentSamplingConfig
    • Example: newrelic.ConfigRemoteParentSampled(newrelic.AlwaysOff)
  • Added OOM Monitoring Tests
  • Increased Secure Agent Test Coverage

Fixed

  • Updated third-party library versions due to reported security or other supportability issues:
    • github.com/gofiber/fiber/v2 from 2.52.7 to 2.52.9 in nrfiber integration
    • golang.org/x/net from 0.25.0 to 0.38.0 in nrconnect integration

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.

Release 3.40.1

3.40.1

Fixed

  • Reverted utilization.go back to v3.39.0 release due to deadlock bug
  • Removed awssupport_test.go tests that added direct dependencies to go module

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.

Release 3.40.0

3.40.0

Added

  • Added txn.IgnoreApdex() function to ignore Apdex score for a given transaction
  • Added Custom Attributes via environment variables NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CUSTOM_ATTRIBUTES
  • Added nrconnect integration for connect library. Connect is a slim library for building browser and gRPC-compatible HTTP APIs
    • Thank you to community member @​castaneai for contributing to this solution
  • Added nrmongo-v2 integration supporting the mongodb-v2 library

... (truncated)

Changelog

Sourced from github.com/newrelic/go-agent/v3's changelog.

3.42.0

Added

  • Added ConfigTransactionEventsMaxSamplesStoredand ConfigErrorCollectorMaxSamplesStored allowing full control of maximum samples stored for Transaction Events, Custom Insights Events, Error Events, and Log Events
  • Added support for the MultiValueHeaders property when extracting the headers from events.APIGatewayProxyResponse in nrlambda
    • Thank you to community member @​rittneje for contributing to this solution

Fixed

  • Removed unused variables and modernize by replacing interface{} with any in the nrpxg5 integration
  • Fixed a bug where error events did not correctly mark expected errors
    • Thank you to community member @​driimus for contributing to this solution
  • Bumped nrwriter integration to use v1.0.2
    • Thank you to community member @​hiicharm for spotting this.

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.

3.41.0

Added

  • Added DistributedTracer.Sampler config options for controlling the sampling behavior for Inbound Requests for distributed traces
    • To configure the sampler, added ConfigRemoteParentSampled(flag RemoteParentSamplingConfig) and ConfigRemoteParentNotSampled(flag RemoteParentSamplingConfig) which handles sampling behavior based on what the remote parent has flagged
    • Flags added are "always_on", "always_off", and "default" which can be called using RemoteParentSamplingConfig
    • Example: newrelic.ConfigRemoteParentSampled(newrelic.AlwaysOff)
  • Added OOM Monitoring Tests
  • Increased Secure Agent Test Coverage

Fixed

  • Updated third-party library versions due to reported security or other supportability issues:
    • github.com/gofiber/fiber/v2 from 2.52.7 to 2.52.9 in nrfiber integration
    • golang.org/x/net from 0.25.0 to 0.38.0 in nrconnect integration

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.

3.40.1

Fixed

  • Reverted utilization.go back to v3.39.0 release due to deadlock bug
  • Removed awssupport_test.go tests that added direct dependencies to go module

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.

3.40.0

Added

  • Added txn.IgnoreApdex() function to ignore Apdex score for a given transaction
  • Added Custom Attributes via environment variables NEW_RELIC_APPLICATION_LOGGING_FORWARDING_CUSTOM_ATTRIBUTES
  • Added nrconnect integration for connect library. Connect is a slim library for building browser and gRPC-compatible HTTP APIs
    • Thank you to community member @​castaneai for contributing to this solution
  • Added nrmongo-v2 integration supporting the mongodb-v2 library
  • Overhauled GitHub Actions Test Suite
    • Added dockerized database support for mongodb and pgx5 integrations

Fixed

  • Enhanced query parameter representation in nrpgx5 integration

... (truncated)

Commits
  • e9f2466 Merge pull request #1108 from newrelic/develop
  • 1401b37 chore(release): update to version 3.42.0 (#1107)
  • 14fb746 add support for MultiValueHeaders in event responses (#1101)
  • 5f30ff3 update nrwriter version to 1.0.2 (#1097)
  • ce0ef3e chore(nrpgx5): modernize and remove dead code (#1092)
  • 30a994d fix: set error.expected for expected response code errors (#1089)
  • c3fec55 feat(config): Max event handling (#1103)
  • f534729 feat(config): Span event config controlled through env vars (#1096)
  • 4c573e6 fix(examples/server): Bump example Dockerfile Go version to current Go versio...
  • 5728071 fix: Update Span Attribute db.Statement limit (#1090)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/newrelic/go-agent/v3](https://github.com/newrelic/go-agent) from 3.15.0 to 3.42.0.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](newrelic/go-agent@v3.15.0...v3.42.0)

---
updated-dependencies:
- dependency-name: github.com/newrelic/go-agent/v3
  dependency-version: 3.42.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants