From e07d7aab6a6344adef206031ff721b3f666eb083 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 23 Jan 2026 08:37:44 -0800 Subject: [PATCH 1/3] Prepare to release 3.7.7 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee928407eb..f4891e2f2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## Version 3.7.7 GA (01/23/2026) + +### Enhancements + +* Update OpenTelemetry Instrumentation to 2.20.0 + ([#4465](https://github.com/microsoft/ApplicationInsights-Java/pull/4465)) +* Enable Spring Cloud Gateway instrumentation + ([#4559](https://github.com/microsoft/ApplicationInsights-Java/pull/4559)) +* Add azure_monitor to metrics exporter for AKS + ([#4575](https://github.com/microsoft/ApplicationInsights-Java/pull/4575)) + ## Version 3.7.6 GA (10/28/2025) ### Enhancements From 11b4e2ffa9969462a8eed10a92f59d37a3833a70 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 23 Jan 2026 08:40:21 -0800 Subject: [PATCH 2/3] bump version for release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e0661920df..1803ab78b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.6 +version=3.7.7 org.gradle.parallel=true org.gradle.caching=true From 98c5f628ab1a7ad0c8950723daacf3e8b972920a Mon Sep 17 00:00:00 2001 From: Sean Li Date: Fri, 23 Jan 2026 14:52:50 -0800 Subject: [PATCH 3/3] update after merging the other PR --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4891e2f2f..eea84766dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ ### Enhancements -* Update OpenTelemetry Instrumentation to 2.20.0 - ([#4465](https://github.com/microsoft/ApplicationInsights-Java/pull/4465)) +* Update to OpenTelemetry Java Instrumentation 2.21.0 + ([#4511](https://github.com/microsoft/ApplicationInsights-Java/pull/4511)) * Enable Spring Cloud Gateway instrumentation ([#4559](https://github.com/microsoft/ApplicationInsights-Java/pull/4559)) * Add azure_monitor to metrics exporter for AKS