Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 8.11.4 #15753

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in the following releases:

* <<logstash-8-11-4,Logstash 8.11.4>>
* <<logstash-8-11-3,Logstash 8.11.3>>
* <<logstash-8-11-2,Logstash 8.11.2>>
* <<logstash-8-11-1,Logstash 8.11.1>>
Expand Down Expand Up @@ -51,6 +52,37 @@ This section summarizes the changes in the following releases:
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>


[[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

Expand Down Expand Up @@ -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