Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.43.3
Feature
- EXPERIMENTAL: Added a config option
ConfigAppLogDecoratingWithinMessageto allow Local Log Decorator to appear within a message field. This can only be applied to thelogcontext-v2/nrlogrusintegration. Thelogcontext-v2/nrlogrusintegration will be bumped to v1.1.4.
Security
- Dependabot security bumps
nrawsbedrock(integration will be bumped to v1.1.1)nrawssdk-v2(integration will be bumped to v1.2.7)nrpgx5(integration will be bumped to v1.3.4)`
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.43.2
Fixed
- Fixed a bug in
replacementResponseWriterwhere theUnwrapfunction wasn't being promoted as a part of an anoynmous struct
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.43.1
Fixed
- Fixed a bug where we were importing the incorrect version of the
nrsecureagentin ournrgrpcintegration
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.43.0
Added
- Added UnWrap support for replacement response writer
- Thank you to community member @ArturFortunato for contributing to this solution
- Added support for Lambda function URL request and response in the
nrlambdaintegration- Thank you to community member @rittneje for contributing to this solution
- Added additional Span attribute for Opensearch/elastic search endpoint in the
nrawssdkintegration - Added Support for "WITH" clauses to sqlparse
Fixed
- Fixed failing httptest
Security
- Updated CI/CD go version
- Bumped
nrgrpcversion - Dependabot security bumps
logcontext/nrlogruslogcontext/nrlogruspluginlogcontext-v2/nrlogrusnrfiber
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.42.0
Added
- Added
ConfigTransactionEventsMaxSamplesStoredandConfigErrorCollectorMaxSamplesStoredallowing full control of maximum samples stored for Transaction Events, Custom Insights Events, Error Events, and Log Events - Added support for the
MultiValueHeadersproperty when extracting the headers fromevents.APIGatewayProxyResponsein 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
nrpxg5integration - Fixed a bug where error events did not correctly mark expected errors
- Thank you to community member @driimus for contributing to this solution
- Bumped
nrwriterintegration 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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.41.0
Added
- Added
DistributedTracer.Samplerconfig options for controlling the sampling behavior for Inbound Requests for distributed traces- To configure the sampler, added
ConfigRemoteParentSampled(flag RemoteParentSamplingConfig)andConfigRemoteParentNotSampled(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 usingRemoteParentSamplingConfig Example: newrelic.ConfigRemoteParentSampled(newrelic.AlwaysOff)
- To configure the sampler, added
- 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/v2from 2.52.7 to 2.52.9 innrfiberintegrationgolang.org/x/netfrom 0.25.0 to 0.38.0 innrconnectintegration
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
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
nrconnectintegration 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-v2integration 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
- Fixed a bug where a race condition would occur in identifying container utilization.
- Capture DynamoDB table name and index name in DatastoreSegment
- Thank you to community member @rittneje for contributing to this solution
- Updated third-party library versions due to reported security or other supportability issues:
github.com/gofiber/fiber/v2to 2.52.7 innrfiberintegrationgithub.com/go-chi/chi/v5to 5.2.2 innrgochiintegration
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.39.0
Added
- Added nrfiber integration for go fiber framework
- Thank you to community member @MitulShah1 for contributing to this solution
- Updated nrslog example with new API
- Thank you to community member @frankywahl for contributing to this solution
- Add Optional Path Filtering Function to nrgin Middleware
- Thank you to community member @frknikiz for contributing to this solution
- Added ConfigDatastoreKeysEnabled to nrreddis integration allowing for reporting the names of keys along with the datastore operations
- Switched GitHub Action Testing Suite from an Emulated ARM layer to Native ARM layers
- Added support for time objects for attribute values for nrslog
Fixed
- Fixed linking metadata location in log messages
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.
Important
We recommend updating to the latest agent version as soon as it's available. If your organization has established practices that prevent you from updating to the latest version, ensure that your agents are regularly updated to a version that's at most 90 days old. Read more about keeping your agent up to date.
3.38.0
Added
- Added new integration nrgochi v1.0.0 for support for go-chi library
- Added IsEnded() method for the Transaction type. Allowing for a straightforward approach to checking if a transaction has ended
- Community Member @frknikiz contributed to this solution
Fixed
- Added caveat to API docs about local log decoration in zap 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.