-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Release notes for 8.17.5 #17550
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.17.5 #17550
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,6 +3,7 @@ | |
|
|
||
| This section summarizes the changes in the following releases: | ||
|
|
||
| * <<logstash-8-17-5,Logstash 8.17.5>> | ||
| * <<logstash-8-17-4,Logstash 8.17.4>> | ||
| * <<logstash-8-17-3,Logstash 8.17.3>> | ||
| * <<logstash-8-17-2,Logstash 8.17.2>> | ||
|
|
@@ -82,6 +83,26 @@ This section summarizes the changes in the following releases: | |
| * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>> | ||
|
|
||
|
|
||
| [[logstash-8-17-5]] | ||
| === Logstash 8.17.5 Release Notes | ||
|
|
||
| * The `SettingString` setting is now correctly non-nullable and `SettingNullableString` is nullable. https://github.com/elastic/logstash/pull/17522[#17522] | ||
|
|
||
| ==== Plugins | ||
donoghuc marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| *Elasticsearch Filter - 3.17.1* | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎉 |
||
|
|
||
| * Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/193[#193] | ||
|
|
||
| *Elasticsearch Input - 4.21.2* | ||
|
|
||
| * Add elastic-transport client support used in elasticsearch-ruby 8.x https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/225[#225] | ||
|
|
||
| *Http_poller Input - 5.6.1* | ||
|
|
||
| * Fix issue with new 'uri' gem leading to runtime exception https://github.com/logstash-plugins/logstash-input-http_poller/pull/148[#148] | ||
|
|
||
|
|
||
| [[logstash-8-17-4]] | ||
| === Logstash 8.17.4 Release Notes | ||
|
|
||
|
|
@@ -3302,4 +3323,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 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤔 what is this 7.14.0? Shouldn't be 8.0.0 (initial 8)?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line is at the very bottom of the 8.x release notes file, and aligns with Logstash 8.0.0-alpha release notes. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check out "Release notes" section in the PR. The developers put suggestions for user-focused release notes there, and they're usually more informative than the PR title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, i had seen that but it didnt quite make sense to me so I tried to make it a bit more explicit. Would you prefer that just gets copied over?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@donoghuc You make the call. I trust your judgement. :-)