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.
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 upgrading 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.37.0
Added
- Implemented a new approach to integrating New Relic with SLOG that is more lightweight, out of the way, and collects richer data. These changes have been constructed to be completely backwards-compatible with v1 of nrslog. Changes include:
- Wrapping slog.Handler objects with errors to allow users to handle invalid use cases
- A complete rework of log enrichment so that New Relic linking metadata does not invalidate JSON, BSON, or YAML scanners. This new approach will instead inject the linking metadata as a key-value pair.
- Complete support for With(), WithGroup(), and attributes for automatic instrumentation.
- Performance operations.
- Robust testing (close to 90% coverage).
- This updates logcontext-v2/nrslog to v1.4.0.
- Now custom application tags (labels) may be added to all forwarded log events.
- Enabled if ConfigAppLogForwardingLabelsEnabled(true) or NEW_RELIC_APPLICATION_LOGGING_FORWARDING_LABELS_ENABLED=TRUE
- May exclude labels named in ConfigAppLogForwardingLabelsExclude("label1","label2",...) or NEW_RELIC_APPLICATION_LOGGING_FORWARDING_LABELS_EXCLUDE="label1,label2,..."
- Labels are defined via ConfigLabels(...) or NEW_RELIC_LABELS
- Added memory allocation limit detection/response mechanism to facilitate calling custom functions to perform application-specific resource management functionality, report custom metrics or events, or take other appropriate actions, in response to rising heap memory size.
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.36.0
Enhanced
- Internal improvements to securityagent integration to better support trace handling and other support for security analysis of applications under test, now v1.3.4; affects the following other integrations:
- nrecho, now v1.1.4
- nrecho-v4, now v1.1.3
- nrgin, now v1.3.3
- nrgorilla, now v1.2.3
- nrgraphqlgo, now v1.0.2
- nrhttprouter, now v1.1.3
Fixed
- Added missing license files.
- Fixed module dependencies in nrgrpc integration, now v1.4.5
- Corrects handling of
panic(nil)
to no longer try to keep pre-Go-1.21 behavior but to allow newer language semantics for that condition. Fixes issue 975.
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.35.1
Fixed
- Security agent bug hotfix: Don't update the security agent until the Go agent has completed its connect process PR
- Faster Trace ID generation
- Community member @ankon contributed this change
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.35.0
Added
- Enhanced security features (adds support for secure cookie even reporting)
- Enables sharing of response headers with the csec-security-agent.
- Now uses
error.Error()
value for log attributes- Thanks to @ejsolberg for the PR
- nramqp integration cloud services entity relationship changes
- Enhances url support for amqp server connections
Fixed
- nrawssdk-v2 integration examples of
AppendMiddlewares
corrected.- Thanks to @Meroje for the PR
- Zerolog integration correction to example program
import
statement.- Fixes issue #950
- Zerolog integration JSON parser bug caused a runtime panic in some circumstances.
- Fixes issue #955
- Fixed handling of
panic(nil)
. This was made necessary by changes introducted to Go as of 1.21. - A race condition was possible due to code level metrics accesses to a contended memory address.
- Integer size issues flagged when converting unsigned to signed values.
- Workflow corrections for CI processes in github.
- Fixes issue #946
- Updated to use latest grpc and protobuf 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. 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 upgrading 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.34.0
Added
logcontext-v2/nrlogrus
can now collect user attributeslogcontext-v2/nrslog
can now collect user attributes- Use
slog
to manage Go agent logs with the newnrslog
library - Use
zerolog
go manage Go agent logs with the newnrzerolog
library - Support for
RegisterTLSConfig
innrmysql
Fixed
logcontext-v2/nrlogrus
will still print user logs without issues if the Go agent has already been shut down- Switched
protobuff
togoogle.golang.org/protobuff
inmodfile
Support statement
We use the latest version of the Go language. At a minimum, you should use no version of Go older than what's 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 upgrading 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.33.1
Added
- Increased max span events default limit to 2,000 to align with agent specifications.
- Updated support for latest New Relic security agent release.
- Added support for gRPC API endpoints and HTTP status codes in the nrsecurity integration.
- Added feature to detect route of an incoming request for all supported frameworks in the nrsecurity integration.
Fixed
- Fixed an issue with nrzap attributes not properly being forwarded.
- Improved comments on nropenai.
- Fixed a minor bug relating to
ExpectStatusCodes
inapp_run.go
.
Support statement
We use the latest version of the Go language. At a minimum, you should use no version of Go older than what's 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.33.0
Added
- Support for Zap Field Attributes
Fixed
- Fixed an issue where running containers on AWS would falsely flag Azure Utilization
- Fixed a typo with nrecho
- Changed nrslog example to use a context-driven handler
Support statement
We use the latest version of the Go language. At a 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 upgrading 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.32.0
Added
- Updates to support for the New Relic security agent to report API endpoints
- Adds new wrapper function for the
nrecho
,nrgin
, andnrgorilla
integrations
- Adds new wrapper function for the
- Handler to take New Relic transaction data from context automatically when using
nrslog
integration (thanks, @adomaskizogian!)
Fixed
- Adds missing license file to the
nropenai
integration - Changes
*bedrockruntime.Client
parameters innrawsbedrock
integration to use a more general interface type, allowing the use of custom types which extend the bedrock client type - Fixes
pgx5
pool example - Updated unit tests to check
Transaction.Ignore
- Updated
nrzap
unit tests to add background logger sugared test case.
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.