- Fix to make registers threadsafe. math filter #10
- Bumping to this version as this plugin was published to rubygems at v1.0
- Fixed add backward compatible Operator reference aliases
'sub', 'mpx'
math filter #8
- This plugin is now in the logstash-plugins GH org
- Added Memory registers
- Added More functions Power, Round, Modulo, FloatDivide
- Added Literals
- Added Operator reference aliases, e.g.
'*', 'times', 'multiply'
all refer to Multiply. - Added asciidoc documentation
- Above features provided by math filter #5
- Published to rubygems by Robin Clarke