From 3e25f8126782136896bf42f822f64a1446e74d29 Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:57:58 +0000 Subject: [PATCH 1/3] Update release notes for 8.16.1 --- docs/static/releasenotes.asciidoc | 65 ++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 52d4f87f06f..774c90a8172 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -70,6 +71,68 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-16-1]] +=== Logstash 8.16.1 Release Notes + +---------- GENERATED CONTENT STARTS HERE ------------ +=== Logstash Pull Requests with label v8.16.1 + +* Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit https://github.com/elastic/logstash/pull/16482[#16482] +* Backport PR #16482 to 8.16: Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit https://github.com/elastic/logstash/pull/16580[#16580] +* PipelineBusV2 deadlock proofing https://github.com/elastic/logstash/pull/16671[#16671] +* Backport PR #16671 to 8.16: PipelineBusV2 deadlock proofing https://github.com/elastic/logstash/pull/16680[#16680] + +=== Logstash Commits between 8.16 and 8.16.0 + +Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.16.0..8.16" + +a769327be - (HEAD -> 8.16, origin/8.16) Revert "Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit (#16482) (#16580)" (#16688) (14 hours ago) +913d705e7 - PipelineBusV2 deadlock proofing (#16671) (#16680) (20 hours ago) +e5e6f5fc1 - Update patch plugin versions in gemfile lock (#16679) (21 hours ago) +2c982112a - Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit (#16482) (#16580) (7 days ago) +15cdf5c63 - Doc: Realign release notes and add known issue (#16663) (7 days ago) +ccab5448c - Bump version to 8.16.1 (#16666) (7 days ago) +8b897915c - Release notes for 8.16.0 (#16605) (8 days ago) + +=== Logstash Plugin Release Changelogs === +Computed from "git diff v8.16.0..8.16 *.release" +Changed plugin versions: +logstash-filter-elastic_integration: 0.1.15 -> 0.1.16 +logstash-filter-xml: 4.2.0 -> 4.2.1 +logstash-input-beats: 6.9.0 -> 6.9.1 +logstash-input-http: 3.9.1 -> 3.9.2 +logstash-input-tcp: 6.4.3 -> 6.4.4 +logstash-output-http: 5.7.0 -> 5.7.1 +---------- GENERATED CONTENT ENDS HERE ------------ + +==== Plugins + +*Elastic_integration Filter - 0.1.16* + +404: Not Found + +*Xml Filter - 4.2.1* + +* patch rexml to improve performance of multi-threaded xml parsing https://github.com/logstash-plugins/logstash-filter-xml/pull/84[#84] +#84 + +*Beats Input - 6.9.1* + +* Upgrade netty to 4.1.115 https://github.com/logstash-plugins/logstash-input-beats/pull/507[#507] + +*Http Input - 3.9.2* + +* Upgrade netty to 4.1.115 https://github.com/logstash-plugins/logstash-input-http/pull/183[#183] + +*Tcp Input - 6.4.4* + +* update netty to 4.1.115 https://github.com/logstash-plugins/logstash-input-tcp/pull/227[#227] + +*Http Output - 5.7.1* + +* Added new development `rackup` dependency to fix tests + + [[logstash-8-16-0]] === Logstash 8.16.0 Release Notes @@ -2719,4 +2782,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 From c34cb9af4497b66d12593f0357824b7a920d43ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Tue, 19 Nov 2024 15:34:34 +0000 Subject: [PATCH 2/3] Update releasenotes.asciidoc --- docs/static/releasenotes.asciidoc | 40 ++++++------------------------- 1 file changed, 7 insertions(+), 33 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 774c90a8172..5be31f6c323 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -74,42 +74,16 @@ This section summarizes the changes in the following releases: [[logstash-8-16-1]] === Logstash 8.16.1 Release Notes ----------- GENERATED CONTENT STARTS HERE ------------ -=== Logstash Pull Requests with label v8.16.1 - -* Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit https://github.com/elastic/logstash/pull/16482[#16482] -* Backport PR #16482 to 8.16: Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit https://github.com/elastic/logstash/pull/16580[#16580] -* PipelineBusV2 deadlock proofing https://github.com/elastic/logstash/pull/16671[#16671] -* Backport PR #16671 to 8.16: PipelineBusV2 deadlock proofing https://github.com/elastic/logstash/pull/16680[#16680] - -=== Logstash Commits between 8.16 and 8.16.0 - -Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.16.0..8.16" - -a769327be - (HEAD -> 8.16, origin/8.16) Revert "Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit (#16482) (#16580)" (#16688) (14 hours ago) -913d705e7 - PipelineBusV2 deadlock proofing (#16671) (#16680) (20 hours ago) -e5e6f5fc1 - Update patch plugin versions in gemfile lock (#16679) (21 hours ago) -2c982112a - Bugfix for BufferedTokenizer to completely consume lines in case of lines bigger then sizeLimit (#16482) (#16580) (7 days ago) -15cdf5c63 - Doc: Realign release notes and add known issue (#16663) (7 days ago) -ccab5448c - Bump version to 8.16.1 (#16666) (7 days ago) -8b897915c - Release notes for 8.16.0 (#16605) (8 days ago) - -=== Logstash Plugin Release Changelogs === -Computed from "git diff v8.16.0..8.16 *.release" -Changed plugin versions: -logstash-filter-elastic_integration: 0.1.15 -> 0.1.16 -logstash-filter-xml: 4.2.0 -> 4.2.1 -logstash-input-beats: 6.9.0 -> 6.9.1 -logstash-input-http: 3.9.1 -> 3.9.2 -logstash-input-tcp: 6.4.3 -> 6.4.4 -logstash-output-http: 5.7.0 -> 5.7.1 ----------- GENERATED CONTENT ENDS HERE ------------ +[[notable-8-16-1]] +==== Notable issues fixed + +* PipelineBusV2 deadlock proofing: when using pipeline-to-pipeline a deadlock could cause pipelines (and consequently) Logstash to never terminate https://github.com/elastic/logstash/pull/16680[#16680] ==== Plugins *Elastic_integration Filter - 0.1.16* -404: Not Found +* Reflect the Elasticsearch GeoIP changes into the plugin and sync with Elasticsearch 8.16 branch https://github.com/elastic/logstash-filter-elastic_integration/pull/170[#170] *Xml Filter - 4.2.1* @@ -126,7 +100,7 @@ logstash-output-http: 5.7.0 -> 5.7.1 *Tcp Input - 6.4.4* -* update netty to 4.1.115 https://github.com/logstash-plugins/logstash-input-tcp/pull/227[#227] +* Upgrade netty to 4.1.115 https://github.com/logstash-plugins/logstash-input-tcp/pull/227[#227] *Http Output - 5.7.1* @@ -2782,4 +2756,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 \ No newline at end of file +Plugins align with release 7.14.0 From d73488f7d4e497619a6e1078d574dbcb9280a106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Wed, 20 Nov 2024 11:22:17 +0000 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --- docs/static/releasenotes.asciidoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 5be31f6c323..cc2c08b23b3 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -77,7 +77,7 @@ This section summarizes the changes in the following releases: [[notable-8-16-1]] ==== Notable issues fixed -* PipelineBusV2 deadlock proofing: when using pipeline-to-pipeline a deadlock could cause pipelines (and consequently) Logstash to never terminate https://github.com/elastic/logstash/pull/16680[#16680] +* PipelineBusV2 deadlock proofing: We fixed an issue that could cause a deadlock when the pipeline-to-pipeline feature was in use, causing pipelines (and consequently) {ls} to never terminate https://github.com/elastic/logstash/pull/16680[#16680] ==== Plugins @@ -88,7 +88,6 @@ This section summarizes the changes in the following releases: *Xml Filter - 4.2.1* * patch rexml to improve performance of multi-threaded xml parsing https://github.com/logstash-plugins/logstash-filter-xml/pull/84[#84] -#84 *Beats Input - 6.9.1*