From 8b91c1bb6d4e11bfd6939641e7932c73645e9160 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Mon, 23 Mar 2026 23:09:25 -0700 Subject: [PATCH 1/3] Prepare to release 3.7.8 --- CHANGELOG.md | 5 +++++ gradle.properties | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea84766dc..95a5aed3ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # 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)) + ## Version 3.7.7 GA (01/23/2026) ### Enhancements diff --git a/gradle.properties b/gradle.properties index 1803ab78b7..fe48de3240 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.7 +version=3.7.8 org.gradle.parallel=true org.gradle.caching=true From 8a6429f5e02736d0b1520037c5164e4f03aadb6f Mon Sep 17 00:00:00 2001 From: xiang17 Date: Tue, 24 Mar 2026 17:35:16 -0700 Subject: [PATCH 2/3] Update CHANGELOG for version 3.7.8 GA Updated changelog for version 3.7.8 GA with new features and fixes. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95a5aed3ad..98d986f798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ * 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) From a3f8d8351c0829f2c54a0b2c6101e4a2638e71db Mon Sep 17 00:00:00 2001 From: xiang17 Date: Wed, 25 Mar 2026 12:43:42 -0700 Subject: [PATCH 3/3] Update CHANGELOG for version 3.7.8 GA Consolidate pull request references into a single line. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d986f798..a7f428cfab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ## 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)) + ([#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