diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 0151b278af7..1874a316161 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -67,6 +68,33 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-15-3]] +=== Logstash 8.15.3 Release Notes + +[[notable-8.15.3]] +==== Notable issues fixed + +* Improved the pipeline bootstrap error logs to include the cause's backtrace, giving a hint where the issue occurred https://github.com/elastic/logstash/pull/16495[#16495] + +* Fixed Logstash core compatibility issues with `logstash-input-azure_event_hubs` versions `1.4.8` and earlier https://github.com/elastic/logstash/pull/16485[#16485] + +==== Plugins + +*Elastic_integration Filter - 0.1.14* + +* Enabled the use of org.elasticsearch.ingest.common.Processors in Ingest Pipelines, resolving an issue where some integrations would fail to load https://github.com/elastic/logstash-filter-elastic_integration/pull/162[#162] + +*Azure_event_hubs Input - 1.4.9* + +* Fixed issue with `getHostContext` method accessibility, causing plugin not to be able to run https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/93[#93] + +* Fixed connection placeholder replacements errors with Logstash `8.15.1` and `8.15.2` https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/92[#92] + +*Kafka Integration - 11.5.2* + +* Updated avro to 1.11.4 and confluent kafka to 7.4.7 https://github.com/logstash-plugins/logstash-integration-kafka/pull/184[#184] + + [[logstash-8-15-2]] === Logstash 8.15.2 Release Notes