mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
Release notes for 7.17.6 (#14462)
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
780cefc825
commit
361279da1f
1 changed files with 64 additions and 1 deletions
63
docs/static/releasenotes.asciidoc
vendored
63
docs/static/releasenotes.asciidoc
vendored
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
This section summarizes the changes in the following releases:
|
This section summarizes the changes in the following releases:
|
||||||
|
|
||||||
|
* <<logstash-7-17-6,Logstash 7.17.6>>
|
||||||
* <<logstash-7-17-5,Logstash 7.17.5>>
|
* <<logstash-7-17-5,Logstash 7.17.5>>
|
||||||
* <<logstash-7-17-4,Logstash 7.17.4>>
|
* <<logstash-7-17-4,Logstash 7.17.4>>
|
||||||
* <<logstash-7-17-3,Logstash 7.17.3>>
|
* <<logstash-7-17-3,Logstash 7.17.3>>
|
||||||
|
@ -65,6 +66,68 @@ This section summarizes the changes in the following releases:
|
||||||
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
|
* <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>>
|
||||||
|
|
||||||
|
|
||||||
|
[[logstash-7-17-6]]
|
||||||
|
=== Logstash 7.17.6 Release Notes
|
||||||
|
|
||||||
|
[[dependencies-7-17-6]]
|
||||||
|
==== Updates to dependencies
|
||||||
|
|
||||||
|
* Bump jdk to 11.0.16+8 https://github.com/elastic/logstash/pull/14430[#14430]
|
||||||
|
* Update flores dependency to 0.0.8 https://github.com/elastic/logstash/pull/14437[#14437]
|
||||||
|
* Update Sinatra dependency to 2.2.1 https://github.com/elastic/logstash/pull/14446[#14446]
|
||||||
|
|
||||||
|
[[plugins-7-17-6]]
|
||||||
|
==== Plugins
|
||||||
|
|
||||||
|
*Date Filter - 3.1.15*
|
||||||
|
|
||||||
|
* Build: Review build to be more reliable/portable and cleaned up Java dependencies https://github.com/logstash-plugins/logstash-filter-date/pull/139[#139]
|
||||||
|
|
||||||
|
*Translate Filter - 3.3.1*
|
||||||
|
|
||||||
|
* Refactor: reading .csv for JRuby 9.3 compatibility.
|
||||||
|
These changes are essential for the plugin to work properly under Logstash 8.3 and later. https://github.com/logstash-plugins/logstash-filter-translate/pull/94[#94]
|
||||||
|
|
||||||
|
*Azure_event_hubs Input - 1.4.4*
|
||||||
|
|
||||||
|
* Fix: Replace use of block with lambda to fix wrong number of arguments error on jruby-9.3.4.0 https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/75[#75]
|
||||||
|
|
||||||
|
*Dead_letter_queue Input - 1.1.12*
|
||||||
|
|
||||||
|
* Fix: Replace use of block with lambda to fix wrong number of arguments error on jruby-9.3.4.0 https://github.com/logstash-plugins/logstash-input-dead_letter_queue/pull/42[#42]
|
||||||
|
* Refactor: Separated sinceDb management is its separate class https://github.com/logstash-plugins/logstash-input-dead_letter_queue/pull/40[#40]
|
||||||
|
* Build: Cleanup/review (unused) dependencies https://github.com/logstash-plugins/logstash-input-dead_letter_queue/pull/36[#36]
|
||||||
|
* Build: Refactor tasks (runnable on windows) https://github.com/logstash-plugins/logstash-input-dead_letter_queue/pull/37[#37]
|
||||||
|
|
||||||
|
*File Input - 4.4.3*
|
||||||
|
|
||||||
|
* Fix: Read mode to restart the read from reference stored in sincedb in case the file wasn't completely consumed. https://github.com/logstash-plugins/logstash-input-file/pull/307[#307]
|
||||||
|
|
||||||
|
*Gelf Input - 3.3.2*
|
||||||
|
|
||||||
|
* Fix: Avoid panic when handling very-large exponent-notation `_@timestamp` values https://github.com/logstash-plugins/logstash-input-gelf/pull/71[#71]
|
||||||
|
|
||||||
|
*Jms Input - 3.2.2*
|
||||||
|
|
||||||
|
* Fix: Remove usage of `java_kind_of?` to allow this plugin to be supported for versions of Logstash using jruby-9.3.x
|
||||||
|
https://github.com/logstash-plugins/logstash-input-jms/pull/54[#54]
|
||||||
|
|
||||||
|
*Jdbc Integration - 5.2.6*
|
||||||
|
|
||||||
|
* Fix: Change default path of 'last_run_metadata_path' to be rooted in the LS data.path folder and not in $HOME https://github.com/logstash-plugins/logstash-integration-jdbc/pull/106[#106]
|
||||||
|
|
||||||
|
*S3 Output - 4.3.7*
|
||||||
|
|
||||||
|
* Refactor: Avoid usage of CHM (JRuby 9.3.4 work-around) https://github.com/logstash-plugins/logstash-output-s3/pull/248[#248]
|
||||||
|
|
||||||
|
* [DOC] Add more documentation on restore + temp dir https://github.com/logstash-plugins/logstash-output-s3/pull/236[#236]
|
||||||
|
* minor logging improvements - use the same path: naming convention
|
||||||
|
|
||||||
|
*Core Patterns - 4.3.4*
|
||||||
|
|
||||||
|
* [DOC] Fix typo in CISCOFW302013_302014_302015_302016 grok pattern https://github.com/logstash-plugins/logstash-patterns-core/pull/313[#313]
|
||||||
|
|
||||||
|
|
||||||
[[logstash-7-17-5]]
|
[[logstash-7-17-5]]
|
||||||
=== Logstash 7.17.5 Release Notes
|
=== Logstash 7.17.5 Release Notes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue