Skip to content
Merged
Changes from 4 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
27 changes: 27 additions & 0 deletions 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 with Elasticsearch 8.19 branch to consume required modules https://github.com/elastic/logstash-filter-elastic_integration/pull/441[#441]
Comment thread
robbavey marked this conversation as resolved.
Outdated

*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
Loading