Skip to content

Commit e99c3a5

Browse files
logstashmachinejsvd
authored andcommitted
Release notes draft for 6.8.1 (#10854)
1 parent fda66e5 commit e99c3a5

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in the following releases:
55

6+
* <<logstash-6-8-1,Logstash 6.8.1>>
67
* <<logstash-6-8-0,Logstash 6.8.0>>
78
* <<logstash-6-7-2,Logstash 6.7.2>>
89
* <<logstash-6-7-1,Logstash 6.7.1>>
@@ -32,6 +33,42 @@ This section summarizes the changes in the following releases:
3233
* <<logstash-6-1-1,Logstash 6.1.1>>
3334
* <<logstash-6-1-0,Logstash 6.1.0>>
3435

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+
3572
[[logstash-6-8-0]]
3673
=== Logstash 6.8.0 Release Notes
3774

0 commit comments

Comments
 (0)