From 355e02729a1797168edf4cd6c8ca57d9d7fde095 Mon Sep 17 00:00:00 2001 From: Helen <56097766+heyams@users.noreply.github.com> Date: Wed, 22 Feb 2023 13:18:48 -0800 Subject: [PATCH] Release 3.4.10 GA (#2929) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998dc38f6b9..4092542433d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # CHANGELOG +## Version 3.4.10 GA + +### Enhancements: + +* Update to OpenTelemetry Java Instrumentation 1.23 + ([#2923](https://github.com/microsoft/ApplicationInsights-Java/pull/2923)) +* Set resultCode to "0" when Span.httpStatusCode is not present + ([#2925](https://github.com/microsoft/ApplicationInsights-Java/pull/2925)) +* Support dots in JMX attribute names + ([#2921](https://github.com/microsoft/ApplicationInsights-Java/pull/2921)) +* Improve Cosmos telemetry mapping + ([#2906](https://github.com/microsoft/ApplicationInsights-Java/pull/2906)) + ## Version 3.4.9 GA ### Enhancements: