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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## Unreleased

## Version 3.7.10 GA (09/17/2026)

### Enhancements

* Update to OpenTelemetry Java Instrumentation 2.31.1
([#4821](https://github.com/microsoft/ApplicationInsights-Java/pull/4821))
* Add continuous profiling (`enableContinuousProfiling`, `continuousProfilingMaxAgeSeconds`) which
keeps a single JFR recording running in a circular buffer so profile requests dump the most recent
window of data immediately
([#4807](https://github.com/microsoft/ApplicationInsights-Java/pull/4807))
* Upgrade AutoConfigure package from 1.6.0 to 1.7.0
([#4852](https://github.com/microsoft/ApplicationInsights-Java/pull/4852))

### Breaking changes

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.9
version=3.7.10

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