diff --git a/CHANGELOG.md b/CHANGELOG.md index 2efaf228d5..471be016d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,24 @@ ## Unreleased +## Version 3.7.9 GA (06/18/2026) + ### Enhancements +* Disable errors from profiles + ([#4736](https://github.com/microsoft/ApplicationInsights-Java/pull/4736)) * Add manual profile triggering via file touch and JMX MBean + ([#4730](https://github.com/microsoft/ApplicationInsights-Java/pull/4730)) * Add global cooldown (`globalCooldownSeconds`) to prevent rapid successive profiles from different trigger sources * Add `manualTriggeredSettings` configuration for controlling the JFR profile used during manual recordings +### Bug fixes + +* Fix Spring Boot 4 Micrometer auto-configuration and add actuator metrics smoke coverage + ([#4672](https://github.com/microsoft/ApplicationInsights-Java/pull/4672)) + ## Version 3.7.8 GA (03/24/2026) * Update to OpenTelemetry Java Instrumentation 2.26.1 diff --git a/gradle.properties b/gradle.properties index fe48de3240..842aa3762b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.8 +version=3.7.9 org.gradle.parallel=true org.gradle.caching=true