Skip to content

Commit 5b9e23c

Browse files
authored
Forward 8.17.1 release notes (#16923)
* Release notes for 8.17.1 (#16880) * Release notes for 8.16.3 (#16879) (#16918)
1 parent bc90250 commit 5b9e23c

File tree

1 file changed

+114
-2
lines changed

1 file changed

+114
-2
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 114 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

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

6+
* <<logstash-8-17-1,Logstash 8.17.1>>
67
* <<logstash-8-17-0,Logstash 8.17.0>>
8+
* <<logstash-8-16-3,Logstash 8.16.3>>
79
* <<logstash-8-16-2,Logstash 8.16.2>>
810
* <<logstash-8-16-1,Logstash 8.16.1>>
911
* <<logstash-8-16-0,Logstash 8.16.0>>
@@ -74,6 +76,71 @@ This section summarizes the changes in the following releases:
7476
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>
7577

7678

79+
[[logstash-8-17-1]]
80+
=== Logstash 8.17.1 Release Notes
81+
82+
[[notable-8.17.1]]
83+
==== Notable issues fixed
84+
85+
* Reset internal size counter in BufferedTokenizer during flush https://github.com/elastic/logstash/pull/16760[#16760].
86+
Fixes <<known-issue-8-16-1-json_lines,"input buffer full" error>> that could appear with versions 8.16.0, 8.16.1, and 8.17.0.
87+
* Avoid lock contention when ecs_compatibility is explicitly specified https://github.com/elastic/logstash/pull/16786[#16786]
88+
* 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]
89+
* Fix environment variables `${VAR}` were not interpreted in jvm.options https://github.com/elastic/logstash/pull/16834[#16834]
90+
* Show pipeline metrics (workers, batch_size, batch_delay) in the Node Stats API https://github.com/elastic/logstash/pull/16839[#16839]
91+
92+
[[dependencies-8.17.1]]
93+
==== Updates to dependencies
94+
95+
* Update Iron Bank base image to ubi9/9.5 https://github.com/elastic/logstash/pull/16825[#16825]
96+
97+
[[plugins-8.17.1]]
98+
==== Plugins
99+
100+
*Elastic_integration Filter - 8.17.0*
101+
102+
* Aligns with stack major and minor versions https://github.com/elastic/logstash-filter-elastic_integration/pull/212[#212]
103+
* Embeds Ingest Node components from Elasticsearch 8.17
104+
* Compatible with Logstash 8.15+
105+
106+
*Elasticsearch Filter - 3.16.2*
107+
108+
* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/185[#185]
109+
110+
*Azure_event_hubs Input - 1.5.1*
111+
112+
* Updated multiple Java dependencies https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/99[#99]
113+
114+
*Elasticsearch Input - 4.20.5*
115+
116+
* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/211[#211]
117+
118+
*Elastic_enterprise_search Integration - 3.0.1*
119+
120+
* Add deprecation log for App Search and Workplace Search. Both products are removed from Elastic Stack in version 9 https://github.com/logstash-plugins/logstash-integration-elastic_enterprise_search/pull/22[#22]
121+
122+
*Jdbc Integration - 5.5.2*
123+
124+
* 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]
125+
126+
*Kafka Integration - 11.5.4*
127+
128+
* Update kafka client to 3.8.1 and transitive dependencies https://github.com/logstash-plugins/logstash-integration-kafka/pull/188[#188]
129+
* Removed `jar-dependencies` dependency https://github.com/logstash-plugins/logstash-integration-kafka/pull/187[#187]
130+
131+
*Logstash Integration - 1.0.4*
132+
133+
* Fixes a buffer-over-limit exception in the downstream input plugin by emitting event-oriented chunks in the upstream output plugin https://github.com/logstash-plugins/logstash-integration-logstash/pull/25[#25]
134+
135+
*Snmp Integration - 4.0.5*
136+
137+
* Fix typo resulting in "uninitialized constant" exception for invalid column name https://github.com/logstash-plugins/logstash-integration-snmp/pull/73[#73]
138+
139+
*Elasticsearch Output - 11.22.10*
140+
141+
* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1194[#1194]
142+
143+
77144
[[logstash-8-17-0]]
78145
=== Logstash 8.17.0 Release Notes
79146

@@ -145,14 +212,59 @@ Other `json_lines` codec issues can be mitigated by:
145212

146213
* 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]
147214

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+
148259
[[logstash-8-16-2]]
149260
=== Logstash 8.16.2 Release Notes
150261

151262
[[notable-8-16-2]]
152263
==== Notable issues fixed
153264

154-
* Reset internal size counter in BufferedTokenizer during flush https://github.com/elastic/logstash/pull/16771[#16771]
155-
* 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].
156268

157269
[[dependencies-8-16-2]]
158270
==== Updates to dependencies

0 commit comments

Comments
 (0)