Skip to content

2022-06-30 - v0.19.1 - Its Docker Time

Compare
Choose a tag to compare
@ashleysommer ashleysommer released this 30 Jun 04:00
· 143 commits to master since this release

Note, while this is a normal 0.x release, it also acts as the v1.0 release candidate.

That means, if no glaring bugs or issues are found in this release after two weeks, this version will be re-released as
PySHACL v1.0.

Fixed

  • CLI Output Table formatting crashed when report graph did not contain a resultMessage
  • Executing advanced-mode triples rules can sometimes skip the graph clone step, and incorrectly emits new triples directly into the input data-graph
    • Discovered when investigating #148

Changed

  • Executing advanced triples rules no longer incorrectly emits new triples directly into the input data-graph
    • This may been seen as a breaking change, if your workflow relied on this incorrect behaviour.
    • If you really the rules engine to emit new triples into your input data graph, use the inplace validator option.
  • Updated built-in schema.ttl file to newer version that doesn't have UTF-8 encoding issues

Added