Forward Port of Release notes for 8.16.5 and 8.17.3 (#17187), (#17188) (#17266) (#17321)

* Forward Port of Release notes for 8.17.3 (#17187)

* Update release notes for 8.17.3

---------

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>

* Forward Port of Release notes for 8.16.5 (#17188)

* Update release notes for 8.16.5

---------

Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
(cherry picked from commit 63e8fd1d21)

Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
mergify[bot] 2025-03-14 11:12:04 -04:00 committed by GitHub
parent 10843a25e2
commit 2ec9efd37d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,9 +3,11 @@
This section summarizes the changes in the following releases:
* <<logstash-8-17-3,Logstash 8.17.3>>
* <<logstash-8-17-2,Logstash 8.17.2>>
* <<logstash-8-17-1,Logstash 8.17.1>>
* <<logstash-8-17-0,Logstash 8.17.0>>
* <<logstash-8-16-5,Logstash 8.16.5>>
* <<logstash-8-16-4,Logstash 8.16.4>>
* <<logstash-8-16-3,Logstash 8.16.3>>
* <<logstash-8-16-2,Logstash 8.16.2>>
@ -77,6 +79,33 @@ This section summarizes the changes in the following releases:
* <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>>
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
[[logstash-8-17-3]]
=== Logstash 8.17.3 Release Notes
[[notable-8-17-3]]
==== Notable issues fixed
* Improves performance of the Persistent Queue, especially in the case of large events, by moving deserialization out of the exclusive access lock. https://github.com/elastic/logstash/pull/17050[#17050]
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
* Update logstash-keystore to allow spaces in values when `stdin` is used to set values https://github.com/elastic/logstash/pull/17039[#17039]
[[plugins-8-17-3]]
==== Plugins
*Beats Input - 6.9.3*
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
*Http Input - 3.10.2*
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
*Tcp Input - 6.4.6*
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
[[logstash-8-17-2]]
=== Logstash 8.17.2 Release Notes
@ -276,6 +305,31 @@ Other `json_lines` codec issues can be mitigated by:
* Adds new mixin configuration option `with_obsolete` to mark `ssl` options as obsolete https://github.com/logstash-plugins/logstash-mixin-http_client/pull/46[#46]
[[logstash-8-16-5]]
=== Logstash 8.16.5 Release Notes
[[notable-8-16-5]]
==== Notable issues fixed
* Improves performance of the Persistent Queue, especially in the case of large events, by moving deserialization out of the exclusive access lock. https://github.com/elastic/logstash/pull/17050[#17050]
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
[[plugins-8-16-5]]
==== Plugins
*Beats Input - 6.9.3*
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
*Http Input - 3.10.2*
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
*Tcp Input - 6.4.6*
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
[[logstash-8-16-4]]
=== Logstash 8.16.4 Release Notes