From be38e2a435f9423e2541b4a27bc68344b974b7d6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 12:24:35 +0100 Subject: [PATCH] Release notes for 8.17.8 (#17711) (#17728) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update release notes for 8.17.8 Co-authored-by: João Duarte Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Co-authored-by: Edmo Vamerlatti Costa <11836452+edmocosta@users.noreply.github.com> (cherry picked from commit 83da95200ca45c171930905cb570f6d697007952) # Conflicts: # docs/static/releasenotes.asciidoc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: João Duarte --- docs/static/releasenotes.asciidoc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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