From 9b0be4e8aba0e198d4246f78a7e2c99678c017d3 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 28 May 2025 13:17:09 -0700 Subject: [PATCH 1/3] Prepare to release 3.7.3 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49822086046..e758cf89831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,20 @@ # CHANGELOG +## Version 3.7.3 GA (05/28/2025) + +### Enhancements + +* Smoke test for custom events with OTel API + ([#4190](https://github.com/microsoft/ApplicationInsights-Java/pull/4190)) +* Add fix for hyphens in enum values + ([#4202](https://github.com/microsoft/ApplicationInsights-Java/pull/4202)) +* Update OpenTelemetry dependencies + ([#4177](https://github.com/microsoft/ApplicationInsights-Java/pull/4177)) + +### Bug fixes + +* testing fixes for CodeQL + ([#4198](https://github.com/microsoft/ApplicationInsights-Java/pull/4198)) + ## Version 3.7.2 GA (04/17/2025) ### Enhancements From d343b0e9939680129f28b186fa1d7c97fcc161a1 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 28 May 2025 14:40:54 -0700 Subject: [PATCH 2/3] Remove trivial test fixes --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e758cf89831..19e7d9f33e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,18 +3,11 @@ ### Enhancements -* Smoke test for custom events with OTel API - ([#4190](https://github.com/microsoft/ApplicationInsights-Java/pull/4190)) * Add fix for hyphens in enum values ([#4202](https://github.com/microsoft/ApplicationInsights-Java/pull/4202)) * Update OpenTelemetry dependencies ([#4177](https://github.com/microsoft/ApplicationInsights-Java/pull/4177)) -### Bug fixes - -* testing fixes for CodeQL - ([#4198](https://github.com/microsoft/ApplicationInsights-Java/pull/4198)) - ## Version 3.7.2 GA (04/17/2025) ### Enhancements From 073d02cfa95366b1e0e5bd2db508c299d45c75f9 Mon Sep 17 00:00:00 2001 From: xiang17 Date: Wed, 28 May 2025 16:36:57 -0700 Subject: [PATCH 3/3] 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 19e7d9f33e1..89ab624a944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ### Enhancements -* Add fix for hyphens in enum values +* Fix reading of profiling configuration enum value ([#4202](https://github.com/microsoft/ApplicationInsights-Java/pull/4202)) * Update OpenTelemetry dependencies ([#4177](https://github.com/microsoft/ApplicationInsights-Java/pull/4177))