Skip to content
Merged
Changes from 5 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
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# CHANGELOG
## Version 3.7.2 GA (Unreleased)
## 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)

* Improve sampling override with dropped parent spans ([#4014](https://github.com/microsoft/ApplicationInsights-Java/pull/4014))
Expand Down
Loading