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
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# CHANGELOG
## Version 3.7.2 GA (Unreleased)
* Support for using the AAD Audience from the connection string ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121))
## Version 3.7.2 GA (04/17/2025)

### Enhancements

* Update OpenTelemetry Instrumentation to 2.14.0
([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138))
* Allow disabling spring-webmvc instrumentation
([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109))
* Log a warning for invalid JMX metrics
([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161))
* Support for using the AAD Audience from the connection string
([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121))

### Bug fixes

* Fix deserialization of enums in Alerting
([#4125](https://github.com/microsoft/ApplicationInsights-Java/pull/4125))
* Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF
([#4130](https://github.com/microsoft/ApplicationInsights-Java/pull/4130))

## Version 3.7.1 GA (02/26/2025)

Expand Down
Loading