Skip to content

Commit e652d61

Browse files
chore(main): release 10.40.0 (#3051)
1 parent 6b93cf9 commit e652d61

2 files changed

Lines changed: 17 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.39.0"
2+
".": "10.40.0"
33
}

src/Agent/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ 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.40.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.39.0...v10.40.0) (2025-04-01)
8+
9+
10+
### New features
11+
12+
* Add Couchbase 3.x instrumentation ([#3048](https://github.com/newrelic/newrelic-dotnet-agent/issues/3048)) ([7ef0c82](https://github.com/newrelic/newrelic-dotnet-agent/commit/7ef0c82be230438f99e1398b81455de7d2b88e48))
13+
* Add instrumentation for AWS Kinesis Data Streams and Kinesis Delivery Streams (Firehose) ([7b52a67](https://github.com/newrelic/newrelic-dotnet-agent/commit/7b52a67c65f9f3fdb78e0ac194b608c75726090a))
14+
* Add support for MongoDB.Driver 3.x and above. ([#3065](https://github.com/newrelic/newrelic-dotnet-agent/issues/3065)) ([c8acbc5](https://github.com/newrelic/newrelic-dotnet-agent/commit/c8acbc5b3767402b08544e550a771712c802f24a))
15+
16+
17+
### Fixes
18+
19+
* Add more null checks to Asp.NET Core 6+ browser instrumentation logic ([#3070](https://github.com/newrelic/newrelic-dotnet-agent/issues/3070)) ([5f5cf12](https://github.com/newrelic/newrelic-dotnet-agent/commit/5f5cf12703264fde15ef0bd332734329dc3355a3))
20+
* In-process Azure Function publishes Nuget agent DLLs to the wrong folder ([#3068](https://github.com/newrelic/newrelic-dotnet-agent/issues/3068)) ([ee04d25](https://github.com/newrelic/newrelic-dotnet-agent/commit/ee04d257a2dbddb40bce0c6c2601a53fa90a7364))
21+
* Profiler should not log "with parent process" unless parent process is non-empty ([#3066](https://github.com/newrelic/newrelic-dotnet-agent/issues/3066)) ([a6c6d7d](https://github.com/newrelic/newrelic-dotnet-agent/commit/a6c6d7d15f516ae65671d0146af3d7785334a190))
22+
723
## [10.39.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.38.0...v10.39.0) (2025-03-19)
824

925

0 commit comments

Comments
 (0)