Releases: newrelic/newrelic-dotnet-agent
Releases · newrelic/newrelic-dotnet-agent
v10.34.0
10.34.0 (2024-11-19)
Notice
- The .NET agent now allows you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the documentation.(#2831) (d1e29ea)
New features
- Add Distributed Tracing support for Azure Functions HTTPTrigger. (#2868) (0278836)
- The .NET agent now allows you to opt-in to adding your custom tags (labels) to agent-forwarded logs. With custom tags on logs, platform engineers can easily filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. To learn more about this feature see the documentation.(#2831) (d1e29ea)
Fixes
v10.33.1
v10.33.0
10.33.0 (2024-10-30)
New features
- Add AWSSDK.DynamoDBv2 instrumentation. Versions 3.5 through 4.0.0-preview.4 are supported. Note: previous agent versions would instrument DynamoDB calls as Externals; now DynamoDB calls will show up as Database operations in the New Relic UI. (2460527)
- Add config option for providing AWS account ID for linking (#2851) (936b6f6)
- New Garbage Collection Metrics Sampler for .NET 6+ (#2838) (f24a5da)
Fixes
- Fix potential race condition in AWS SDK, AWS Bedrock, and Elastisearch that could lead to an orphaned Transaction. (#2842) (3afa15f)
- Remove usage of non-thread safe HashSet in AwsSdk pipeline wrappers. Thanks, @gjunge! (#2855) (#2857) (ae1d422)
- Revert environment variable name change in installers and scripts (#2852) (e77683b)
v10.32.0
10.32.0 (2024-10-15)
Notice
- Environment variables that start with or contain
NEWRELIC_
are deprecated and may be removed in a future major release. Users are encouraged to update their installation to useNEW_RELIC_
names as soon as possible. (b00edda)
New features
- Implement consistent naming scheme for all environment variables. All environment variables starting with (or containing)
NEWRELIC_
are now namedNEW_RELIC_
. Support for previous environment variables is retained, so this is not a breaking change. (#718) (#2812) (b00edda) - Update CosmosDB instrumentation to support latest version (#2832) (27a78cb)
Fixes
v10.31.0
v10.30.0
v10.29.0
v10.28.0
v10.27.0
v10.26.0
10.26.0 (2024-06-26)
Notice
- The .NET Agent now supports instrumenting AWS Lambda functions. See documentation for details: https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/get-started/monitoring-aws-lambda-serverless-monitoring/. (d96e29f)
New features
- Add an option to disable the file system watcher. (#2536) (27d0ed0)
- Add support for capturing container id from AWS ECS. (#2481) (c018b8a)
- Add support for using Sitecore.Logging and log4net together (#2537) (332529b)