Skip to content

[0.11.4] - 2020-01-32

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 06 Mar 03:06
· 467 commits to master since this release

Fixed

  • Fixed Issue #040
  • Fixed badly-formatted dates in the changelog

Added

  • Added ability for pySHACL to track and monitor its evaluation path during validation
    • This allows for the validator to detect two different scenarios:
      • A recursive shape has triggered an infinitely-recursive validation, back out
      • Evaluation Path too deep (error generated, prevents python recursion depth errors)
  • Added a test for Issue #40