Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 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-19-15,Logstash 8.19.15>>
* <<logstash-8-19-14,Logstash 8.19.14>>
* <<logstash-8-19-13,Logstash 8.19.13>>
* <<logstash-8-19-12,Logstash 8.19.12>>
Expand Down Expand Up @@ -106,6 +107,32 @@ This section summarizes the changes in the following releases:
* <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>

[[logstash-8-19-15]]
=== Logstash 8.19.15 Release Notes

==== Updates to dependencies

* Updated Log4j to 2.25.3 https://github.com/elastic/logstash/pull/18943[#18943]

==== Performance improvements

* Improved dead letter queue performance during flush operations https://github.com/elastic/logstash/pull/18874[#18874]

==== Plugins

*Elastic_integration Filter - 8.19.4*

* Sync up dependencies with Elasticsearch 8.19 https://github.com/elastic/logstash-filter-elastic_integration/pull/441[#441]

*Kafka Integration - 11.8.8*

* Fix a regression introduced in 11.8.5 that prevented the Kafka Output plugin from being configured with `sasl_jaas_config` https://github.com/logstash-plugins/logstash-integration-kafka/pull/247[#247]

*Elasticsearch Output - 11.22.15*

* Improves the logging experience when DLQ used https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1258[#1258]


[[logstash-8-19-14]]
=== Logstash 8.19.14 Release Notes

Expand Down Expand Up @@ -3996,4 +4023,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
Loading