Skip to content

Commit ec997a0

Browse files
authored
Prepare to release 3.7.8 (#4659)
1 parent 8aaef21 commit ec997a0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# CHANGELOG
22

3+
## Version 3.7.8 GA (03/24/2026)
4+
5+
* Update to OpenTelemetry Java Instrumentation 2.26.1
6+
([#4648](https://github.com/microsoft/ApplicationInsights-Java/pull/4648),
7+
[#4632](https://github.com/microsoft/ApplicationInsights-Java/pull/4632),
8+
[#4631](https://github.com/microsoft/ApplicationInsights-Java/pull/4631))
9+
* Add cgroupv2 support and fix profile upload response body reading
10+
([#4592](https://github.com/microsoft/ApplicationInsights-Java/pull/4592))
11+
* Fix connection string env var precedence over ${file:...} config lookup
12+
([#4608](https://github.com/microsoft/ApplicationInsights-Java/pull/4608))
13+
314
## Version 3.7.7 GA (01/23/2026)
415

516
### Enhancements

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Project properties
2-
version=3.7.7
2+
version=3.7.8
33

44
org.gradle.parallel=true
55
org.gradle.caching=true

0 commit comments

Comments
 (0)