Skip to content

Releases: red6/dmn-check

1.3.1

06 Dec 21:29
709cf0f
Compare
Choose a tag to compare

This release contains only dependency updates. Most notably a fix for a DoS in org.json:json (#235).

1.3.0

11 Feb 23:31
Compare
Choose a tag to compare

Features:

  • Make EnumValidator available in standalone mode (#86)
  • Provide a Docker image (ghcr.io/red6/dmn-check:latest)
  • Provide a picoli based cli

Misc:

  • A lot of dependency updates
  • Changes in the CI infrastructure

1.2.4

21 Apr 07:25
Compare
Choose a tag to compare

Features:

  • Allow to specify the classpath for enum resolution explicitly.

1.2.3

18 Apr 21:22
Compare
Choose a tag to compare

Bugfixes:

  • Only attempt to verify FEEL expressions and warn that other expression languages are currently unsupported (#83, #88, #98), thank you @nairagit.

1.2.2

30 Mar 20:44
Compare
Choose a tag to compare

Bugfixes:

1.2.1

01 Oct 12:44
Compare
Choose a tag to compare

Bugfixes:

  • Fix validation errors in the Gradle plugin.

1.2.0

30 Sep 14:41
Compare
Choose a tag to compare

Features:

  • Validation Server
    With this release dmn-check includes a validation server module. This server is supposed to run standalone and
    accepts validation requests via HTTP. It is currently used for an experimental integration into the Camunda
    Modeler. A demo version is live at https://dmn-check.pascal-wittmann.de/demo/.
  • A Gradle plugin that allows you to use dmn-check in your Gradle projects.
  • A maven module plugin-base that provides common functionality for build system plugins.
  • Adds failOnWarning flag to support failing validation on Warning severity (#18), thank you Krzysztof Barczynski.

Bugfixes:

  • Warn about conflicting rules for hit-policy collect and rule-order instead of reporting an error
  • Warn about duplicate rules for hit-policy collect instead of reporting an error