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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Project properties
version=3.7.8
version=3.7.9

org.gradle.parallel=true
org.gradle.caching=true
Expand Down