Skip to content

Releases: dvgaba/easy-rules

v1.1.0: Release 1.1.0 (#23)

16 Jan 02:37
308c2a8
Compare
Choose a tag to compare

Release to bump 3PP version.

Breaking change in Jexl module due to changes in Jexl 3.3

Please refer to
https://github.com/apache/commons-jexl/blob/master/RELEASE-NOTES.txt

v1.0.7: Prepare 1.0.7 (#22)

14 Feb 01:29
186b61f
Compare
Choose a tag to compare

Fixed Jackson/Snakeyaml vulnerability

v1.0.5

05 Aug 20:09
ad7de5c
Compare
Choose a tag to compare

Minor release to support optional fact parameters in rules.

RulesEngineParameters.setOptionalParameterAnnotation : New static parameter to set annotation, any fact parameter annotated with this annotation will be assumed null if fact is missing.

Refer to OptionalFactAnnotationParameterTest for example.

What's Changed

Full Changelog: v1.0.1.0...v1.0.5

Version 1.0.0

11 Apr 04:19
Compare
Choose a tag to compare

Minor release

  • Added new RulesEngineParameters.failsOnException to propagate exception in rule execution.
  • Updated JDK and dependency versions
  • Changed logging for better efficiency
  • Minor code quality improvements