From 870358a2070ac31916f9f8ca5e9b66d72489f9e1 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Sep 2026 18:18:23 -0700 Subject: [PATCH 1/2] Prepare to release 3.7.10 --- CHANGELOG.md | 4 ++++ gradle.properties | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5325ecc93b..d7e43bc600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## 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 diff --git a/gradle.properties b/gradle.properties index 842aa3762b..c9098a8ed7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.9 +version=3.7.10 org.gradle.parallel=true org.gradle.caching=true From 1d0508341d48a5cdcefbfe636f9e80883b9210bd Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Sep 2026 18:20:25 -0700 Subject: [PATCH 2/2] Add AutoConfigure version bump --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7e43bc600..1cfba585e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,13 @@ ### Enhancements * Update to OpenTelemetry Java Instrumentation 2.31.1 - ([#4821](https://github.com/microsoft/ApplicationInsights-Java/pull/4821) + ([#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