From 115f975d1931c23c12f9baf8fee7fa8f0bb8ef59 Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Wed, 5 Nov 2025 10:53:04 +0000 Subject: [PATCH 1/3] Update release notes for 8.19.7 --- docs/static/releasenotes.asciidoc | 50 +++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 4ad16c10ac6..6478e635904 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -98,6 +99,55 @@ This section summarizes the changes in the following releases: * <> * <> +[[logstash-8-19-7]] +=== Logstash 8.19.7 Release Notes + +---------- GENERATED CONTENT STARTS HERE ------------ +=== Logstash Pull Requests with label v8.19.7 + +=== Logstash Commits between 8.19 and 8.19.6 + +Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.19.6..8.19" + +7eae56c08 - (HEAD -> 8.19, origin/8.19) [8.19] (backport #18375) Use logstash-versions.yml for observabilitySRE stack versions (#18400) (15 hours ago) +fb45d4f67 - Upgrade JDK to 21.0.9 (#18350) (#18396) (17 hours ago) +bb8208239 - Update patch plugin versions in gemfile lock (#18394) (18 hours ago) +559d2796f - [8.19] (backport #18386) Backport smart exhaustive tests (#18389) (2 days ago) +a4740eddf - Actually raise a PR when java-bump is detected (#18351) (#18370) (9 days ago) +672591bf5 - retry catalog queries and jdk downloads (#18345) (#18346) (10 days ago) +362fa1435 - Fixes the NPE when stats info doesn't have queue type entry. (#18331) (#18353) (12 days ago) +f2b16f40d - Bump version to 8.19.7 (#18341) (13 days ago) +e18096d74 - Release notes for 8.19.6 (#18335) (2 weeks ago) + +=== Logstash Plugin Release Changelogs === +Computed from "git diff v8.19.6..8.19 *.release" +Changed plugin versions: +logstash-filter-geoip: 7.3.1 -> 7.3.2 +logstash-filter-mutate: 3.5.8 -> 3.5.9 +logstash-input-azure_event_hubs: 1.5.2 -> 1.5.3 +logstash-integration-rabbitmq: 7.4.0 -> 7.4.1 +---------- GENERATED CONTENT ENDS HERE ------------ + +==== Plugins + +*Geoip Filter - 7.3.2* + +* Add logs when MaxMind databases fail to deserialize custom field https://github.com/logstash-plugins/logstash-filter-geoip/pull/235[#235] + +*Mutate Filter - 3.5.9* + +* Fix `convert` to covert hexadecimal float notation and scientific notation string to float and integer https://github.com/logstash-plugins/logstash-filter-mutate/pull/175[#175] + + +*Azure_event_hubs Input - 1.5.3* + +* Fix: With `config_mode => 'advanced'`, event hub-specific settings (`initial_position`, `max_batch_size`, `prefetch_count`, `receive_timeout`, `initial_position_look_back`) were being ignored and replaced with global defaults. These settings are now correctly applied per event hub https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/104[#104] + +*Rabbitmq Integration - 7.4.1* + +* Improve thread safety to avoid race conditions during shutdown and integration tests. https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/66[#67] + + [[logstash-8-19-6]] === Logstash 8.19.6 Release Notes From 70f424ab36f9eefd038740686890f2096663b107 Mon Sep 17 00:00:00 2001 From: Kaise Cheng Date: Wed, 5 Nov 2025 13:49:05 +0000 Subject: [PATCH 2/3] update release note --- docs/static/releasenotes.asciidoc | 34 ++++++++----------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 6478e635904..abac0d5efc4 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -102,32 +102,16 @@ This section summarizes the changes in the following releases: [[logstash-8-19-7]] === Logstash 8.19.7 Release Notes ----------- GENERATED CONTENT STARTS HERE ------------ -=== Logstash Pull Requests with label v8.19.7 - -=== Logstash Commits between 8.19 and 8.19.6 +No user-facing changes in Logstash core. -Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.19.6..8.19" +==== Notable issues fixed -7eae56c08 - (HEAD -> 8.19, origin/8.19) [8.19] (backport #18375) Use logstash-versions.yml for observabilitySRE stack versions (#18400) (15 hours ago) -fb45d4f67 - Upgrade JDK to 21.0.9 (#18350) (#18396) (17 hours ago) -bb8208239 - Update patch plugin versions in gemfile lock (#18394) (18 hours ago) -559d2796f - [8.19] (backport #18386) Backport smart exhaustive tests (#18389) (2 days ago) -a4740eddf - Actually raise a PR when java-bump is detected (#18351) (#18370) (9 days ago) -672591bf5 - retry catalog queries and jdk downloads (#18345) (#18346) (10 days ago) -362fa1435 - Fixes the NPE when stats info doesn't have queue type entry. (#18331) (#18353) (12 days ago) -f2b16f40d - Bump version to 8.19.7 (#18341) (13 days ago) -e18096d74 - Release notes for 8.19.6 (#18335) (2 weeks ago) +[[dependencies-8.19.7]] +==== Updates to dependencies -=== Logstash Plugin Release Changelogs === -Computed from "git diff v8.19.6..8.19 *.release" -Changed plugin versions: -logstash-filter-geoip: 7.3.1 -> 7.3.2 -logstash-filter-mutate: 3.5.8 -> 3.5.9 -logstash-input-azure_event_hubs: 1.5.2 -> 1.5.3 -logstash-integration-rabbitmq: 7.4.0 -> 7.4.1 ----------- GENERATED CONTENT ENDS HERE ------------ +* Update JDK to 21.0.9 https://github.com/elastic/logstash/pull/18350[#18350] +[[logstash-8-19-7]] ==== Plugins *Geoip Filter - 7.3.2* @@ -136,16 +120,16 @@ logstash-integration-rabbitmq: 7.4.0 -> 7.4.1 *Mutate Filter - 3.5.9* -* Fix `convert` to covert hexadecimal float notation and scientific notation string to float and integer https://github.com/logstash-plugins/logstash-filter-mutate/pull/175[#175] +* Fix `convert` to correctly parse hexadecimal float notation and scientific notation strings into floats and integers https://github.com/logstash-plugins/logstash-filter-mutate/pull/175[#175] *Azure_event_hubs Input - 1.5.3* -* Fix: With `config_mode => 'advanced'`, event hub-specific settings (`initial_position`, `max_batch_size`, `prefetch_count`, `receive_timeout`, `initial_position_look_back`) were being ignored and replaced with global defaults. These settings are now correctly applied per event hub https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/104[#104] +* Fix an issue when `config_mode => 'advanced'` is set, event hub-specific settings (`initial_position`, `max_batch_size`, `prefetch_count`, `receive_timeout`, `initial_position_look_back`) were being ignored and replaced with global defaults. These settings are now correctly applied per event hub https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/104[#104] *Rabbitmq Integration - 7.4.1* -* Improve thread safety to avoid race conditions during shutdown and integration tests. https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/66[#67] +* Improve thread safety to avoid race conditions during shutdown https://github.com/logstash-plugins/logstash-integration-rabbitmq/pull/66[#67] [[logstash-8-19-6]] From a02c5d83ab8dabe16642c49d7a3ed93746d1e38e Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:45:45 +0000 Subject: [PATCH 3/3] Update docs/static/releasenotes.asciidoc --- docs/static/releasenotes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index abac0d5efc4..392b097d978 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -111,7 +111,7 @@ No user-facing changes in Logstash core. * Update JDK to 21.0.9 https://github.com/elastic/logstash/pull/18350[#18350] -[[logstash-8-19-7]] +[[plugins-8-19-7]] ==== Plugins *Geoip Filter - 7.3.2*