Skip to content
Open
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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## Version 3.7.8 GA (03/24/2026)

* Update to OpenTelemetry Java Instrumentation 2.26.1
([#4648](https://github.com/microsoft/ApplicationInsights-Java/pull/4648))
([#4632](https://github.com/microsoft/ApplicationInsights-Java/pull/4632))
([#4631](https://github.com/microsoft/ApplicationInsights-Java/pull/4631))
* Add cgroupv2 support and fix profile upload response body reading
([#4592](https://github.com/microsoft/ApplicationInsights-Java/pull/4592))
* Fix connection string env var precedence over ${file:...} config lookup
([#4608](https://github.com/microsoft/ApplicationInsights-Java/pull/4608))

## Version 3.7.7 GA (01/23/2026)

### Enhancements
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.7
version=3.7.8

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