Skip to content

Commit ab33d8a

Browse files
chore: release main
1 parent 6d65f14 commit ab33d8a

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

.fleetControl/configurationDefinitions.yml

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

src/Agent/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ 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.53.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.52.0...v10.53.0) (2026-07-10)
8+
9+
10+
### New features
11+
12+
* Report request queue time from X-Request-Start/X-Queue-Start headers across all web hosts ([#3659](https://github.com/newrelic/newrelic-dotnet-agent/issues/3659)) ([05a1d00](https://github.com/newrelic/newrelic-dotnet-agent/commit/05a1d00ced2f479240c49231e6b5fb410086ab08))
13+
14+
15+
### Fixes
16+
17+
* Update Npgsql instrumentation to support v8.x and newer ([#3667](https://github.com/newrelic/newrelic-dotnet-agent/issues/3667)) ([2890d96](https://github.com/newrelic/newrelic-dotnet-agent/commit/2890d96ac42457ba13588273210ad448a736de0f))
18+
719
## [10.52.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.51.1...v10.52.0) (2026-06-24)
820

921

0 commit comments

Comments
 (0)