Skip to content
Merged
Changes from 1 commit
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: 29 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,34 @@ 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*

* Includes `elasticsearch-logging` module https://github.com/elastic/logstash-filter-elastic_integration/pull/441[#441]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While this is what had to be done in order to use the latest 8.19, this plugin release was about re-syncing with Elasticsearch 8.19 branch.

@mashhur do we have clarity about what version of Elasticsearch specifically is embedded in this plugin?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was just before 8.19.14 release, we can say pre 8.19.14 sync up and on this day we had a BC.
What do you think if we either abstract:

  • Sync up with Elasticsearch 8.19 branch to consume required modules
  • or be more specific by adding ".. required modules from 8.19.14"
    ?

Comment thread
donoghuc marked this conversation as resolved.
Outdated

*Kafka Integration - 11.8.8*

* Fix `sasl_jaas_config` output configuration https://github.com/logstash-plugins/logstash-integration-kafka/pull/247[#247]
Comment thread
donoghuc marked this conversation as resolved.
Outdated

*Elasticsearch Output - 11.22.15*

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

* Fix: replace deprecated `File.exists?` with `File.exist?` for Ruby 3.4 (JRuby 10) compatibility https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1238[#1238]

Comment thread
donoghuc marked this conversation as resolved.
Outdated

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

Expand Down
Loading