Skip to content

Commit b6bfa85

Browse files
robbaveygithub-actions[bot]logstashmachine
authored
Forward Port of Release notes for 8.16.5 (#17188) (#17265)
* Update release notes for 8.16.5 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logstashmachine <[email protected]>
1 parent 3be9a29 commit b6bfa85

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

docs/static/releasenotes.asciidoc

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This section summarizes the changes in the following releases:
77
* <<logstash-8-17-2,Logstash 8.17.2>>
88
* <<logstash-8-17-1,Logstash 8.17.1>>
99
* <<logstash-8-17-0,Logstash 8.17.0>>
10+
* <<logstash-8-16-5,Logstash 8.16.5>>
1011
* <<logstash-8-16-4,Logstash 8.16.4>>
1112
* <<logstash-8-16-3,Logstash 8.16.3>>
1213
* <<logstash-8-16-2,Logstash 8.16.2>>
@@ -242,7 +243,7 @@ If you wish to also include breaking changes, you must specify `--level=major` h
242243
[[known-issue-8-17-0-jvm]]
243244
===== JVM version changes needed when upgrading {ls} from 8.12.0 (or earlier)
244245

245-
If the `jvm.options` file was modified and not overwritten with the newest version, you may see a "deserialize invocation error" message, causing the pipeline to crash.
246+
If the `jvm.options` file was modified and not overwritten with the newest version, you may see a "deserialize invocation error" message, causing the pipeline to crash.
246247
Users are affected if the Persistent Queue (PQ) is enabled, and the pipeline is processing messages larger than 20MB.
247248

248249
**Solution:** Apply the default change contained in the newer 'jvm.options' file, as seen in this https://github.com/elastic/logstash/blob/v8.17.0/config/jvm.options#L74-L90[example].
@@ -256,9 +257,9 @@ unable to process event. {:message=>"input buffer full", :class=>"Java::JavaLang
256257
```
257258
The issue was fixed in https://github.com/elastic/logstash/pull/16760.
258259

259-
This problem is most likely to be seen when you are using the <<plugins-integrations-logstash,{ls} integration>> plugin to ship data between two {ls} instances, but may appear in other situations, too.
260+
This problem is most likely to be seen when you are using the <<plugins-integrations-logstash,{ls} integration>> plugin to ship data between two {ls} instances, but may appear in other situations, too.
260261

261-
**Workaround for {ls}-to-{ls} communication**
262+
**Workaround for {ls}-to-{ls} communication**
262263

263264
The {ls}-to-{ls} issue can be mitigated by:
264265

@@ -304,6 +305,31 @@ Other `json_lines` codec issues can be mitigated by:
304305

305306
* 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]
306307

308+
[[logstash-8-16-5]]
309+
=== Logstash 8.16.5 Release Notes
310+
311+
[[notable-8-16-5]]
312+
==== Notable issues fixed
313+
314+
* Improves performance of the Persistent Queue, especially in the case of large events, by moving deserialization out of the exclusive access lock. https://github.com/elastic/logstash/pull/17050[#17050]
315+
* Improve error logging when Centralized Pipeline Management cannot find a configured pipeline. https://github.com/elastic/logstash/pull/17052[#17052]
316+
317+
[[plugins-8-16-5]]
318+
==== Plugins
319+
320+
*Beats Input - 6.9.3*
321+
322+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-beats/pull/514[#514]
323+
324+
*Http Input - 3.10.2*
325+
326+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-http/pull/194[#194]
327+
328+
*Tcp Input - 6.4.6*
329+
330+
* Upgrade netty to 4.1.118 https://github.com/logstash-plugins/logstash-input-tcp/pull/233[#233]
331+
332+
307333
[[logstash-8-16-4]]
308334
=== Logstash 8.16.4 Release Notes
309335

0 commit comments

Comments
 (0)