From 1fa15f3798e28ff76959ca680f34b785d668df43 Mon Sep 17 00:00:00 2001 From: Chris Martin <101210272+ChrisScotMartin@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:53:42 -0500 Subject: [PATCH] expanded change description --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b6e64918..66d60537 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ v9.5.2 -v9.5.2 Bug fix in baggage options for JS client, cleanup tracing.go a bit +v9.5.2 Bug fix in baggage options for JS client, wag-js baggage is now always a map. Server propagation now uses clever-request-id provided in baggage if available, and produces a uuid if it is not, instead of defaulting to traceid. v9.5.1 Minor bug fix in the typing of options in the generated JS client