diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index db49d8f5488..477f88f711f 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -4,6 +4,7 @@ This section summarizes the changes in the following releases: * <> +* <> * <> * <> * <> @@ -137,6 +138,27 @@ This section summarizes the changes in the following releases: * Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189] +[[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 @@ -3356,4 +3378,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