- Removed
jar-dependencies
dependency #91
- fix bad padding
->
suffix with delimiter #84
- Update log4j dependencies to 2.17.1
- Update log4j dependencies to 2.17.0
- [DOC] Added note to clarify notation for dot or nested fields #76
- Fix Trailing Delimiters requires a false field. A skip field is automatically added when a final delimiter is detected in the dissect pattern. This requires that strict delimiter finding is enforced - meaning a "no match" results if every delimiter is not found in exactly the declared order Issue #22
- Replace v1.1.3 as it packaged the v1.1.1 jar and therefore does not have the fixes below
- Yank v1.1.3 from rubygems.org
- Test for "Improve field regular expression accuracy to include prefix and suffix options", fixed in 1.1.1
- Fix for "Dissector mapping, field found in event but it was empty" caused by multibyte UTF8, bytes size vs string size
- Fix for "Bug: if a dissection is defined with a newline as part of a delimiter it is ignored."
- Update gemspec summary
- Fix for "Missing field values cause dissected fields to be out of position" issue. See updated documentation.
- Fix for "Check empty fields" issue, empty fields handled better.
- Fix for "Integer conversion does not handle big integers".
- Fix some documentation issues
- Fix gemspec to include vendor/jars
- Fix gradle now that Event has been moved into Logstash Core
- Exit on gradle failures to help protect against bad releases
- Docs: Fix doc generation error by removing illegal heading
- Add metrics to track the number of matches and failures
- Add "vendor/jars" to require_paths in gemspec
- Update the version and rebuild the vendored jar.
- Skipping this version number, it exists on Rubygems but is faulty
- Initial commit