Skip to content
Open
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-16,Logstash 8.19.16>>
* <<logstash-8-19-15,Logstash 8.19.15>>
* <<logstash-8-19-14,Logstash 8.19.14>>
* <<logstash-8-19-13,Logstash 8.19.13>>
Expand Down Expand Up @@ -107,6 +108,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-16]]
=== Logstash 8.19.16 Release Notes

==== Updates to dependencies

* Updated bundled JDK to 21.0.11 build 10 https://github.com/elastic/logstash/pull/19068[#19068]
* Updated jruby-openssl to 0.16.0 https://github.com/elastic/logstash/pull/19114[#19114]
* Upgraded jrjackson and fasterxml.jackson https://github.com/elastic/logstash/pull/19103[#19103]

==== Fixes

* Fixes a metric leak in `_node/stats` when a pipeline repeatedly fails to start with `config.reload.automatic: true`. Previously, each retry left a fresh set of plugin metric entries in the collector, causing the stats payload to grow indefinitely https://github.com/elastic/logstash/pull/19091[#19091]

==== Plugins

*Elastic_integration Filter - 8.19.6*

* Fixes an issue where a field set by an integration pipeline to `java.util.Date` value-object representing a timestamp could not be converted to a timestamp https://github.com/elastic/logstash-filter-elastic_integration/issues/463[#463]

* Upgrades `tools.jackson.core` dependency to 3.1.1 https://github.com/elastic/logstash-filter-elastic_integration/pull/452[#452]

*Kafka Integration - 11.8.9*

* Upgrades jackson.core to 2.21.2 version https://github.com/logstash-plugins/logstash-integration-kafka/pull/255[#255]


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

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