Skip to content

Commit 803c7fe

Browse files
chore(main): release 10.51.0
1 parent 597e65b commit 803c7fe

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.50.0"
2+
".": "10.51.0"
33
}

src/Agent/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [10.51.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.50.0...v10.51.0) (2026-04-13)
8+
9+
10+
### New features
11+
12+
* Include structured log message arguments as context data for MEL ([#3479](https://github.com/newrelic/newrelic-dotnet-agent/issues/3479)) ([24819c4](https://github.com/newrelic/newrelic-dotnet-agent/commit/24819c4fce3a84f17be3306f3ec70467b7446bb6))
13+
14+
15+
### Fixes
16+
17+
* Complete array attribute serialization for all payload types ([#3531](https://github.com/newrelic/newrelic-dotnet-agent/issues/3531)) ([62bdb44](https://github.com/newrelic/newrelic-dotnet-agent/commit/62bdb44b9166d5b9b605adf2d397d45a2e37be13))
18+
* Resolve Lambda auto-instrumentation race condition ([#3508](https://github.com/newrelic/newrelic-dotnet-agent/issues/3508)) ([25c59e7](https://github.com/newrelic/newrelic-dotnet-agent/commit/25c59e751ccafdeb160a5c3e4b445ece384a8dc5))
19+
* Restore dotnet-counters tool compatibility ([#3526](https://github.com/newrelic/newrelic-dotnet-agent/issues/3526)) ([407eae5](https://github.com/newrelic/newrelic-dotnet-agent/commit/407eae55a36ddda15ac6f1c30a142ff1d500c14c))
20+
* Support multi-transport queue name parsing for MassTransit ([#3523](https://github.com/newrelic/newrelic-dotnet-agent/issues/3523)) ([db48d08](https://github.com/newrelic/newrelic-dotnet-agent/commit/db48d0837add4eae94663e60974907cc4b6cca82))
21+
722
## [10.50.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.49.0...v10.50.0) (2026-03-17)
823

924

0 commit comments

Comments
 (0)