|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases: |
5 | 5 |
|
| 6 | +* <<logstash-7-17-28,Logstash 7.17.28>> |
6 | 7 | * <<logstash-7-17-27,Logstash 7.17.27>> |
7 | 8 | * <<logstash-7-17-26,Logstash 7.17.26>> |
8 | 9 | * <<logstash-7-17-25,Logstash 7.17.25>> |
@@ -87,6 +88,46 @@ This section summarizes the changes in the following releases: |
87 | 88 | * <<logstash-7-0-0-alpha1,Logstash 7.0.0-alpha1>> |
88 | 89 |
|
89 | 90 |
|
| 91 | +[[logstash-7-17-28]] |
| 92 | +=== Logstash 7.17.28 Release Notes |
| 93 | + |
| 94 | +* BREAKING: removed webhdfs output due to deprecated dependencies and lack of support https://github.com/elastic/logstash/pull/17061[#17061] |
| 95 | +* [DOC] fix the necessary privileges of central pipeline management https://github.com/elastic/logstash/pull/16931[#16931] |
| 96 | + |
| 97 | +[[dependencies-7-17-28]] |
| 98 | +==== Updates to dependencies |
| 99 | + |
| 100 | +* JDK: 11.0.26+4 https://github.com/elastic/logstash/pull/17011[#17011] |
| 101 | +* Multiple library dependency upgrades https://github.com/elastic/logstash/pull/17037[#17037] |
| 102 | + * jackson: 2.14.1 |
| 103 | + * jackson-databind: 2.14.1 |
| 104 | + * jrjackson: 0.4.17 |
| 105 | + * guava: 32.1.3 |
| 106 | + * org.yaml:snakeyaml: 2.2 (on ingest converter) |
| 107 | + * march_hare: 4.6.0-java |
| 108 | + |
| 109 | + |
| 110 | +==== Plugins |
| 111 | + |
| 112 | +*Azure_event_hubs Input - 1.5.1* |
| 113 | + |
| 114 | +* Updated multiple Java dependencies https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/99[#99] |
| 115 | +* Updated Azure Event Hub client library to version 3.3.0 https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/96[#96] |
| 116 | + |
| 117 | +*Beats Input - 6.4.4* |
| 118 | + |
| 119 | +* Updated Netty dependency to 4.1.87 https://github.com/logstash-plugins/logstash-input-beats/pull/466[#466] |
| 120 | +* Feat: review and deprecate ssl protocol/cipher settings https://github.com/logstash-plugins/logstash-input-beats/pull/450[#450] |
| 121 | +* Fix: Removed use of deprecated `import` of java classes in ruby https://github.com/logstash-plugins/logstash-input-beats/pull/449[#449] |
| 122 | +* Added support for TLSv1.3. https://github.com/logstash-plugins/logstash-input-beats/pull/447[#447] |
| 123 | +* Build: do not package jackson dependencies https://github.com/logstash-plugins/logstash-input-beats/pull/455[#455] |
| 124 | +* [DOC] Add direct memory example https://github.com/logstash-plugins/logstash-input-beats/pull/454[#454] |
| 125 | +* [DOC] `executor_threads` default value explanation updated. https://github.com/logstash-plugins/logstash-input-beats/pull/461[#461] |
| 126 | + |
| 127 | +*Kafka Integration - 10.12.2* |
| 128 | + |
| 129 | +* Upgrade avro to 1.11.4 and snappy-java to 1.1.10.4 and removed javax.ws.rs-api and jersey-common https://github.com/logstash-plugins/logstash-integration-kafka/pull/190[#190] |
| 130 | + |
90 | 131 | [[logstash-7-17-27]] |
91 | 132 | === Logstash 7.17.27 Release Notes |
92 | 133 |
|
|
0 commit comments