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

Forward port 8.15.5 and 8.16.2 release notes to 8.x #16809

Merged
merged 4 commits into from
Jan 8, 2025
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
45 changes: 45 additions & 0 deletions docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
This section summarizes the changes in the following releases:

* <<logstash-8-17-0,Logstash 8.17.0>>
* <<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>>
Expand Down Expand Up @@ -116,6 +117,50 @@ The solution is to apply the default change contained in the newer 'jvm.options'

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

[[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-2]]
==== 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/1195[#1195]

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

Expand Down
Loading