Skip to content
Merged
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 3.6.2 GA (10/23/2024)

### Enhancements

* Update to OpenTelemetry Java Instrumentation [2.9.0](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.9.0)
([#3917](https://github.com/microsoft/ApplicationInsights-Java/pull/3917))

* Update azure-monitor-opentelemetry-exporter to [1.0.0-beta.31](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md#100-beta31-2024-10-23)
([#3917](https://github.com/microsoft/ApplicationInsights-Java/pull/3932))
Note: This version of the exporter includes a fix for [restoring self-diagnostic logging](https://github.com/Azure/azure-sdk-for-java/pull/42451)

## Version 3.6.1 GA (10/09/2024)

### Bug fixes
Expand Down
Loading