Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
# Release History

## 1.7.0-beta.1 (Unreleased)
## 1.7.0 (2026-03-27)

### Features Added

- Added `ApplicationInsightsRestClientSettings` to support creating a `ApplicationInsightsRestClient` from `IConfiguration`, including configuration-based credential resolution and dependency injection registration.
Comment thread
harsimar marked this conversation as resolved.

### Breaking Changes

([#56891](https://github.com/Azure/azure-sdk-for-net/pull/56891))
- Changed gen-ai semantic convention attribute truncation from exempt to 256KB limit.
([#57194](https://github.com/Azure/azure-sdk-for-net/pull/57194))
### Bugs Fixed

- Fixed AOT warning regression by using the source generator for `ConfigurationBinder` calls.
Comment thread
harsimar marked this conversation as resolved.
([#56368](https://github.com/Azure/azure-sdk-for-net/pull/56368))

### Other Changes

* Update OpenTelemetry dependencies
- OpenTelemetry 1.15.1
- OpenTelemetry.Extensions.Hosting 1.15.1
([#57549](https://github.com/Azure/azure-sdk-for-net/pull/57549))

* Made `AzureMonitorLogExporter`, `AzureMonitorMetricExporter`, `AzureMonitorTraceExporter`.
* Made `AzureMonitorLogExporter`, `AzureMonitorMetricExporter`, and `AzureMonitorTraceExporter` public for direct use when configuring OpenTelemetry.
([#56344](https://github.com/Azure/azure-sdk-for-net/pull/56344))
* Made options `EnablePerfCounters` and `EnableStandardMetrics` public in `AzureMonitorExporterOptions`.
([#56344](https://github.com/Azure/azure-sdk-for-net/pull/56344))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>An OpenTelemetry .NET exporter that exports to Azure Monitor</Description>
<AssemblyTitle>AzureMonitor OpenTelemetry Exporter</AssemblyTitle>
<Version>1.7.0-beta.1</Version>
<Version>1.7.0</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.6.0</ApiCompatVersion>
<PackageTags>Azure Monitor OpenTelemetry Exporter ApplicationInsights</PackageTags>
Expand Down
Loading