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
+48-2Lines changed: 48 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ This section summarizes the changes in the following releases:
5
5
6
6
* <<logstash-8-17-1,Logstash 8.17.1>>
7
7
* <<logstash-8-17-0,Logstash 8.17.0>>
8
+
* <<logstash-8-16-3,Logstash 8.16.3>>
8
9
* <<logstash-8-16-2,Logstash 8.16.2>>
9
10
* <<logstash-8-16-1,Logstash 8.16.1>>
10
11
* <<logstash-8-16-0,Logstash 8.16.0>>
@@ -211,14 +212,59 @@ Other `json_lines` codec issues can be mitigated by:
211
212
212
213
* 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]
213
214
215
+
[[logstash-8-16-3]]
216
+
=== Logstash 8.16.3 Release Notes
217
+
218
+
[[notable-8.16.3]]
219
+
==== Notable issues fixed
220
+
221
+
* Avoid lock contention when ecs_compatibility is explicitly specified https://github.com/elastic/logstash/pull/16786[#16786]
222
+
* Ensure that the Jackson read constraints defaults (Maximum Number value length, Maximum String value length, and Maximum Nesting depth) are applied at runtime if they are absent from jvm.options https://github.com/elastic/logstash/pull/16832[#16832]
223
+
224
+
[[dependencies-8.16.3]]
225
+
==== Updates to dependencies
226
+
227
+
* Update Iron Bank base image to ubi9/9.5 https://github.com/elastic/logstash/pull/16825[#16825]
228
+
229
+
[[plugins-8.16.3]]
230
+
==== Plugins
231
+
232
+
*Elastic_integration Filter - 8.16.0*
233
+
234
+
* Aligns with stack major and minor versions https://github.com/elastic/logstash-filter-elastic_integration/pull/210[#210]
235
+
* Embeds Ingest Node components from Elasticsearch 8.16
* Add deprecation log for App Search and Workplace Search. https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/pull/22[#22]
245
+
246
+
*Jdbc Integration - 5.5.2*
247
+
248
+
* The input plugin's prior behaviour of opening a new database connection for each scheduled run (removed in `v5.4.1`) is restored, ensuring that infrequently-run schedules do not hold open connections to their databases indefinitely, _without_ reintroducing the leak https://github.com/logstash-plugins/logstash-integration-jdbc/pull/130[#130]
249
+
250
+
*Kafka Integration - 11.5.4*
251
+
252
+
* Update kafka client to 3.8.1 and transitive dependencies https://github.com/logstash-plugins/logstash-integration-kafka/pull/188[#188]
* Fix typo resulting in "uninitialized constant" exception for invalid column name https://github.com/logstash-plugins/logstash-integration-snmp/pull/73[#73]
258
+
214
259
[[logstash-8-16-2]]
215
260
=== Logstash 8.16.2 Release Notes
216
261
217
262
[[notable-8-16-2]]
218
263
==== Notable issues fixed
219
264
220
-
* Reset internal size counter in BufferedTokenizer during flush https://github.com/elastic/logstash/pull/16771[#16771]
221
-
* Ensure overrides to jackson settings are applied during startup https://github.com/elastic/logstash/pull/16758[#16758]
265
+
* Reset internal size counter in BufferedTokenizer during flush https://github.com/elastic/logstash/pull/16771[#16771].
266
+
Fixes <<known-issue-8-16-1-json_lines,"input buffer full" error>> that could appear with versions 8.16.0 and 8.16.1.
267
+
* Ensure overrides to jackson settings are applied during startup https://github.com/elastic/logstash/pull/16758[#16758].
0 commit comments