Releases: camunda/dmn-scala
Releases · camunda/dmn-scala
v.1.6.3
Changelog
- (engine): support DMN 1.2 and 1.3 namespaces (#65)
- (engine): escape names with the correct symbol (#66)
- (deps): bump camunda-bom from 7.14.0 to 7.15.0 (#35)
- (deps): bump scala-library from 2.13.5 to 2.13.6 (#60)
v.1.6.2
Changelog
- fix(engine): NPE if a decision table has an empty input expression (#27)
- fix(zeebe): serialize list and context result (#28)
v.1.6.1
Changelog
- (fix): solve dependency problem by updating the dependencies (#22)
- (deps): dump
feel-engine
from 1.12.2
to 1.13.1
- (deps): dump
zeebe-bom
from 0.24.4
to 0.26.1
- (deps): dump
camunda-bom
from 7.13.0
to 7.14.0
- (deps): dump
slf4j-api
from 1.7.25
to 1.7.30
- (deps): dump
log4j
from 2.13.3
to 2.14.1
- (deps): dump
scala
from 2.13.0
to 2.13.5
v.1.6.0
Changelog
- expose the audit log for a failed evaluation (#16)
Breaking Changes 🔥
- a new method
onFailure()
was added to the AuditLogListener
SPI (#16)
v1.5.0
Changelog
- dump feel-scala from
1.8.0
to 1.12.2
- dump camunda from
7.11.0
to 7.13.0
- dump zeebe from
0.20.0
to 0.24.4
- dump scala from
2.12.4
to 2.13.0
- dump Java from
1.8
to 11
v1.4.0
Changelog
- fix the mapping result of literal expression to single entry (#8 )
- ignore BKMs without encapsulated logic (#6)
- migrate to Zeebe 0.20.0
v1.3.0
Features:
- new audit log to track the evaluation
- integration into Camunda history
Fixes:
- unary-tests can handle null values
v1.2.1
Fixes:
- unary-tests can handle null values (#3)