Skip to content

Commit

Permalink
Release notes for 8.15.1 (#16405)
Browse files Browse the repository at this point in the history
* 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 <kaise.cheng@elastic.co>
  • Loading branch information
3 people authored Sep 2, 2024
1 parent 3aee7ae commit 2fca7e3
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in the following releases:

* <<logstash-8-15-1,Logstash 8.15.1>>
* <<logstash-8-15-0,Logstash 8.15.0>>
* <<logstash-8-14-3,Logstash 8.14.3>>
* <<logstash-8-14-2,Logstash 8.14.2>>
Expand Down Expand Up @@ -65,6 +66,39 @@ This section summarizes the changes in the following releases:
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>


[[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

Expand Down Expand Up @@ -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

0 comments on commit 2fca7e3

Please sign in to comment.