Skip to content

v0.5.1

Choose a tag to compare

@hardbyte hardbyte released this 11 Aug 10:27
· 5 commits to main since this release

✨ Added

  • EvaluationMode enum: Control type handling behavior in CEL expressions
    • EvaluationMode.PYTHON (default for Python API): Python-friendly type promotions
    • EvaluationMode.STRICT (default for CLI): Strict CEL type rules with no coercion
  • Type checking support: Added complete type stub files (.pyi) for PyO3 extension