From 276f10b773a6321225005dbba52770e71a891938 Mon Sep 17 00:00:00 2001 From: Andrea Selva Date: Thu, 14 Nov 2024 16:29:25 +0100 Subject: [PATCH] Better wording in changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: João Duarte --- docs/static/releasenotes.asciidoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 6452caadef9..b4a9c6f4f67 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -70,11 +70,10 @@ This section summarizes the changes in the following releases: [[known-issues-8-14-3]] ==== Known issue -**{ls} in serializing non UTF-8 JSON payloads suffer of performance regression.** -Starting from version `8.14.1` was introduced a fix in handling JSON contained in non UTF-8 strings https://github.com/elastic/logstash/issues/15833[#15833]. -This fix introduced a performance regression that was solved with https://github.com/elastic/logstash/pull/16313[#16313] and -released starting with version `8.15.0`. -Workaround: update {ls} installation to `8.15.0` or later minor. +**{ls} performance regression in JSON encoding** +{ls} `8.14.1` fixed JSON encoding of strings contaning non-unicode data https://github.com/elastic/logstash/issues/15833[#15833]. +The fix introduced a performance regression that has since been solved with https://github.com/elastic/logstash/pull/16313[#16313] and included in {ls} `8.15.0`. +There is no workaround for this issue, please upgrade to {ls} 8.15.0 or later. [[notable-8.14.3]] ==== Enhancements and notable issues fixed