diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index a6c1c9d9f..93ba40b87 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -7,6 +7,7 @@ This section summarizes the changes in the following releases: * <> * <> * <> +* <> * <> * <> * <> @@ -197,6 +198,22 @@ Check out the https://discuss.elastic.co/c/announcements/security-announcements/ * 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-8]] +=== Logstash 8.17.8 Release Notes + +No user-facing changes in Logstash core. + +[[plugins-8-17-8]] +==== Plugins + +*Kafka Integration - 11.6.3* + +* Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189] +* Expose the SASL client callback class setting to the Logstash configuration https://github.com/logstash-plugins/logstash-integration-kafka/pull/177[#177] +* Add a mechanism to load AWS IAM authentication as SASL client libraries at startup https://github.com/logstash-plugins/logstash-integration-kafka/pull/178[#178] +* Update kafka client to `3.9.1` https://github.com/logstash-plugins/logstash-integration-kafka/pull/193[#193] +* Docs: fixed setting type reference for `sasl_iam_jar_paths` https://github.com/logstash-plugins/logstash-integration-kafka/pull/192[#192] + [[logstash-8-17-7]] === Logstash 8.17.7 Release Notes