Skip to content

Commit c9e1c2c

Browse files
github-actions[bot]logstashmachinealexcams
authored
Release notes for 9.3.1 (#18799)
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Co-authored-by: Álex Cámara <alex.camara@elastic.co>
1 parent 6a31073 commit c9e1c2c

File tree

1 file changed

+80
-1
lines changed

1 file changed

+80
-1
lines changed

docs/release-notes/index.md

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

24+
## 9.3.1 [logstash-9.3.1-release-notes]
25+
26+
### Fixes [logstash-9.3.1-fixes]
27+
28+
* Fixed an issue where some logstash artifacts were shipped with a JDK targeting the wrong platform/architecture. [#18750](https://github.com/elastic/logstash/pull/18750)
29+
30+
### Plugins [logstash-plugin-9.3.1-changes]
31+
32+
**Collectd Codec - 3.1.1**
33+
34+
* 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)
35+
36+
**Netflow Codec - 4.3.4**
37+
38+
* 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)
39+
40+
**Date Filter - 3.1.16**
41+
42+
* Ensure gem artifact ships with all runtime dependencies [#163](https://github.com/logstash-plugins/logstash-filter-date/pull/163)
43+
44+
**Dissect Filter - 1.2.6**
45+
46+
* Ensure gem artifact ships with all runtime dependencies [#93](https://github.com/logstash-plugins/logstash-filter-dissect/pull/93)
47+
* Removed unused runtime dependency [#91](https://github.com/logstash-plugins/logstash-filter-dissect/pull/91)
48+
49+
**Geoip Filter - 7.3.4**
50+
51+
* 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)
52+
* Ensure gem artifact ships with all runtime dependencies [#236](https://github.com/logstash-plugins/logstash-filter-geoip/pull/236)
53+
54+
**Grok Filter - 4.4.4**
55+
56+
* 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)
57+
58+
**Beats Input - 7.0.7**
59+
60+
* Upgrade Netty version to 4.1.131 [#531](https://github.com/logstash-plugins/logstash-input-beats/pull/531)
61+
* Ensure gem artifact ships with all runtime dependencies [#527](https://github.com/logstash-plugins/logstash-input-beats/pull/527)
62+
63+
**Dead_letter_queue Input - 2.0.2**
64+
65+
* Ensure gem artifact ships with all runtime dependencies [#57](https://github.com/logstash-plugins/logstash-input-dead_letter_queue/pull/57)
66+
67+
**File Input - 4.4.7**
68+
69+
* Ensure gem artifact ships with all runtime dependencies [#331](https://github.com/logstash-plugins/logstash-input-file/pull/331)
70+
71+
**Http Input - 4.1.6**
72+
73+
* Upgrade Netty version to 4.1.131 [#207](https://github.com/logstash-plugins/logstash-input-http/pull/207)
74+
* Ensure gem artifact ships with all runtime dependencies [#206](https://github.com/logstash-plugins/logstash-input-http/pull/206)
75+
76+
**Tcp Input - 7.0.6**
77+
78+
* Upgrade Netty version to 4.1.131 [#246](https://github.com/logstash-plugins/logstash-input-tcp/pull/246)
79+
* Ensure gem artifact ships with all runtime dependencies [#242](https://github.com/logstash-plugins/logstash-input-tcp/pull/242)
80+
81+
**Unix Input - 3.1.3**
82+
83+
* 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)
84+
85+
**Jdbc Integration - 5.6.3**
86+
87+
* 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)
88+
* Ensure gem artifact ships with all runtime dependencies [#190](https://github.com/logstash-plugins/logstash-integration-jdbc/pull/190)
89+
90+
**Kafka Integration - 11.8.3**
91+
92+
* Ensure gem artifact ships with all runtime dependencies [#223](https://github.com/logstash-plugins/logstash-integration-kafka/pull/223)
93+
94+
**Nagios Output - 3.0.7**
95+
96+
* 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)
97+
98+
**Webhdfs Output - 3.1.1**
99+
100+
* Ensure gem artifact ships with all runtime dependencies [#49](https://github.com/logstash-plugins/logstash-output-webhdfs/pull/49)
101+
102+
24103
## 9.3.0 [logstash-9.3.0-release-notes]
25104

26105
::::{important}
@@ -770,4 +849,4 @@ Check out the [security advisory](https://discuss.elastic.co/c/announcements/sec
770849

771850
**Tcp Output - 7.0.0**
772851

773-
* Remove deprecated SSL settings [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58)
852+
* Remove deprecated SSL settings [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58)

0 commit comments

Comments
 (0)