Skip to content

Commit 2fca7e3

Browse files
github-actions[bot]logstashmachinekaisecheng
authored
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 <kaise.cheng@elastic.co>
1 parent 3aee7ae commit 2fca7e3

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

docs/static/releasenotes.asciidoc

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in the following releases:
55

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

6768

69+
[[logstash-8-15-1]]
70+
=== Logstash 8.15.1 Release Notes
71+
72+
[[notable-8.15.1]]
73+
==== Performance improvements and notable issues fixed
74+
75+
* Fixed issue where `${VAR}` incorrectly treated array as a string https://github.com/elastic/logstash/pull/16375[#16375]
76+
77+
[[core-8.15.1]]
78+
==== Other changes to Logstash core
79+
80+
* 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]
81+
82+
[[plugins-8.15.1]]
83+
==== Plugin releases
84+
85+
*Elasticsearch Input - 4.20.4*
86+
87+
* 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]
88+
89+
*Redis Input - 3.7.1*
90+
91+
* [Doc] Added `threads` option https://github.com/logstash-plugins/logstash-input-redis/pull/95[#95]
92+
93+
*Aws Integration - 7.1.8*
94+
95+
* Added support to all storage classes for s3 output https://github.com/logstash-plugins/logstash-integration-aws/pull/49[#49]
96+
97+
*Kafka Integration - 11.5.1*
98+
99+
* [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]
100+
101+
68102
[[logstash-8-15-0]]
69103
=== Logstash 8.15.0 Release Notes
70104

@@ -2441,4 +2475,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit
24412475
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]
24422476

24432477
==== Plugin releases
2444-
Plugins align with release 7.14.0
2478+
Plugins align with release 7.14.0

0 commit comments

Comments
 (0)