IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
- Include timestamp in health report snapshot API response #19422
- Updated concurrent-ruby gem #19428
Edn Codec - 3.1.1
-
Fix
NameError: uninitialized constant Bignumthat prevented the codec from loading on Logstash 9.4+ #8 -
The
edngem references theBignumconstant, which Ruby removed in 3.2 (shipped by the JRuby in Logstash 9.4+). This raised aNameErrorwhen the codec registered, so any pipeline using theedncodec failed to start. Alias the removedFixnum/Bignumconstants toIntegerbefore requiringedn.
Edn_lines Codec - 3.1.1
-
Fix
NameError: uninitialized constant Bignumthat prevented the codec from loading on Logstash 9.4+ #8 -
The
edngem references theBignumconstant, which Ruby removed in 3.2 (shipped by the JRuby in Logstash 9.4+). This raised aNameErrorwhen the codec registered, so any pipeline using theedn_linescodec failed to start. Alias the removedFixnum/Bignumconstants toIntegerbefore requiringedn.
Anonymize Filter - 3.0.8
-
Fix
NameError: uninitialized constant Fixnumwhen using theMURMUR3algorithm on Logstash 9.4+ (Ruby 3.2+, which removedFixnumin favor ofInteger) #19
Azure_event_hubs Input - 1.5.9
- Update jackson dependency to 2.21.6 #121
Beats Input - 6.9.12
- Update Netty dependency to 4.1.137.Final #577
Http Input - 3.11.1
Jms Input - 3.3.2
-
Fix
NameError: uninitialized constant Fixnumwhen reading a JMS MapMessage on Logstash 9.4+ #63 -
The
jruby-jmsgem references theFixnumconstant, which Ruby removed in 3.2 (shipped by the JRuby in Logstash 9.4+). This raised aNameErrorwhile decoding a JMS MapMessage. Alias the removedFixnum/Bignumconstants toIntegerbefore requiringjms.
Tcp Input - 6.4.15
- Update Netty dependency to 4.1.137.Final #283
Kafka Integration - 11.8.11
- Update jackson dependency to 2.21.6 #275