You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/static/releasenotes.asciidoc
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ This section summarizes the changes in the following releases:
7
7
* <<logstash-8-17-2,Logstash 8.17.2>>
8
8
* <<logstash-8-17-1,Logstash 8.17.1>>
9
9
* <<logstash-8-17-0,Logstash 8.17.0>>
10
+
* <<logstash-8-16-6,Logstash 8.16.6>>
10
11
* <<logstash-8-16-5,Logstash 8.16.5>>
11
12
* <<logstash-8-16-4,Logstash 8.16.4>>
12
13
* <<logstash-8-16-3,Logstash 8.16.3>>
@@ -305,6 +306,26 @@ Other `json_lines` codec issues can be mitigated by:
305
306
306
307
* Adds new mixin configuration option `with_obsolete` to mark `ssl` options as obsolete https://github.com/logstash-plugins/logstash-mixin-http_client/pull/46[#46]
307
308
309
+
[[logstash-8-16-6]]
310
+
=== Logstash 8.16.6 Release Notes
311
+
312
+
[[notable-8-16-6]]
313
+
==== Notable issues fixed
314
+
315
+
* Fix pqcheck and pqrepair on Windows. https://github.com/elastic/logstash/pull/17210[#17210]
316
+
* Avoid possible integer overflow in string tokenization. https://github.com/elastic/logstash/pull/17353[#17353]
317
+
318
+
[[plugins-8-16-6]]
319
+
==== Plugins
320
+
321
+
*Syslog Input - 3.7.1*
322
+
323
+
* Fix issue where the priority field was not being set correctly when grok failed https://github.com/logstash-plugins/logstash-input-syslog/pull/78[#76]
324
+
325
+
*Jdbc Integration - 5.5.3*
326
+
327
+
* [DOC] Rework inline comment to a callout in preparation for upcoming MD conversion https://github.com/logstash-plugins/logstash-integration-jdbc/pull/181[#181]
0 commit comments