Skip to content

Commit 99250f2

Browse files
chore(main): release 10.39.0 (#3027)
1 parent afbd3d4 commit 99250f2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.38.0"
2+
".": "10.39.0"
33
}

src/Agent/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.39.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.38.0...v10.39.0) (2025-03-19)
8+
9+
10+
### Notice
11+
12+
* Automatic browser agent injection for ASP.NET Core v6+ web applications has been enabled by default. If you experience any issues with this feature, please see item 2 on [this page](https://docs.newrelic.com/docs/apm/agents/net-agent/other-features/browser-monitoring-net-agent/#enable_netcore6plus) for a setting that can be set to `false` to disable the feature and [contact us for support](https://docs.newrelic.com/docs/new-relic-solutions/solve-common-issues/find-help-use-support-portal/). ([051ceab](https://github.com/newrelic/newrelic-dotnet-agent/commit/051ceab6e2747209c965dc7d9156d9cf59dbf9e2))
13+
14+
15+
### New features
16+
17+
* Enable ASP.NET Core browser auto-injection by default. ([051ceab](https://github.com/newrelic/newrelic-dotnet-agent/commit/051ceab6e2747209c965dc7d9156d9cf59dbf9e2))
18+
* Instrument In-Process Azure Function invocations, with distributed tracing support for Http and Service Bus triggers. ([#3003](https://github.com/newrelic/newrelic-dotnet-agent/issues/3003)) ([47d22a1](https://github.com/newrelic/newrelic-dotnet-agent/commit/47d22a11321f160084d230785b8d6475181e77c7))
19+
20+
21+
### Fixes
22+
23+
* Look for `ASPNETCORE_IIS_APP_POOL_ID` if `APP_POOL_ID` isn't found. ([#3036](https://github.com/newrelic/newrelic-dotnet-agent/issues/3036)) ([620064c](https://github.com/newrelic/newrelic-dotnet-agent/commit/620064c3c3c59891f5daa3948663bf892bed8358))
24+
* Remove diagnostics tracing output from agent API calls ([#3029](https://github.com/newrelic/newrelic-dotnet-agent/issues/3029)) ([be7b7f4](https://github.com/newrelic/newrelic-dotnet-agent/commit/be7b7f4b3b57a5d056313c940026c4681243b038))
25+
* Remove unnecessary dependency on `System.Runtime.InteropServices.RuntimeInformation` in .NET 4.6.2 builds. ([#3033](https://github.com/newrelic/newrelic-dotnet-agent/issues/3033)) ([ab81d1c](https://github.com/newrelic/newrelic-dotnet-agent/commit/ab81d1c5eaed14b3928bcaed0fe2c64b31795ad9))
26+
* Set Profiler logger to initialized when configuration load fails. ([#3015](https://github.com/newrelic/newrelic-dotnet-agent/issues/3015)) ([7ab30d7](https://github.com/newrelic/newrelic-dotnet-agent/commit/7ab30d712ab59901d21c434019b8d28eb95f7280))
27+
728
## [10.38.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.37.0...v10.38.0) (2025-03-04)
829

930

0 commit comments

Comments
 (0)