Skip to content

Commit bc67d7a

Browse files
Release notes for 8.16.3 (elastic#16879) (elastic#16918)
Co-authored-by: Karen Metts <[email protected]> # Conflicts: # docs/static/releasenotes.asciidoc Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3afb68c commit bc67d7a

File tree

1 file changed

+48
-2
lines changed

1 file changed

+48
-2
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 48 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This section summarizes the changes in the following releases:
55

66
* <<logstash-8-17-1,Logstash 8.17.1>>
77
* <<logstash-8-17-0,Logstash 8.17.0>>
8+
* <<logstash-8-16-3,Logstash 8.16.3>>
89
* <<logstash-8-16-2,Logstash 8.16.2>>
910
* <<logstash-8-16-1,Logstash 8.16.1>>
1011
* <<logstash-8-16-0,Logstash 8.16.0>>
@@ -211,14 +212,59 @@ Other `json_lines` codec issues can be mitigated by:
211212

212213
* 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]
213214

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
236+
* Compatible with Logstash 8.15+
237+
238+
*Azure_event_hubs Input - 1.5.1*
239+
240+
* Updated multiple Java dependencies https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/99[#99]
241+
242+
*Elastic_enterprise_search Integration - 3.0.1*
243+
244+
* 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]
253+
* Removed `jar-dependencies` dependency https://github.com/logstash-plugins/logstash-integration-kafka/pull/187[#187]
254+
255+
*Snmp Integration - 4.0.5*
256+
257+
* Fix typo resulting in "uninitialized constant" exception for invalid column name https://github.com/logstash-plugins/logstash-integration-snmp/pull/73[#73]
258+
214259
[[logstash-8-16-2]]
215260
=== Logstash 8.16.2 Release Notes
216261

217262
[[notable-8-16-2]]
218263
==== Notable issues fixed
219264

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].
222268

223269
[[dependencies-8-16-2]]
224270
==== Updates to dependencies

0 commit comments

Comments
 (0)