From 0179fe6c8545858eaeb7ebef013b0da9c0a09e5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 15:14:17 -0700 Subject: [PATCH 1/2] Release notes for 9.0.8 (#18247) * Update release notes for 9.0.8 * finalize release notes * Update docs/release-notes/index.md Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --------- Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Co-authored-by: donoghuc Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> (cherry picked from commit 82ff1f7681884f0178dbc10178075d4d239e0e36) # Conflicts: # docs/release-notes/index.md --- docs/release-notes/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 5778ea705ea..316cb2eb053 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,7 +21,22 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [logstash-next-fixes] % * +<<<<<<< HEAD ## 9.1.5 [logstash-9.1.5-release-notes] +======= +## 9.0.8 [logstash-9.0.8-release-notes] + +No user-facing changes in Logstash core. + +### Plugins [logstash-plugin-9.0.8-changes] + +**Elasticsearch Output - 12.0.7** + +* Support both, encoded and non-encoded api-key formats on plugin configuration [#1223](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1223) + + +## 9.0.7 [logstash-9.0.7-release-notes] +>>>>>>> 82ff1f76 (Release notes for 9.0.8 (#18247)) No user-facing changes in Logstash core. From 821884241a74515f81813d399c1c87c4f934eb25 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Fri, 3 Oct 2025 15:36:12 -0700 Subject: [PATCH 2/2] Sync 9.0 release notes --- docs/release-notes/index.md | 51 ++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 15 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 316cb2eb053..8d023230a12 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,22 +21,7 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [logstash-next-fixes] % * -<<<<<<< HEAD ## 9.1.5 [logstash-9.1.5-release-notes] -======= -## 9.0.8 [logstash-9.0.8-release-notes] - -No user-facing changes in Logstash core. - -### Plugins [logstash-plugin-9.0.8-changes] - -**Elasticsearch Output - 12.0.7** - -* Support both, encoded and non-encoded api-key formats on plugin configuration [#1223](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1223) - - -## 9.0.7 [logstash-9.0.7-release-notes] ->>>>>>> 82ff1f76 (Release notes for 9.0.8 (#18247)) No user-facing changes in Logstash core. @@ -215,6 +200,42 @@ The Elasticsearch Input now provides [support](https://github.com/logstash-plugi * Call connection check after connect [#61](https://github.com/logstash-plugins/logstash-output-tcp/pull/61) +## 9.0.8 [logstash-9.0.8-release-notes] + +No user-facing changes in Logstash core. + +### Plugins [logstash-plugin-9.0.8-changes] + +**Elasticsearch Output - 12.0.7** + +* Support both, encoded and non-encoded api-key formats on plugin configuration [#1223](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1223) + + +## 9.0.7 [logstash-9.0.7-release-notes] + +### Fixes [logstash-9.0.7-fixes] + +* Gauge type metrics, such as current and peak connection counts of Elastic Agent, are now available in the `_node/stats` API response when the `vertices=true` parameter is included. These metrics are particularly useful for monitoring {ls} plugin activity on the {ls} Integration dashboards. [#18089](https://github.com/elastic/logstash/pull/18089) +* Improve logstash release artifacts file metadata: mtime is preserved when buiilding tar archives. [#18111](https://github.com/elastic/logstash/pull/18111) + +### Plugins [logstash-plugin-9.0.7-changes] + +**Beats Input - 7.0.3** + +* Upgrade netty 4.1.126 [#517](https://github.com/logstash-plugins/logstash-input-beats/pull/517) + +**Http Input - 4.1.3** + +* Upgrade netty to 4.1.126 [#198](https://github.com/logstash-plugins/logstash-input-http/pull/198) + +**Tcp Input - 7.0.3** + +* Upgrade netty to 4.1.126 [#235](https://github.com/logstash-plugins/logstash-input-tcp/pull/235) + +**Kafka Integration - 11.6.4** + +* Display exception chain comes from kafka client [#200](https://github.com/logstash-plugins/logstash-integration-kafka/pull/200) + ## 9.0.6 [logstash-9.0.6-release-notes] ### Features and enhancements [logstash-9.0.6-features-enhancements]