diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md index 86b5351a91a..01551270c34 100644 --- a/docs/release-notes/deprecations.md +++ b/docs/release-notes/deprecations.md @@ -17,13 +17,21 @@ While deprecations have no immediate impact, we strongly encourage you update yo % **Action**
Steps for mitigating deprecation impact. % :::: +<<<<<<< HEAD ## 9.2.4 [logstash-deprecations-9.2.4] +======= +## 9.1.10 [logstash-deprecations-9.1.10] +>>>>>>> e3e22b39 (Release notes for 9.1.10 (#18549)) ::::{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) +<<<<<<< HEAD These options will work correctly for the Kafka plugin version bundled with Logstash 9.2.x, but will be removed in a future release. +======= +These options will work correctly for the Kafka plugin version bundled with Logstash 9.1.x, but will be removed in a future release. +>>>>>>> e3e22b39 (Release notes for 9.1.10 (#18549)) 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. diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 404c067ab2c..e4044d904c7 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,6 +21,7 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [logstash-next-fixes] % * +<<<<<<< HEAD ## 9.2.4 [logstash-9.2.4-release-notes] ### Features and enhancements [logstash-9.2.4-features-enhancements] @@ -31,6 +32,18 @@ To check for security updates, go to [Security announcements for the Elastic sta ::::{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. +======= +## 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. +>>>>>>> e3e22b39 (Release notes for 9.1.10 (#18549)) :::: **Beats Input - 7.0.5** @@ -48,6 +61,7 @@ The Kafka integration plugin version bundled with this release introduces deprec **Kafka Integration - 11.8.1** * Upgrade lz4 dependency [#213](https://github.com/logstash-plugins/logstash-integration-kafka/pull/213) +<<<<<<< HEAD * Deprecate partitioner `default` and `uniform_sticky` options [#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) @@ -173,6 +187,15 @@ Related: # 9.1.9 [logstash-9.1.9-release-notes] +======= +* 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] +>>>>>>> e3e22b39 (Release notes for 9.1.10 (#18549)) ### Features and enhancements [logstash-9.1.9-features-enhancements] @@ -632,4 +655,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)