|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases: |
5 | 5 |
|
| 6 | +* <<logstash-6-8-1,Logstash 6.8.1>> |
6 | 7 | * <<logstash-6-8-0,Logstash 6.8.0>> |
7 | 8 | * <<logstash-6-7-2,Logstash 6.7.2>> |
8 | 9 | * <<logstash-6-7-1,Logstash 6.7.1>> |
@@ -32,6 +33,42 @@ This section summarizes the changes in the following releases: |
32 | 33 | * <<logstash-6-1-1,Logstash 6.1.1>> |
33 | 34 | * <<logstash-6-1-0,Logstash 6.1.0>> |
34 | 35 |
|
| 36 | +[[logstash-6-8-1]] |
| 37 | +=== Logstash 6.8.1 Release Notes |
| 38 | + |
| 39 | +* LIR support for octal literals in pipeline definitions https://github.com/elastic/logstash/pull/10828[#10828] |
| 40 | +* Merge config values in LIR https://github.com/elastic/logstash/pull/10832[#10832] |
| 41 | + |
| 42 | +==== Plugins |
| 43 | + |
| 44 | +*Csv Filter* |
| 45 | + |
| 46 | +* Fix asciidoc formatting for example https://github.com/logstash-plugins/logstash-filter-csv/pull/73[#73] |
| 47 | +* Document that the `autodetect_column_names` and `skip_header` options work only when the number of Logstash |
| 48 | + pipeline workers is set to `1`. |
| 49 | + |
| 50 | +*Dns Filter* |
| 51 | + |
| 52 | +* Fixed JRuby resolver bug for versions after to 9.2.0.0 https://github.com/logstash-plugins/logstash-filter-dns/pull/51[#51] |
| 53 | + |
| 54 | +*Jdbc_streaming Filter* |
| 55 | + |
| 56 | +* Fixed formatting in documentation https://github.com/logstash-plugins/logstash-filter-jdbc_streaming/pull/17[#17] and https://github.com/logstash-plugins/logstash-filter-jdbc_streaming/pull/28[#28] |
| 57 | +* Fixes connection leak in pipeline reloads by properly disconnecting on plugin close |
| 58 | + |
| 59 | +*Useragent Filter* |
| 60 | + |
| 61 | +* Added support for OS regular expressions that use backreferences https://github.com/logstash-plugins/logstash-filter-useragent/pull/59[#59] |
| 62 | + |
| 63 | +*Azure_event_hubs Input* |
| 64 | + |
| 65 | +* Added workaround to fix errors when using this plugin with Java 11 https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/38[#38] |
| 66 | +* Updated Azure event hub library dependencies https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/36[#36] |
| 67 | + |
| 68 | +*Tcp Input* |
| 69 | + |
| 70 | +* Skip empty lines while reading certificate files https://github.com/logstash-plugins/logstash-input-tcp/issues/144[#144] |
| 71 | + |
35 | 72 | [[logstash-6-8-0]] |
36 | 73 | === Logstash 6.8.0 Release Notes |
37 | 74 |
|
|
0 commit comments