- Added ability to directly convert from integer and float to boolean #127
- Changed documentation to clarify execution order and to provide workaround #128
- Changed documentation to clarify use of
replace
config option #125
- Fix: when converting to
float
andfloat_eu
, explicitly support same range of inputs as their integer counterparts; eliminates a regression introduced in 3.3.1 in which support for non-string inputs was inadvertently removed.
- Fix: Number strings using a decimal comma (e.g. 1,23), added convert support to specify integer_eu and float_eu.
- feature: Added capitalize feature.
- Support boolean to integer conversion #107
- Update gemspec summary
- Fix some documentation issues
- feature: Allow to copy fields.
- Don't create empty fields when lower/uppercasing a non-existant field
- bugfix: split method was not working, #78
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
- breaking,config: Remove deprecated config
remove
. Please use genericremove_field
instead.
- internal: Republish all the gems under jruby.
- internal,deps: Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See elastic/logstash#5141
- internal,test: Temp fix for patterns path in tests
- internal,deps: Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
- internal,deps: New dependency requirements for logstash-core for the 5.0 release
- internal,cleanup: Code cleanups and fix field assignments
- internal: Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully, instead of using Thread.raise on the plugins' threads. Ref: elastic/logstash#3895
- internal,deps: Dependency on logstash-core update to 2.0
- bugfix: Fix for uppercase and lowercase fail when value is already desired case
- internal,test: Modify tests to prove bug and verify fix.
- bugfix: Fix for uppercase and lowercase malfunction
- internal,test: Specific test to prove bug and fix.