Skip to content

Releases: newrelic/newrelic-dotnet-agent

v10.52.0

24 Jun 20:10
faec069

Choose a tag to compare

10.52.0 (2026-06-24)

New features

  • Add alternative environment variables for expected and ignored error codes. (#3626) (c29f037)
  • Add Kafka internal metrics (#3555) (1102c0b)
  • Add SQL metadata comments to enable APM to DB Query Performance Monitoring correlation (#3582) (04599b5)

Fixes

  • Bedrock Converse no longer drops events when first content block is non-text (#3649) (8813077)
  • Distributed tracing for HttpWebRequest body and async requests (#3652) (8f8928d)
  • Prevent malformed log_event_data JSON for non-serializable context values (#3642) (a7108cb)

v10.51.1

03 Jun 19:06
3ced015

Choose a tag to compare

10.51.1 (2026-06-03)

Notice

  • Customers using RecordDatastoreSegment() with a custom vendor name will see metric names change from Datastore/*/Other/* to Datastore/*//*. Update any dashboards, alerts, or queries that reference the old Other-based metric names. (f6c0e48)

Fixes

  • RecordDatastoreSegment() API will correctly use the caller-supplied vendor name instead of ignoring it. (f6c0e48)
  • Ensure all StackExchange.Redis segments are created and added to transaction before it is harvested (#3574) (4152ea2)
  • Update MySql.Data instrumentation to support 9.7.0 signature changes (#3562) (1e40e44)

config-schema: 1.1.0

1.1.0 (2026-06-03)

Features

  • Add .NET 8+ support for System.Data.Odbc (#2948) (7ee9825)
  • Add a new Distributed Tracing sampler, the TraceId Ratio-Based Sampler, which is based on the OpenTelemetry implementation. This sampler makes its sampling decision using the TraceId (a random GUID) and a configured sampling ratio (a target percentage of traces to be sampled). For more information, see the OpenTelemetry specification. (#3211) (63ca603)
  • Allow incoming W3C traceparent sampled flag to influence .NET agent sampling decision. (#3100) (6047bda)
  • Allow users to configure process names that should not be instrumented (#3387) (8dedf32)
  • The .NET Hybrid Agent provides a future-proof observability solution with integrated support for OpenTelemetry Tracing and Metrics APIs. OpenTelemetry Logs will continue to be supported through the existing Microsoft.Extensions.Logging integration. This release delivers critical OpenTelemetry features including Span Links, Events on Spans, and unified sampling algorithms. It is designed to bridge the gap for .NET teams looking to adopt OpenTelemetry standards while maintaining backwards compatibility with their existing New Relic dashboards. (72a0414)

Bug Fixes

  • Restore min/max occurs properties on distributedTracing config element. (#3381) (#3388) (2d0b89f)

v10.51.0

22 Apr 15:43
2ea3b34

Choose a tag to compare

10.51.0 (2026-04-21)

New features

  • Add support for instrumenting Hangfire background jobs. (#3520) (2e82366)
  • Include structured log message arguments as context data for MEL (#3479) (24819c4)

Fixes

  • Complete array attribute serialization for all payload types (#3531) (62bdb44)
  • Resolve Lambda auto-instrumentation race condition (#3508) (25c59e7)
  • Restore dotnet-counters tool compatibility (#3526) (407eae5)
  • Send loaded modules on agent reconnect (#3534) (ecaa550)
  • Support multi-transport queue name parsing for MassTransit (#3523) (db48d08)

v10.50.0

19 Mar 15:03
1487c66

Choose a tag to compare

10.50.0 (2026-03-17)

New features

  • Add array support for custom attributes in .NET Agent API (#3456) (4fb9405)
  • Add hybrid agent support for grpc-dotnet. (#3475) (6b48c06)
  • Add LLM monitoring for Microsoft.Extensions.AI via OpenTelemetry bridge (#3472) (2e03c0c)

Fixes

  • Don't instrument Blazor / SignalR websocket connections (#3468) (7f2a5e9)

v10.49.0

11 Feb 18:21
542c99b

Choose a tag to compare

10.49.0 (2026-02-10)

New features

  • The .NET Hybrid Agent provides a future-proof observability solution with integrated support for OpenTelemetry Tracing and Metrics APIs. OpenTelemetry Logs will continue to be supported through the existing Microsoft.Extensions.Logging integration. This release delivers critical OpenTelemetry features including Span Links, Events on Spans, and unified sampling algorithms. It is designed to bridge the gap for .NET teams looking to adopt OpenTelemetry standards while maintaining backwards compatibility with their existing New Relic dashboards. (72a0414)

Fixes

  • Agent correctly overwrites files when necessary. (#3425) (9cafa88)

v10.48.1

28 Jan 20:13
242fd87

Choose a tag to compare

10.48.1 (2026-01-28)

Fixes

v10.48.0

14 Jan 17:30
373036f

Choose a tag to compare

10.48.0 (2026-01-14)

Notice

  • The GPG key used to sign .NET Agent RPM packages in our YUM repo has been rotated. Please update your systems to trust the new key by downloading our updated repository definition file and placing it in /etc/yum.repos.d/, overwriting any existing version of that file. (ef5f329)

New features

  • Allow users to configure process names that should not be instrumented (#3387) (8dedf32)
  • Increase maximum length of db.statement span attribute to 4096 bytes (#3364) (#3365) (bbac2f4)

Fixes

  • Fix agent connection error when debug logging is enabled. (#3395) (82fc1b6)
  • Restore min/max occurs properties on distributedTracing config element. (#3381) (#3388) (2d0b89f)

v10.47.2

16 Dec 16:16
6653b13

Choose a tag to compare

10.47.2 (2025-12-16)

Fixes

  • Handle disposed streams in browser script injection (#3352) (32fb80c)
  • Profiler doesn't handle UTF-8 files with BOM correctly. (#3347) (c18ff11)

v10.47.1

03 Dec 20:09
dd90243

Choose a tag to compare

10.47.1 (2025-12-02)

Fixes

  • Cache all environment variable access to reduce possible thread contention (#3322) (e2a8109)
  • Ensure OpenAI LLM supportability metrics are recorded on all invocations. (#3320) (a4d7af8)

v10.47.0

19 Nov 16:39
a6ce55e

Choose a tag to compare

10.47.0 (2025-11-18)

New features

  • Add an optional transaction storage mechanism to allow transactions to flow with the ExecutionContext for ASP.NET web apps (#3311) (d254ce9)

Fixes

  • Azure Service Bus instrumentation fails due to null reference exception (#3305) (b2bf4df)
  • OpenAI instrumentation ignores chat completions when CompleteChatAsync() or CompleteChat() messages parameter is not an Array (#3317) (3df9570)