From 5b98f7d63dd7dd0ec853736dc4391bc0ba8f0820 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 11:53:09 +0100 Subject: [PATCH] Release notes for 8.11.4 (#15753) (#15777) * Update release notes for 8.11.4 (cherry picked from commit 93e786fd0fe5caccbf0a745cd8e5766aad5c0b5d) --- docs/static/releasenotes.asciidoc | 34 ++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 8432c13239a..48597546981 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -51,6 +52,37 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-11-4]] +=== Logstash 8.11.4 Release Notes + +No user-facing changes in Logstash core. + +==== Plugins + +*Netflow Codec - 4.3.2* + +* Updates the milliseconds rounding for IPFIX start/end milliseconds fields. +* Fix the test to run on Logstash 8 with microseconds precision. https://github.com/logstash-plugins/logstash-codec-netflow/pull/206[#206] + +* Fixed unable to initialize the plugin with Logstash 8.10+ https://github.com/logstash-plugins/logstash-codec-netflow/pull/205[#205] + +*Json Filter - 3.2.1* + +* Fix tag on failure test https://github.com/logstash-plugins/logstash-filter-json/pull/52[#52] + +*File Input - 4.4.6* + +* Change read mode to immediately stop consuming buffered lines when shutdown is requested https://github.com/logstash-plugins/logstash-input-file/pull/322[#322] + +*Twitter Input - 4.1.1* + +* Bumped `public_suffix` gem version to `> 4` `< 6` https://github.com/logstash-plugins/logstash-input-twitter/pull/77[#77] + +*Csv Output - 3.0.10* + +* Extend `spreadsheet_safe` prefix guard to '-', '+', and '@' https://github.com/logstash-plugins/logstash-output-csv/pull/27[#27] + + [[logstash-8-11-3]] === Logstash 8.11.3 Release Notes @@ -1914,4 +1946,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