Skip to content
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
1 change: 1 addition & 0 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ This section summarizes the changes in the following releases:

[[notable-8.18.0]]
==== Performance improvements and notable issues fixed
* Fixes an issue introduced in 8.16.4, 8.17.2 where null values were incorrectly accepted for non-nullable settings https://github.com/elastic/logstash/pull/17522[#17522].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about removing versions detail?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes an issue where null values were incorrectly accepted for mandatory string settings

Copy link
Contributor Author

@andsel andsel Apr 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a regression introduced specifically in those versions, so specifying the version would help to consume the notes, I think.

* Avoid possible integer overflow in string tokenization https://github.com/elastic/logstash/pull/17353[#17353].
* Fixed an issue to execute pqcheck and pqrepair on Windows OS. Previously https://github.com/elastic/logstash/pull/16205[#16205] solved the problem with space character in the installation path but introduced another issue now solved by https://github.com/elastic/logstash/pull/17120[#17120]
* Fixed an issue where the `/_node/stats` API displayed empty pipeline metrics when X-Pack monitoring was enabled https://github.com/elastic/logstash/pull/17185[#17185].
Expand Down