Skip to content

Commit 6e03514

Browse files
authored
Merge branch 'main' into mvick/add-metadata-action-step1
2 parents da74657 + 542c99b commit 6e03514

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.48.1"
2+
".": "10.49.0"
33
}

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.49.0](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.48.1...v10.49.0) (2026-02-10)
8+
9+
10+
### New features
11+
12+
* The .NET Hybrid Agent provides a future-proof observability solution with integrated support for OpenTelemetry Tracing and Metrics APIs. OpenTelemetry Logs will continue to be supported through the existing Microsoft.Extensions.Logging integration. This release delivers critical OpenTelemetry features including Span Links, Events on Spans, and unified sampling algorithms. It is designed to bridge the gap for .NET teams looking to adopt OpenTelemetry standards while maintaining backwards compatibility with their existing New Relic dashboards. ([72a0414](https://github.com/newrelic/newrelic-dotnet-agent/commit/72a0414d49273d412cddc11dcb329b30680aa8f0))
13+
14+
15+
### Fixes
16+
17+
* Agent correctly overwrites files when necessary. ([#3425](https://github.com/newrelic/newrelic-dotnet-agent/issues/3425)) ([9cafa88](https://github.com/newrelic/newrelic-dotnet-agent/commit/9cafa886f19b709a8b1f6138992479c067475736))
18+
719
## [10.48.1](https://github.com/newrelic/newrelic-dotnet-agent/compare/v10.48.0...v10.48.1) (2026-01-28)
820

921

src/Agent/NewRelic/Agent/Core/Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<!-- Autofac v6+ doesn't support framework. We could possibly upgrade to v5.x but there's no compelling reason for it. -->
4242
<PackageReference Include="Autofac" Version="[4.5.0]" />
4343
<PackageReference Include="Google.Protobuf" Version="3.33.5" />
44-
<PackageReference Include="Grpc.Tools" Version="2.76.0">
44+
<PackageReference Include="Grpc.Tools" Version="2.78.0">
4545
<PrivateAssets>all</PrivateAssets>
4646
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4747
</PackageReference>

0 commit comments

Comments
 (0)