Skip to content

v0.4.3 - Upgrade to Rego v0.68.0

Compare
Choose a tag to compare
@matajoh matajoh released this 10 Sep 13:13
· 3 commits to main since this release
cc42534

Point release updating to Rego v0.68.0

New Features

  • Updated the support version of Rego to v0.68.0
  • Updated to the latest build of Trieste.
  • Added a v1-compatible flag to the test driver and interpreter which forces rego-v1 compliance
  • Added code to run both the v0 and v1 OPA test suites
  • Added the new strings.count built-in
  • Improved the tool messaging around debug options

Bug Fixes

  • Fixed an issue with recursion errors being swallowed by not
  • Fixed issues where undefined values were not handled correctly during unification
  • Fixed issue with whitespace after package definitions
  • Fixed issue where internal values were lingering in rule evaluations