Skip to content

Commit 3ced015

Browse files
chore: release main (#3551)
1 parent 50c1d91 commit 3ced015

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

.fleetControl/configurationDefinitions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ configurationDefinitions:
22
- platform: KUBERNETESCLUSTER
33
description: Dotnet agent configuration
44
type: agent-config
5-
version: 1.0.0
5+
version: 1.1.0
66
schema: ../src/Agent/NewRelic/Agent/Core/Config/Configuration.xsd
77
format: xml
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "10.51.0",
3-
"src/Agent/NewRelic/Agent/Core/Config": "1.0.0"
2+
".": "10.51.1",
3+
"src/Agent/NewRelic/Agent/Core/Config": "1.1.0"
44
}

src/Agent/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ 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.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.51.0...v10.51.1) (2026-06-03)
8+
9+
10+
### Notice
11+
12+
* Customers using `RecordDatastoreSegment()` with a custom vendor name will see metric names change from `Datastore/*/Other/*` to `Datastore/*/<VendorName>/*`. Update any dashboards, alerts, or queries that reference the old Other-based metric names. ([f6c0e48](https://github.com/newrelic/newrelic-dotnet-agent/commit/f6c0e483e00bbaa17a5b44aa3c8b9d07c5c41e91))
13+
14+
15+
### Fixes
16+
17+
* `RecordDatastoreSegment()` API will correctly use the caller-supplied vendor name instead of ignoring it. ([f6c0e48](https://github.com/newrelic/newrelic-dotnet-agent/commit/f6c0e483e00bbaa17a5b44aa3c8b9d07c5c41e91))
18+
* Ensure all StackExchange.Redis segments are created and added to transaction before it is harvested ([#3574](https://github.com/newrelic/newrelic-dotnet-agent/issues/3574)) ([4152ea2](https://github.com/newrelic/newrelic-dotnet-agent/commit/4152ea25b23318c68d372447c905c622ac5ac868))
19+
* Update MySql.Data instrumentation to support 9.7.0 signature changes ([#3562](https://github.com/newrelic/newrelic-dotnet-agent/issues/3562)) ([1e40e44](https://github.com/newrelic/newrelic-dotnet-agent/commit/1e40e44e89ab3f5c1af540a9aa30c6e1fa6a30e3))
20+
721
## [10.51.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.50.0...v10.51.0) (2026-04-21)
822

923

0 commit comments

Comments
 (0)