diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index b7c5bfa6a19..ed4d88ed1c2 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -82,6 +83,27 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-17-5]] +=== Logstash 8.17.5 Release Notes + +* The `SettingString` setting is now correctly non-nullable and `SettingNullableString` is nullable. https://github.com/elastic/logstash/pull/17522[#17522] + +[[plugins-8-17-5]] +==== Plugins + +*Elasticsearch Filter - 3.17.1* + +* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/193[#193] + +*Elasticsearch Input - 4.21.2* + +* Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/225[#225] + +*Http_poller Input - 5.6.1* + +* Fix issue with new 'uri' gem leading to runtime exception https://github.com/logstash-plugins/logstash-input-http_poller/pull/148[#148] + + [[logstash-8-17-4]] === Logstash 8.17.4 Release Notes @@ -3302,4 +3324,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