diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md index 73dd404224d..e004f41d7ca 100644 --- a/docs/release-notes/deprecations.md +++ b/docs/release-notes/deprecations.md @@ -17,13 +17,16 @@ While deprecations have no immediate impact, we strongly encourage you update yo % **Action**
Steps for mitigating deprecation impact. % :::: -% ## 9.0.0 [logstash-900-deprecations] +## 9.1.10 [logstash-deprecations-9.1.10] -% ::::{dropdown} Deprecation title -% Description of the deprecation. -% For more information, check [PR #](PR link). -% **Impact**
Impact of deprecation. -% **Action**
Steps for mitigating deprecation impact. -% :::: +::::{dropdown} Deprecation of partitioner settings in the Kafka Integration + +The `partitioner` configuration options `default` and `uniform_sticky` have been deprecated in the Kafka output. [#206](https://github.com/logstash-plugins/logstash-integration-kafka/pull/206) + +These options will work correctly for the Kafka plugin version bundled with Logstash 9.1.x, but will be removed in a future release. + +The deprecations in the Kafka output were made to align with changes in the Kafka Client. +At version 4.x, the Kafka Client removes the `DefaultPartitioner` and `UniformStickyPartitioner` partitioner implementations. +It adds an improved [uniform sticky partitioner](https://cwiki.apache.org/confluence/display/KAFKA/KIP-794%3A+Strictly+Uniform+Sticky+Partitioner), which is the default. +:::: -None at this time \ No newline at end of file diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index ce8072f4d95..a0aa16042b4 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,7 +21,40 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [logstash-next-fixes] % * -# 9.1.9 [logstash-9.1.9-release-notes] +## 9.1.10 [logstash-9.1.10-release-notes] + +### Features and enhancements [logstash-9.1.10-features-enhancements] + +No user-facing changes in Logstash core. + +### Plugins [logstash-plugin-9.1.10-changes] + +::::{Deprecations to Kafka partitioner settings} +The Kafka integration plugin version bundled with this release introduces deprecations for `partitioner` settings in the Kafka output. Check out [Deprecations](/release-notes/deprecations.md) for more information. +:::: + +**Beats Input - 7.0.5** + +* Upgrade netty 4.1.129 [#525](https://github.com/logstash-plugins/logstash-input-beats/pull/525) + +**Http Input - 4.1.4** + +* Upgrade netty to 4.1.129 [#203](https://github.com/logstash-plugins/logstash-input-http/pull/203) + +**Tcp Input - 7.0.4** + +* Upgrade netty to 4.1.129 [#239](https://github.com/logstash-plugins/logstash-input-tcp/pull/239) + +**Kafka Integration - 11.8.1** + +* Upgrade lz4 dependency [#213](https://github.com/logstash-plugins/logstash-integration-kafka/pull/213) +* Deprecate `default` and `uniform_sticky` options from the `partitioner` option in the Kafka output +[#206](https://github.com/logstash-plugins/logstash-integration-kafka/pull/206) + * Both options are deprecated in Kafka client 3 and will be removed in the plugin 12.0.0. +* Add `reconnect_backoff_max_ms` option for configuring kafka client [#204](https://github.com/logstash-plugins/logstash-integration-kafka/pull/204) + + +## 9.1.9 [logstash-9.1.9-release-notes] ### Features and enhancements [logstash-9.1.9-features-enhancements] @@ -479,4 +512,4 @@ Check out the [security advisory](https://discuss.elastic.co/c/announcements/sec **Tcp Output - 7.0.0** -* Remove deprecated SSL settings [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58) \ No newline at end of file +* Remove deprecated SSL settings [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58)