mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Forward Port: Release notes for 7.15.2 (#13435)
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
This commit is contained in:
parent
2c965533bc
commit
fcf7fa87ba
1 changed files with 41 additions and 1 deletions
40
docs/static/releasenotes.asciidoc
vendored
40
docs/static/releasenotes.asciidoc
vendored
|
@ -3,6 +3,7 @@
|
|||
|
||||
This section summarizes the changes in the following releases:
|
||||
|
||||
* <<logstash-7-15-2,Logstash 7.15.2>>
|
||||
* <<logstash-7-15-1,Logstash 7.15.1>>
|
||||
* <<logstash-7-15-0,Logstash 7.15.0>>
|
||||
* <<logstash-7-14-2,Logstash 7.14.2>>
|
||||
|
@ -53,6 +54,45 @@ 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-15-2]]
|
||||
=== Logstash 7.15.2 Release Notes
|
||||
|
||||
[[notable-7-15-2]]
|
||||
==== Performance improvements and notable issues fixed
|
||||
|
||||
**Jruby-openssl upgrade.** We've upgraded {ls} to 0.11.0 to properly support
|
||||
alt-chain certificate verifications in plugins using the Ruby net/http stack.
|
||||
The recent Let's Encrypt "DST Root CA X3" expiration has caused issues in
|
||||
Logstash plugins such as S3.
|
||||
We're including the upstream fix to avoid these issues and support alternate
|
||||
chain TLS certificate verification.
|
||||
|
||||
[[plugins-7-15-2]]
|
||||
==== Plugins
|
||||
|
||||
*Geoip Filter - 7.2.4*
|
||||
|
||||
* Fix: update to Gradle 7 https://github.com/logstash-plugins/logstash-filter-geoip/pull/191[#191]
|
||||
* [DOC] Clarify CC licensed database indefinite use condition and air-gapped environment https://github.com/logstash-plugins/logstash-filter-geoip/pull/192[#192]
|
||||
|
||||
*Beats Input - 6.2.1*
|
||||
|
||||
* Fix: LS failing with `ssl_peer_metadata => true` https://github.com/logstash-plugins/logstash-input-beats/pull/431[#431]
|
||||
* [DOC] described `executor_threads` configuration parameter https://github.com/logstash-plugins/logstash-input-beats/pull/421[#421]
|
||||
|
||||
*S3 Input - 3.8.1*
|
||||
|
||||
* Feat: cast true/false values for additional_settings https://github.com/logstash-plugins/logstash-input-s3/pull/232[#232]
|
||||
|
||||
*Jdbc Integration - 5.1.8*
|
||||
|
||||
* Fix the blocking pipeline reload and shutdown when connectivity issues happen https://github.com/logstash-plugins/logstash-integration-jdbc/pull/85[#85]
|
||||
|
||||
* Normalize jdbc_driver_class loading to support any top-level java packages https://github.com/logstash-plugins/logstash-integration-jdbc/pull/86[#86]
|
||||
|
||||
* Fix, serialize the JDBC driver loading steps to avoid concurrency issues https://github.com/logstash-plugins/logstash-integration-jdbc/pull/84[#84]
|
||||
|
||||
|
||||
[[logstash-7-15-1]]
|
||||
=== Logstash 7.15.1 Release Notes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue