[forwardport 7.x] Release notes for 7.10.2 (#12553)

This commit is contained in:
Joao Duarte 2021-01-13 08:28:00 -08:00
parent 53e73e9ccc
commit 87297c5c7f

View file

@ -3,6 +3,7 @@
This section summarizes the changes in the following releases:
* <<logstash-7-10-2,Logstash 7.10.2>>
* <<logstash-7-10-1,Logstash 7.10.1>>
* <<logstash-7-10-0,Logstash 7.10.0>>
* <<logstash-7-9-3,Logstash 7.9.3>>
@ -37,6 +38,34 @@ This section summarizes the changes in the following releases:
* <<logstash-7-0-0-alpha2,Logstash 7.0.0-alpha2>>
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
[[logstash-7-10-2]]
=== Logstash 7.10.2 Release Notes
==== Notable issues fixed
No high impact fixes in this release.
==== Plugins
*Beats Input - 6.0.12*
* Fix: log error when SSL context building fails https://github.com/logstash-plugins/logstash-input-beats/pull/402[#402].
We've also made sure to log messages on configuration errors as LS 7.8/7.9 only prints details when level set to debug.
*File Input - 4.2.3*
* Refactor: improve debug logging (log catched exceptions) https://github.com/logstash-plugins/logstash-input-file/pull/280[#280]
*Elasticsearch Output - 10.7.3*
* Added composable index template support for elasticsearch version 8 https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/980[#980]
* [DOC] Fixed links to restructured Logstash-to-cloud docs https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/975[#975]
* [DOC] Document the permissions required in secured clusters https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/969[#969]
==== Other changes
* Databind upgraded to 2.9.10.6
[[logstash-7-10-1]]
=== Logstash 7.10.1 Release Notes
@ -2031,4 +2060,4 @@ Here are the plugin changes.
- Tweaked logging statements to reduce verbosity
- Fixed numerous issues relating to builds on Travis https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/799[#799]
* logstash-output-s3
- Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 https://github.com/logstash-plugins/logstash-output-s3/issues/195[#195]
- Fixed issue where on restart, 0 byte files could erroneously be uploaded to s3 https://github.com/logstash-plugins/logstash-output-s3/issues/195[#195]