From 2fca7e39e87c20fcfcd934e984720173ce3417e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:39:38 +0100 Subject: [PATCH] Release notes for 8.15.1 (#16405) * Update release notes for 8.15.1 * update release note --------- Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Co-authored-by: Kaise Cheng --- docs/static/releasenotes.asciidoc | 36 ++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index dc4a80c83..fa8b56b79 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -65,6 +66,39 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-15-1]] +=== Logstash 8.15.1 Release Notes + +[[notable-8.15.1]] +==== Performance improvements and notable issues fixed + +* Fixed issue where `${VAR}` incorrectly treated array as a string https://github.com/elastic/logstash/pull/16375[#16375] + +[[core-8.15.1]] +==== Other changes to Logstash core + +* Emit warning message for java version less than 17. Starting from Logstash 9.0, the minimum required version of Java will be Java 17 https://github.com/elastic/logstash/pull/16370[#16370] + +[[plugins-8.15.1]] +==== Plugin releases + +*Elasticsearch Input - 4.20.4* + +* Fixed issue where the `index` parameter was being ignored when using `response_type => aggregations` https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/209[#209] + +*Redis Input - 3.7.1* + +* [Doc] Added `threads` option https://github.com/logstash-plugins/logstash-input-redis/pull/95[#95] + +*Aws Integration - 7.1.8* + +* Added support to all storage classes for s3 output https://github.com/logstash-plugins/logstash-integration-aws/pull/49[#49] + +*Kafka Integration - 11.5.1* + +* [Doc] Added only headers with UTF-8 encoded values are supported in `decorate_events` https://github.com/logstash-plugins/logstash-integration-kafka/pull/174[#174] + + [[logstash-8-15-0]] === Logstash 8.15.0 Release Notes @@ -2441,4 +2475,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit This feature allows users to run the Benchmark CLI in a custom test case with a custom config and a custom dataset. https://github.com/elastic/logstash/pull/12437[#12437] ==== Plugin releases -Plugins align with release 7.14.0 +Plugins align with release 7.14.0 \ No newline at end of file