From a092cf301e9398863580de2f9068a0a2c90dcc73 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 25 Sep 2025 17:24:00 -0700 Subject: [PATCH 1/6] Prepare to release 3.7.5 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac2e2369f3..e597d33930c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # CHANGELOG +## Version 3.7.5 GA (09/25/2025) + +### Bug fixes + +* Update OpenTelemetry versions + ([#4429](https://github.com/microsoft/ApplicationInsights-Java/pull/4429)) +* Simplify + ([#4430](https://github.com/microsoft/ApplicationInsights-Java/pull/4430)) +* Fix CodeQL warnings + ([#4431](https://github.com/microsoft/ApplicationInsights-Java/pull/4431)) +* Update semconv artifact version + ([#4438](https://github.com/microsoft/ApplicationInsights-Java/pull/4438)) +* Rollback #4373 + ([#4446](https://github.com/microsoft/ApplicationInsights-Java/pull/4446)) +* azure-identity pin not needed anymore + ([#4455](https://github.com/microsoft/ApplicationInsights-Java/pull/4455)) +* Remove unused plugin + ([#4454](https://github.com/microsoft/ApplicationInsights-Java/pull/4454)) + ## Version 3.7.4 GA (08/05/2025) ### Bug fixes From f502513925d0bd6364b0ff430e3f1a0a96ec9faa Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 25 Sep 2025 17:59:37 -0700 Subject: [PATCH 2/6] new pr --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e597d33930c..be9a33b6963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ ([#4455](https://github.com/microsoft/ApplicationInsights-Java/pull/4455)) * Remove unused plugin ([#4454](https://github.com/microsoft/ApplicationInsights-Java/pull/4454)) +* Read environment variables for AKS metrics otlp support + ([#4458](https://github.com/microsoft/ApplicationInsights-Java/pull/4458)) ## Version 3.7.4 GA (08/05/2025) From ec33405f71171f23c44e87280be7eba4c4635d96 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 25 Sep 2025 18:03:08 -0700 Subject: [PATCH 3/6] remove trivial PRs --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9a33b6963..75dee7c36ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,16 +8,10 @@ ([#4429](https://github.com/microsoft/ApplicationInsights-Java/pull/4429)) * Simplify ([#4430](https://github.com/microsoft/ApplicationInsights-Java/pull/4430)) -* Fix CodeQL warnings - ([#4431](https://github.com/microsoft/ApplicationInsights-Java/pull/4431)) * Update semconv artifact version ([#4438](https://github.com/microsoft/ApplicationInsights-Java/pull/4438)) -* Rollback #4373 - ([#4446](https://github.com/microsoft/ApplicationInsights-Java/pull/4446)) * azure-identity pin not needed anymore ([#4455](https://github.com/microsoft/ApplicationInsights-Java/pull/4455)) -* Remove unused plugin - ([#4454](https://github.com/microsoft/ApplicationInsights-Java/pull/4454)) * Read environment variables for AKS metrics otlp support ([#4458](https://github.com/microsoft/ApplicationInsights-Java/pull/4458)) From 200181492a31c7475763dd050d1bcc26619ee109 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 25 Sep 2025 18:08:33 -0700 Subject: [PATCH 4/6] remove unncessary ones --- CHANGELOG.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75dee7c36ee..8eb3f5c4287 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,16 +2,10 @@ ## Version 3.7.5 GA (09/25/2025) -### Bug fixes +### Enhancements * Update OpenTelemetry versions ([#4429](https://github.com/microsoft/ApplicationInsights-Java/pull/4429)) -* Simplify - ([#4430](https://github.com/microsoft/ApplicationInsights-Java/pull/4430)) -* Update semconv artifact version - ([#4438](https://github.com/microsoft/ApplicationInsights-Java/pull/4438)) -* azure-identity pin not needed anymore - ([#4455](https://github.com/microsoft/ApplicationInsights-Java/pull/4455)) * Read environment variables for AKS metrics otlp support ([#4458](https://github.com/microsoft/ApplicationInsights-Java/pull/4458)) From 252bae97efff198053187d644c9271a423c207b3 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 25 Sep 2025 18:14:32 -0700 Subject: [PATCH 5/6] style fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb3f5c4287..1f3cf73404c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Enhancements -* Update OpenTelemetry versions +* Update OpenTelemetry versions ([#4429](https://github.com/microsoft/ApplicationInsights-Java/pull/4429)) * Read environment variables for AKS metrics otlp support ([#4458](https://github.com/microsoft/ApplicationInsights-Java/pull/4458)) From db66ac94abf5c8a6e8d4c1e32c8a98738b101356 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 25 Sep 2025 18:24:48 -0700 Subject: [PATCH 6/6] update version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 45779e90e4e..a3a21dd8983 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // Project properties -version=3.7.4 +version=3.7.5 org.gradle.parallel=true org.gradle.caching=true