You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/index.md
+78-1Lines changed: 78 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
99
99
100
100
* Ensure gem artifact ships with all runtime dependencies [#49](https://github.com/logstash-plugins/logstash-output-webhdfs/pull/49)
101
101
102
-
103
102
## 9.3.0 [logstash-9.3.0-release-notes]
104
103
105
104
::::{important}
@@ -176,6 +175,84 @@ Related:
176
175
177
176
* Add `drop_error_types` config option to avoid retrying on certain error types [#1228](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1228)
178
177
178
+
## 9.2.6 [logstash-9.2.6-release-notes]
179
+
180
+
### Fixes [logstash-9.2.6-fixes]
181
+
182
+
* Fixed an issue where some logstash artifacts were shipped with a JDK targeting the wrong platform/architecture. [#18749](https://github.com/elastic/logstash/pull/18749)
183
+
184
+
### Plugins [logstash-plugin-9.2.6-changes]
185
+
186
+
**Collectd Codec - 3.1.1**
187
+
188
+
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#36](https://github.com/logstash-plugins/logstash-codec-collectd/pull/36)
189
+
190
+
**Netflow Codec - 4.3.4**
191
+
192
+
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#215](https://github.com/logstash-plugins/logstash-codec-netflow/pull/215)
193
+
194
+
**Date Filter - 3.1.16**
195
+
196
+
* Ensure gem artifact ships with all runtime dependencies [#163](https://github.com/logstash-plugins/logstash-filter-date/pull/163)
197
+
198
+
**Dissect Filter - 1.2.6**
199
+
200
+
* Ensure gem artifact ships with all runtime dependencies [#93](https://github.com/logstash-plugins/logstash-filter-dissect/pull/93)
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#239](https://github.com/logstash-plugins/logstash-filter-geoip/pull/239)
206
+
* Ensure gem artifact ships with all runtime dependencies [#236](https://github.com/logstash-plugins/logstash-filter-geoip/pull/236)
207
+
208
+
**Grok Filter - 4.4.4**
209
+
210
+
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#197](https://github.com/logstash-plugins/logstash-filter-grok/pull/197)
211
+
212
+
**Beats Input - 7.0.7**
213
+
214
+
* Upgrade Netty version to 4.1.131 [#531](https://github.com/logstash-plugins/logstash-input-beats/pull/531)
215
+
* Ensure gem artifact ships with all runtime dependencies [#527](https://github.com/logstash-plugins/logstash-input-beats/pull/527)
216
+
217
+
**Dead_letter_queue Input - 2.0.2**
218
+
219
+
* Ensure gem artifact ships with all runtime dependencies [#57](https://github.com/logstash-plugins/logstash-input-dead_letter_queue/pull/57)
220
+
221
+
**File Input - 4.4.7**
222
+
223
+
* Ensure gem artifact ships with all runtime dependencies [#331](https://github.com/logstash-plugins/logstash-input-file/pull/331)
224
+
225
+
**Http Input - 4.1.6**
226
+
227
+
* Upgrade Netty version to 4.1.131 [#207](https://github.com/logstash-plugins/logstash-input-http/pull/207)
228
+
* Ensure gem artifact ships with all runtime dependencies [#206](https://github.com/logstash-plugins/logstash-input-http/pull/206)
229
+
230
+
**Tcp Input - 7.0.6**
231
+
232
+
* Upgrade Netty version to 4.1.131 [#246](https://github.com/logstash-plugins/logstash-input-tcp/pull/246)
233
+
* Ensure gem artifact ships with all runtime dependencies [#242](https://github.com/logstash-plugins/logstash-input-tcp/pull/242)
234
+
235
+
**Unix Input - 3.1.3**
236
+
237
+
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#31](https://github.com/logstash-plugins/logstash-input-unix/pull/31)
238
+
239
+
**Jdbc Integration - 5.6.3**
240
+
241
+
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#192](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/192)
242
+
* Ensure gem artifact ships with all runtime dependencies [#190](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/190)
243
+
244
+
**Kafka Integration - 11.8.3**
245
+
246
+
* Ensure gem artifact ships with all runtime dependencies [#223](https://github.com/logstash-plugins/logstash-integration-kafka/pull/223)
247
+
248
+
**Nagios Output - 3.0.7**
249
+
250
+
* Replace deprecated File.exists? by File.exist? to ensure compatibility with Ruby 3.4 (JRuby 10) [#11](https://github.com/logstash-plugins/logstash-output-nagios/pull/11)
251
+
252
+
**Webhdfs Output - 3.1.1**
253
+
254
+
* Ensure gem artifact ships with all runtime dependencies [#49](https://github.com/logstash-plugins/logstash-output-webhdfs/pull/49)
0 commit comments