From ec66ceec7567d181d77316471d02f514127fbf3a Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Apr 2025 14:02:49 -0700 Subject: [PATCH 1/6] Prepare to release 3.7.2 --- CHANGELOG.md | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35d388b3b0b..7caf0484f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ # CHANGELOG -## Version 3.7.2 GA (Unreleased) +## Version 3.7.2 GA (04/17/2025) + +### Enhancements + * Support for using the AAD Audience from the connection string ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) +### Bug fixes + +* Fix deserialization of enums in Alerting + ([#4125](https://github.com/microsoft/ApplicationInsights-Java/pull/4125)) +* Update otel to 2.13.3 + ([#4128](https://github.com/microsoft/ApplicationInsights-Java/pull/4128)) +* Update OpenTelemetry Instrumentation to 2.14.0 + ([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138)) +* Nicer smoke test assertions + ([#4141](https://github.com/microsoft/ApplicationInsights-Java/pull/4141)) +* Allow disabling spring-webmvc instrumentation + ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) +* Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF + ([#4130](https://github.com/microsoft/ApplicationInsights-Java/pull/4130)) +* Log as warn invalid JMX metrics + ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) +* Support for AAD Audience in connection string (for sovereign cloud) + ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) +* [SFI] Update codeql-daily.yml - add C++ to analysis + ## Version 3.7.1 GA (02/26/2025) * Improve sampling override with dropped parent spans ([#4014](https://github.com/microsoft/ApplicationInsights-Java/pull/4014)) From ee7ef92167844aec84b8f6f73a87dec3dfc790d7 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Apr 2025 14:08:36 -0700 Subject: [PATCH 2/6] remove some unncessary entries --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7caf0484f7f..4301838292c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,21 +9,14 @@ * Fix deserialization of enums in Alerting ([#4125](https://github.com/microsoft/ApplicationInsights-Java/pull/4125)) -* Update otel to 2.13.3 - ([#4128](https://github.com/microsoft/ApplicationInsights-Java/pull/4128)) * Update OpenTelemetry Instrumentation to 2.14.0 ([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138)) -* Nicer smoke test assertions - ([#4141](https://github.com/microsoft/ApplicationInsights-Java/pull/4141)) * Allow disabling spring-webmvc instrumentation ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) * Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF ([#4130](https://github.com/microsoft/ApplicationInsights-Java/pull/4130)) * Log as warn invalid JMX metrics ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) -* Support for AAD Audience in connection string (for sovereign cloud) - ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) -* [SFI] Update codeql-daily.yml - add C++ to analysis ## Version 3.7.1 GA (02/26/2025) From 2cb55db73363626ddc7eee6c1a1a842273c57646 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Apr 2025 14:13:21 -0700 Subject: [PATCH 3/6] move some entries to enhancements --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4301838292c..bd6eb74a47b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,20 +3,20 @@ ### Enhancements +* Update OpenTelemetry Instrumentation to 2.14.0 + ([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138)) +* Log as warn invalid JMX metrics + ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) +* Allow disabling spring-webmvc instrumentation + ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) * Support for using the AAD Audience from the connection string ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) ### Bug fixes * Fix deserialization of enums in Alerting ([#4125](https://github.com/microsoft/ApplicationInsights-Java/pull/4125)) -* Update OpenTelemetry Instrumentation to 2.14.0 - ([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138)) -* Allow disabling spring-webmvc instrumentation - ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) * Fix request exception not captured when INSTRUMENTATION_LOGGING_LEVEL=OFF ([#4130](https://github.com/microsoft/ApplicationInsights-Java/pull/4130)) -* Log as warn invalid JMX metrics - ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) ## Version 3.7.1 GA (02/26/2025) From 1af953b7ad14c68477c8e48deb85d213079ab067 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Apr 2025 14:14:04 -0700 Subject: [PATCH 4/6] reorder --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6eb74a47b..dc4d4e47430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,10 @@ * Update OpenTelemetry Instrumentation to 2.14.0 ([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138)) -* Log as warn invalid JMX metrics - ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) * Allow disabling spring-webmvc instrumentation ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) +* Log as warn invalid JMX metrics + ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) * Support for using the AAD Audience from the connection string ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) ### Bug fixes From 9a26b85802bb1d6e518e0f9ba24bc55d2442a8c5 Mon Sep 17 00:00:00 2001 From: xiang17 Date: Thu, 17 Apr 2025 14:16:08 -0700 Subject: [PATCH 5/6] Update CHANGELOG.md Co-authored-by: Trask Stalnaker --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4d4e47430..4d0b13d9754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ([#4138](https://github.com/microsoft/ApplicationInsights-Java/pull/4138)) * Allow disabling spring-webmvc instrumentation ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) -* Log as warn invalid JMX metrics +* Log a warning for invalid JMX metrics ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) * Support for using the AAD Audience from the connection string ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) From 6257289d2104bc93bea31710bbb3a65cd53a4ef9 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Thu, 17 Apr 2025 16:38:42 -0700 Subject: [PATCH 6/6] reformat --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0b13d9754..49822086046 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ ([#4109](https://github.com/microsoft/ApplicationInsights-Java/pull/4109)) * Log a warning for invalid JMX metrics ([#4161](https://github.com/microsoft/ApplicationInsights-Java/pull/4161)) -* Support for using the AAD Audience from the connection string ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) +* Support for using the AAD Audience from the connection string + ([#4121](https://github.com/microsoft/ApplicationInsights-Java/pull/4121)) ### Bug fixes