Skip to content

Commit 7bcc6f7

Browse files
authored
Merge pull request #3074 from microsoft/harskaur/changelog
Changelog & version bump for beta2 release
2 parents 54be655 + 2ae5623 commit 7bcc6f7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.props/_GlobalStaticVersion.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<SemanticVersionMajor>3</SemanticVersionMajor>
1414
<SemanticVersionMinor>0</SemanticVersionMinor> <!-- If changing the Minor version, also update the Date value. -->
1515
<SemanticVersionPatch>0</SemanticVersionPatch>
16-
<PreReleaseMilestone>beta1</PreReleaseMilestone> <!--Valid values for an Application Insights release: beta1, beta2, EMPTY for stable. If you build your application locally, you can use any value. -->
16+
<PreReleaseMilestone>beta2</PreReleaseMilestone> <!--Valid values for an Application Insights release: beta1, beta2, EMPTY for stable. If you build your application locally, you can use any value. -->
1717
<PreReleaseMilestone Condition="'$(Redfield)' == 'True'">redfield</PreReleaseMilestone>
1818
<PreReleaseMilestone Condition="'$(NightlyBuild)' == 'True'">nightly</PreReleaseMilestone> <!-- Overwrite this property for nightly builds from the DEVELOP branch. -->
1919
<!--
@@ -23,7 +23,7 @@
2323
as it will restart file versions so 2.4.0-beta1 may have higher
2424
file version (like 2.4.0.2222) than 2.4.0-beta2 (like 2.4.0.1111)
2525
-->
26-
<SemanticVersionDate>2025-12-05</SemanticVersionDate>
26+
<SemanticVersionDate>2026-01-13</SemanticVersionDate>
2727

2828
<!--
2929
BuildNumber uniquely identifies all builds (The max allowed value is UInt16.MaxValue = 65535).

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 3.0.0-beta2
44
### Added
55
- [Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3064)
66
- [Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3054)
77
- [Added Self Diagnostics feature](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3070)
88
- [Updated the default sampler from Fixed Rate to Rate-Limited Sampling.](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3073)
99
- [Update Azure Monitor Exporter to 1.6.0-beta.2](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3073)
10+
- [Add comprehensive applicationinsights.config support](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3069)
11+
- [Add properties in TelemetryConfiguration to configure underlying exporter](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3065)
12+
13+
### Bug fix
14+
- [Fix TrackMetric(MetricTelemetry) unsupported telemetry type error](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3071)
1015

1116
## Version 3.0.0-beta1
1217
- The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.

0 commit comments

Comments
 (0)