Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for 8.16.2 #16799

Merged
merged 4 commits into from
Dec 17, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in the following releases:

* <<logstash-8-16-2,Logstash 8.16.2>>
* <<logstash-8-16-1,Logstash 8.16.1>>
* <<logstash-8-16-0,Logstash 8.16.0>>
* <<logstash-8-15-4,Logstash 8.15.4>>
jsvd marked this conversation as resolved.
Show resolved Hide resolved
Expand Down Expand Up @@ -71,6 +72,51 @@ This section summarizes the changes in the following releases:
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>


[[logstash-8-16-2]]
=== Logstash 8.16.2 Release Notes

[[notable-8-16-2]]
==== Notable issues fixed

* Reset internal size counter in BufferedTokenizer during flush https://github.com/elastic/logstash/pull/16771[#16771]
* Ensure overrides to jackson settings are applied during startup https://github.com/elastic/logstash/pull/16758[#16758]

[[dependencies-8.16.1]]
==== Updates to dependencies

* Pin `jar-dependencies` to `0.4.1` and `date` to `3.3.3` to avoid clashes between what's bundled with JRuby and newer versions in Rubygems https://github.com/elastic/logstash/pull/16749[#16749] https://github.com/elastic/logstash/pull/16779[#16779]

==== Plugins

*Elastic_integration Filter - 0.1.17*

* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/elastic/logstash-filter-elastic_integration/pull/197[#197]

*Elasticsearch Filter - 3.16.2*

* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/185[#185]

*Elasticsearch Input - 4.20.5*

* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/logstash-plugins/logstash-input-elasticsearch/pull/211[#211]

*Jdbc Integration - 5.5.1*

* Document `statement_retry_attempts` and `statement_retry_attempts_wait_time` options https://github.com/logstash-plugins/logstash-integration-jdbc/pull/177[#177]

*Kafka Integration - 11.5.3*

* Update kafka client to 3.7.1 and transitive dependencies https://github.com/logstash-plugins/logstash-integration-kafka/pull/186[#186]

*Logstash Integration - 1.0.4*

* Align output plugin with documentation by producing event-oriented ndjson-compatible payloads instead of JSON array of events https://github.com/logstash-plugins/logstash-integration-logstash/pull/25[#25]

*Elasticsearch Output - 11.22.10*

* Add `x-elastic-product-origin` header to Elasticsearch requests https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1194[#1194]
jsvd marked this conversation as resolved.
Show resolved Hide resolved


[[logstash-8-16-1]]
=== Logstash 8.16.1 Release Notes

Expand Down
Loading