From 65a6f5c4a2a938a1eca29e3847c21607ab5e1836 Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:57:11 +0000 Subject: [PATCH 1/5] Update release notes for 9.1.5 --- docs/release-notes/index.md | 57 ++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index d447a2e95f1..f1325002741 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -289,6 +289,61 @@ Check out the [security advisory](https://discuss.elastic.co/c/announcements/sec * Call connection check after connect [#61](https://github.com/logstash-plugins/logstash-output-tcp/pull/61) +## 9.1.5 [logstash-9.1.5-release-notes] + +### Features and enhancements [logstash-9.1.5-features-enhancements] + +---------- GENERATED CONTENT STARTS HERE ------------ +=== Logstash Pull Requests with label v9.1.5 + +=== Logstash Commits between 9.1 and 9.1.4 + +Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v9.1.4..9.1" + +8994afd54 - (HEAD -> 9.1, origin/9.1) Fix heading (#18237) (#18240) (22 hours ago) +ee490572d - Update patch plugin versions in gemfile lock (#18233) (25 hours ago) +22eb4578e - Doc: Refine serverless and hosted content (#18166) (#18168) (2 days ago) +9d4d31343 - Doc: Attribute fixes in release notes 9.1.0 (#18226) (5 days ago) +721c5194f - [Docs] Add hyphen to the pipeline ID restriction description. (#18216) (#18223) (5 days ago) +0f0c1207a - Replace buildkite jdk version check w/GH action (#17945) (#18214) (7 days ago) +953ee0e57 - GH action for updating logstash version (#18035) (#18208) (8 days ago) +dcb96498a - [DOCS] Fix nullable type linting error in OpenAPI document (#18018) (#18021) (9 days ago) +31f762a11 - bk: update junit-annotate to run faster (#18193) (#18198) (9 days ago) +1981530a6 - Revert "Release notes for 9.0.7 (#18158) (#18177)" (#18191) (9 days ago) +55169ef89 - Bump logstash version 9.1.5 (#18188) (13 days ago) +24adc5111 - Release notes for 9.1.4 (#18159) (2 weeks ago) +68cd0d45d - Release notes for 9.0.7 (#18158) (#18177) (2 weeks ago) +ab53eb7d9 - Release notes for 9.0.6 (#18028) (#18172) (2 weeks ago) +1b6304952 - Doc: Add Logstash-to-serverless page (#18034) (#18165) (2 weeks ago) + +=== Logstash Plugin Release Changelogs === +Computed from "git diff v9.1.4..9.1 *.release" +Changed plugin versions: +logstash-filter-elasticsearch: 4.3.0 -> 4.3.1 +logstash-input-elasticsearch: 5.2.0 -> 5.2.1 +logstash-integration-jdbc: 5.6.0 -> 5.6.1 +logstash-output-elasticsearch: 12.0.6 -> 12.0.7 +---------- GENERATED CONTENT ENDS HERE ------------ + +### Plugins [logstash-plugin-9.1.5-changes] + +**Elasticsearch Filter - 4.3.1** + +* Added support for encoded and non encoded api-key formats on plugin configuration [#203](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/203) + +**Elasticsearch Input - 5.2.1** + +* Added support for encoded and non encoded api-key formats on plugin configuration [#237](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/237) + +**Jdbc Integration - 5.6.1** + +* Fixes an issue where the `jdbc_static` filter's throughput was artificially limited to 4 concurrent queries, causing the plugin to become a bottleneck in pipelines with more than 4 workers. Each instance of the plugin is now limited to 16 concurrent queries, with increased timeouts to eliminate enrichment failures [#187](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/187) + +**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.0 [logstash-900-release-notes] ### Features and enhancements [logstash-900-features-enhancements] @@ -360,4 +415,4 @@ Check out the [security advisory](https://discuss.elastic.co/c/announcements/sec **Tcp Output - 7.0.0** -* Remove deprecated SSL settings [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58) +* Remove deprecated SSL settings [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58) \ No newline at end of file From 6b98b7d7422ade3102e4476467d846a76117aa6c Mon Sep 17 00:00:00 2001 From: donoghuc Date: Wed, 1 Oct 2025 15:42:29 -0700 Subject: [PATCH 2/5] finalize release notes --- docs/release-notes/index.md | 77 +++++++++++-------------------------- 1 file changed, 22 insertions(+), 55 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index f1325002741..08b144bef90 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,6 +21,28 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [logstash-next-fixes] % * +## 9.1.5 [logstash-9.1.5-release-notes] + +No user-facing changes in Logstash core. + +### Plugins [logstash-plugin-9.1.5-changes] + +**Elasticsearch Filter - 4.3.1** + +* Added support for encoded and non encoded api-key formats on plugin configuration [#203](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/203) + +**Elasticsearch Input - 5.2.1** + +* Added support for encoded and non encoded api-key formats on plugin configuration [#237](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/237) + +**Jdbc Integration - 5.6.1** + +* Fixes an issue where the `jdbc_static` filter's throughput was artificially limited to 4 concurrent queries, causing the plugin to become a bottleneck in pipelines with more than 4 workers. Each instance of the plugin is now limited to 16 concurrent queries, with increased timeouts to eliminate enrichment failures [#187](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/187) + +**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.1.4 [logstash-9.1.4-release-notes] ### Features and enhancements [logstash-9.1.4-features-enhancements] @@ -289,61 +311,6 @@ Check out the [security advisory](https://discuss.elastic.co/c/announcements/sec * Call connection check after connect [#61](https://github.com/logstash-plugins/logstash-output-tcp/pull/61) -## 9.1.5 [logstash-9.1.5-release-notes] - -### Features and enhancements [logstash-9.1.5-features-enhancements] - ----------- GENERATED CONTENT STARTS HERE ------------ -=== Logstash Pull Requests with label v9.1.5 - -=== Logstash Commits between 9.1 and 9.1.4 - -Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v9.1.4..9.1" - -8994afd54 - (HEAD -> 9.1, origin/9.1) Fix heading (#18237) (#18240) (22 hours ago) -ee490572d - Update patch plugin versions in gemfile lock (#18233) (25 hours ago) -22eb4578e - Doc: Refine serverless and hosted content (#18166) (#18168) (2 days ago) -9d4d31343 - Doc: Attribute fixes in release notes 9.1.0 (#18226) (5 days ago) -721c5194f - [Docs] Add hyphen to the pipeline ID restriction description. (#18216) (#18223) (5 days ago) -0f0c1207a - Replace buildkite jdk version check w/GH action (#17945) (#18214) (7 days ago) -953ee0e57 - GH action for updating logstash version (#18035) (#18208) (8 days ago) -dcb96498a - [DOCS] Fix nullable type linting error in OpenAPI document (#18018) (#18021) (9 days ago) -31f762a11 - bk: update junit-annotate to run faster (#18193) (#18198) (9 days ago) -1981530a6 - Revert "Release notes for 9.0.7 (#18158) (#18177)" (#18191) (9 days ago) -55169ef89 - Bump logstash version 9.1.5 (#18188) (13 days ago) -24adc5111 - Release notes for 9.1.4 (#18159) (2 weeks ago) -68cd0d45d - Release notes for 9.0.7 (#18158) (#18177) (2 weeks ago) -ab53eb7d9 - Release notes for 9.0.6 (#18028) (#18172) (2 weeks ago) -1b6304952 - Doc: Add Logstash-to-serverless page (#18034) (#18165) (2 weeks ago) - -=== Logstash Plugin Release Changelogs === -Computed from "git diff v9.1.4..9.1 *.release" -Changed plugin versions: -logstash-filter-elasticsearch: 4.3.0 -> 4.3.1 -logstash-input-elasticsearch: 5.2.0 -> 5.2.1 -logstash-integration-jdbc: 5.6.0 -> 5.6.1 -logstash-output-elasticsearch: 12.0.6 -> 12.0.7 ----------- GENERATED CONTENT ENDS HERE ------------ - -### Plugins [logstash-plugin-9.1.5-changes] - -**Elasticsearch Filter - 4.3.1** - -* Added support for encoded and non encoded api-key formats on plugin configuration [#203](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/203) - -**Elasticsearch Input - 5.2.1** - -* Added support for encoded and non encoded api-key formats on plugin configuration [#237](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/237) - -**Jdbc Integration - 5.6.1** - -* Fixes an issue where the `jdbc_static` filter's throughput was artificially limited to 4 concurrent queries, causing the plugin to become a bottleneck in pipelines with more than 4 workers. Each instance of the plugin is now limited to 16 concurrent queries, with increased timeouts to eliminate enrichment failures [#187](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/187) - -**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.0 [logstash-900-release-notes] ### Features and enhancements [logstash-900-features-enhancements] From f5fe8440ec6b2df2aa83ab0301fe7e8247398ba4 Mon Sep 17 00:00:00 2001 From: Cas Donoghue Date: Fri, 3 Oct 2025 14:38:48 -0700 Subject: [PATCH 3/5] Update docs/release-notes/index.md Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 08b144bef90..d7980c38f7b 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -29,7 +29,7 @@ No user-facing changes in Logstash core. **Elasticsearch Filter - 4.3.1** -* Added support for encoded and non encoded api-key formats on plugin configuration [#203](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/203) +* Added support for encoded and non-encoded api-key formats on plugin configuration [#203](https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/203) **Elasticsearch Input - 5.2.1** From 15a8c6e461e93999645aa15b0d11e8b2e04d9efb Mon Sep 17 00:00:00 2001 From: Cas Donoghue Date: Fri, 3 Oct 2025 14:38:54 -0700 Subject: [PATCH 4/5] Update docs/release-notes/index.md Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index d7980c38f7b..c4bab705e46 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -33,7 +33,7 @@ No user-facing changes in Logstash core. **Elasticsearch Input - 5.2.1** -* Added support for encoded and non encoded api-key formats on plugin configuration [#237](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/237) +* Added support for encoded and non-encoded api-key formats on plugin configuration [#237](https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/237) **Jdbc Integration - 5.6.1** From 7cd52de63b74602189a2e39cab51483a4f32124c Mon Sep 17 00:00:00 2001 From: Cas Donoghue Date: Fri, 3 Oct 2025 14:38:59 -0700 Subject: [PATCH 5/5] Update docs/release-notes/index.md Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index c4bab705e46..5778ea705ea 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -37,7 +37,7 @@ No user-facing changes in Logstash core. **Jdbc Integration - 5.6.1** -* Fixes an issue where the `jdbc_static` filter's throughput was artificially limited to 4 concurrent queries, causing the plugin to become a bottleneck in pipelines with more than 4 workers. Each instance of the plugin is now limited to 16 concurrent queries, with increased timeouts to eliminate enrichment failures [#187](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/187) +* Fixes an issue where the `jdbc_static` filter's throughput was artificially limited to 4 concurrent queries, causing the plugin to become a bottleneck in pipelines with more than 4 workers. Each instance of the plugin is now limited to 16 concurrent queries, with increased timeouts to eliminate enrichment failures. [#187](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/187) **Elasticsearch Output - 12.0.7**