From 1412b66b95defee0d74315edf5081a8842f2f847 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Wed, 11 Dec 2024 12:21:15 -0800 Subject: [PATCH] Add entry for 9588 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a104e27a18..9daf969317a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ A minimum of Java 21 is required to use Helidon 4. - MP: Adds support for async on @ExecuteOn methods [9566](https://github.com/helidon-io/helidon/pull/9566) - Metrics: Initialize distribution customizations even before config is applied [9564](https://github.com/helidon-io/helidon/pull/9564) - Tracing: Add telemetry filter helper feature so developer code can influence automatic span creation [9581](https://github.com/helidon-io/helidon/pull/9581) +- Tracing: Fix incorrect throw of exception in global tracer assignment [9588](https://github.com/helidon-io/helidon/pull/9588) - Tracing: Fully initialize OpenTelemetry items during start-up [9553](https://github.com/helidon-io/helidon/pull/9553) - WebServer: Adds support for send(byte[],int,int) to server responses [9575](https://github.com/helidon-io/helidon/pull/9575) - WebServer: Enables support to turn on/off proxy protocol in config [9579](https://github.com/helidon-io/helidon/pull/9579)