diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 94749697a0..a5b4e4361d 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -107,6 +108,32 @@ This section summarizes the changes in the following releases: * <> * <> +[[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 @@ -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 \ No newline at end of file