Skip to content

Commit d6390a9

Browse files
robbaveygithub-actions[bot]logstashmachinekarenzone
authored andcommitted
Forward port of release notes for 9.2.4 (#18555) and 9.1.10 (#18565) (#18575)
* Forward port of release notes for 9.2.4 (#18555) and 9.1.10 (#18565) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> * Update docs/release-notes/index.md Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com> (cherry picked from commit 17ace26)
1 parent 1d9eb5b commit d6390a9

File tree

2 files changed

+94
-17
lines changed

2 files changed

+94
-17
lines changed

docs/release-notes/deprecations.md

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,29 @@ While deprecations have no immediate impact, we strongly encourage you update yo
1717
% **Action**<br> Steps for mitigating deprecation impact.
1818
% ::::
1919

20-
% ## 9.0.0 [logstash-900-deprecations]
20+
## 9.2.4 [logstash-deprecations-9.2.4]
2121

22-
% ::::{dropdown} Deprecation title
23-
% Description of the deprecation.
24-
% For more information, check [PR #](PR link).
25-
% **Impact**<br> Impact of deprecation.
26-
% **Action**<br> Steps for mitigating deprecation impact.
27-
% ::::
22+
::::{dropdown} Deprecation of partitioner settings in the Kafka Integration
23+
24+
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)
25+
26+
These options will work correctly for the Kafka plugin version bundled with Logstash 9.2.x, but will be removed in a future release.
27+
28+
The deprecations in the Kafka output were made to align with changes in the Kafka Client.
29+
At version 4.x, the Kafka Client removes the `DefaultPartitioner` and `UniformStickyPartitioner` partitioner implementations.
30+
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.
31+
::::
32+
33+
## 9.1.10 [logstash-deprecations-9.1.10]
34+
35+
::::{dropdown} Deprecation of partitioner settings in the Kafka Integration
36+
37+
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)
38+
39+
These options will work correctly for the Kafka plugin version bundled with Logstash 9.1.x, but will be removed in a future release.
40+
41+
The deprecations in the Kafka output were made to align with changes in the Kafka Client.
42+
At version 4.x, the Kafka Client removes the `DefaultPartitioner` and `UniformStickyPartitioner` partitioner implementations.
43+
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.
44+
::::
2845

29-
None at this time

docs/release-notes/index.md

Lines changed: 70 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,37 @@ To check for security updates, go to [Security announcements for the Elastic sta
2121
% ### Fixes [logstash-next-fixes]
2222
% *
2323

24+
## 9.2.4 [logstash-9.2.4-release-notes]
25+
26+
### Features and enhancements [logstash-9.2.4-features-enhancements]
27+
28+
* Fix to clean batch statistic metrics on pipeline shutdown [#18515](https://github.com/elastic/logstash/pull/18515)
29+
30+
### Plugins [logstash-plugin-9.2.4-changes]
31+
32+
::::{Deprecations to Kafka partitioner settings}
33+
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.
34+
::::
35+
36+
**Beats Input - 7.0.5**
37+
38+
* Upgrade netty 4.1.129 [#525](https://github.com/logstash-plugins/logstash-input-beats/pull/525)
39+
40+
**Http Input - 4.1.4**
41+
42+
* Upgrade netty to 4.1.129 [#203](https://github.com/logstash-plugins/logstash-input-http/pull/203)
43+
44+
**Tcp Input - 7.0.4**
45+
46+
* Upgrade netty to 4.1.129 [#239](https://github.com/logstash-plugins/logstash-input-tcp/pull/239)
47+
48+
**Kafka Integration - 11.8.1**
49+
50+
* Upgrade lz4 dependency [#213](https://github.com/logstash-plugins/logstash-integration-kafka/pull/213)
51+
* Deprecate partitioner `default` and `uniform_sticky` options [#206](https://github.com/logstash-plugins/logstash-integration-kafka/pull/206)
52+
Both options are deprecated in Kafka client 3 and will be removed in the plugin 12.0.0.
53+
* Add `reconnect_backoff_max_ms` option for configuring kafka client [#204](https://github.com/logstash-plugins/logstash-integration-kafka/pull/204)
54+
2455

2556
## 9.2.3 [logstash-9.2.3-release-notes]
2657

@@ -44,7 +75,6 @@ No user-facing changes in Logstash core.
4475
* Added trace log to track event size expansion [#49](https://github.com/logstash-plugins/logstash-filter-split/pull/49)
4576
* [DOC] Added introductory statement to clarify purpose of the plugin [#43](https://github.com/logstash-plugins/logstash-filter-split/pull/43)
4677

47-
4878
## 9.2.1 [logstash-9.2.1-release-notes]
4979

5080
### Features and enhancements [logstash-9.2.1-features-enhancements]
@@ -86,7 +116,7 @@ For more details please see the associated [known issue](/release-notes/known-is
86116

87117
### Features and enhancements [logstash-9.2.0-features-enhancements]
88118

89-
#### Persistent queue (PQ} compression [logstash-9.2.0-pq-compression]
119+
#### Persistent queue (PQ) compression [logstash-9.2.0-pq-compression]
90120

91121
We’ve added support for compression to the [Persistent Queue (PQ)](https://www.elastic.co/docs/reference/logstash/persistent-queues), allowing you to spend some CPU in exchange for reduced disk IO. This can help reduce cost and increase throughput in situations where your hardware is rate-limited or metered.
92122

@@ -142,7 +172,40 @@ Related:
142172
* Add support for SNMPv3 `context engine ID` and `context name` to the `snmptrap` input [#76](https://github.com/logstash-plugins/logstash-integration-snmp/pull/76)
143173

144174

145-
# 9.1.9 [logstash-9.1.9-release-notes]
175+
## 9.1.10 [logstash-9.1.10-release-notes]
176+
177+
### Features and enhancements [logstash-9.1.10-features-enhancements]
178+
179+
No user-facing changes in Logstash core.
180+
181+
### Plugins [logstash-plugin-9.1.10-changes]
182+
183+
::::{Deprecations to Kafka partitioner settings}
184+
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.
185+
::::
186+
187+
**Beats Input - 7.0.5**
188+
189+
* Upgrade netty 4.1.129 [#525](https://github.com/logstash-plugins/logstash-input-beats/pull/525)
190+
191+
**Http Input - 4.1.4**
192+
193+
* Upgrade netty to 4.1.129 [#203](https://github.com/logstash-plugins/logstash-input-http/pull/203)
194+
195+
**Tcp Input - 7.0.4**
196+
197+
* Upgrade netty to 4.1.129 [#239](https://github.com/logstash-plugins/logstash-input-tcp/pull/239)
198+
199+
**Kafka Integration - 11.8.1**
200+
201+
* Upgrade lz4 dependency [#213](https://github.com/logstash-plugins/logstash-integration-kafka/pull/213)
202+
* Deprecate `default` and `uniform_sticky` options from the `partitioner` option in the Kafka output
203+
[#206](https://github.com/logstash-plugins/logstash-integration-kafka/pull/206)
204+
* Both options are deprecated in Kafka client 3 and will be removed in the plugin 12.0.0.
205+
* Add `reconnect_backoff_max_ms` option for configuring kafka client [#204](https://github.com/logstash-plugins/logstash-integration-kafka/pull/204)
206+
207+
208+
## 9.1.9 [logstash-9.1.9-release-notes]
146209

147210
### Features and enhancements [logstash-9.1.9-features-enhancements]
148211

@@ -164,7 +227,6 @@ No user-facing changes in Logstash core.
164227
* Added trace log to track event size expansion [#49](https://github.com/logstash-plugins/logstash-filter-split/pull/49)
165228
* [DOC] Added introductory statement to clarify purpose of the plugin [#43](https://github.com/logstash-plugins/logstash-filter-split/pull/43)
166229

167-
168230
## 9.1.7 [logstash-9.1.7-release-notes]
169231

170232
### Features and enhancements [logstash-9.1.7-features-enhancements]
@@ -237,7 +299,7 @@ No user-facing changes in Logstash core.
237299
### Fixes [logstash-9.1.4-fixes]
238300

239301
* Gauge type metrics, such as current and peak connection counts of Elastic Agent, are now available in the `_node/stats` API response when the `vertices=true` parameter is included. These metrics are particularly useful for monitoring {{ls}} plugin activity on the {{ls}} Integration dashboards [#18090](https://github.com/elastic/logstash/pull/18090)
240-
* Improve logstash release artifacts file metadata: mtime is preserved when buiilding tar archives [#18091](https://github.com/elastic/logstash/pull/18091)
302+
* Improve {{ls}} release artifacts file metadata: mtime is preserved when building tar archives [#18091](https://github.com/elastic/logstash/pull/18091)
241303

242304

243305
### Plugins [logstash-plugin-9.1.4-changes]
@@ -382,6 +444,7 @@ The Elasticsearch Input now provides [support](https://github.com/logstash-plugi
382444
**Tcp Output - 7.0.1**
383445

384446
* Call connection check after connect [#61](https://github.com/logstash-plugins/logstash-output-tcp/pull/61)
447+
385448
## 9.0.8 [logstash-9.0.8-release-notes]
386449

387450
No user-facing changes in Logstash core.
@@ -432,10 +495,6 @@ No change to the plugins in this release.
432495

433496
### Features and enhancements [logstash-9.0.5-features-enhancements]
434497

435-
## 9.0.5 [logstash-9.0.5-release-notes]
436-
437-
### Features and enhancements [logstash-9.0.5-features-enhancements]
438-
439498
No user-facing changes in Logstash core.
440499

441500
### Plugins [logstash-plugin-9.0.5-changes]
@@ -457,11 +516,13 @@ No user-facing changes in Logstash core.
457516
* Updated JWT dependency [#101](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/101)
458517

459518
**Snmp Integration - 4.0.7**
519+
460520
* FIX: The `snmptrap` input now correctly enforces the user security level set by `security_level` config, and drops received events that do not match the configured value [#75](https://github.com/logstash-plugins/logstash-integration-snmp/pull/75)
461521

462522
**Elasticsearch Output - 12.0.6**
463523

464524
* Add headers reporting uncompressed size and doc count for bulk requests [#1217](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1217)
525+
* [DOC] Fix link to Logstash DLQ docs [#1214](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1214)
465526

466527
## 9.0.4 [logstash-9.0.4-release-notes]
467528

0 commit comments

Comments
 (0)