Skip to content

Commit 0907737

Browse files
chore: release main
1 parent 40055e1 commit 0907737

3 files changed

Lines changed: 18 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.1.0
5+
version: 1.2.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.51.1",
3-
"src/Agent/NewRelic/Agent/Core/Config": "1.1.0"
2+
".": "10.52.0",
3+
"src/Agent/NewRelic/Agent/Core/Config": "1.2.0"
44
}

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.52.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.51.1...v10.52.0) (2026-06-22)
8+
9+
10+
### New features
11+
12+
* Add alternative environment variables for expected and ignored error codes. ([#3626](https://github.com/newrelic/newrelic-dotnet-agent/issues/3626)) ([c29f037](https://github.com/newrelic/newrelic-dotnet-agent/commit/c29f037c08c949a58ec2e8e83471c8025843b048))
13+
* Add Kafka internal metrics ([#3555](https://github.com/newrelic/newrelic-dotnet-agent/issues/3555)) ([1102c0b](https://github.com/newrelic/newrelic-dotnet-agent/commit/1102c0bed0e263fa044c184f6971e5832cc49a54))
14+
* Add SQL metadata comments to enable APM to DB Query Performance Monitoring correlation ([#3582](https://github.com/newrelic/newrelic-dotnet-agent/issues/3582)) ([04599b5](https://github.com/newrelic/newrelic-dotnet-agent/commit/04599b54f98e97f97708e9a1f53426a4c644b2ef))
15+
16+
17+
### Fixes
18+
19+
* Bedrock Converse no longer drops events when first content block is non-text ([#3649](https://github.com/newrelic/newrelic-dotnet-agent/issues/3649)) ([8813077](https://github.com/newrelic/newrelic-dotnet-agent/commit/8813077600b61712b3d1f09d4fbb4f5310858806))
20+
* Prevent malformed log_event_data JSON for non-serializable context values ([#3642](https://github.com/newrelic/newrelic-dotnet-agent/issues/3642)) ([a7108cb](https://github.com/newrelic/newrelic-dotnet-agent/commit/a7108cb193a83ad2c23fbd0de80e05d0be68d617))
21+
722
## [10.51.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.51.0...v10.51.1) (2026-06-03)
823

924

0 commit comments

Comments
 (0)