microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 32 forks source link

chore: release #183

Closed anakrish closed 6 months ago

anakrish commented 6 months ago

The key aspect of this release is that only those rules that are directly or indirectly used by a query will be evaluated. This could result in better performance in case the policy contains many "entry point" rules (ie those rules that are referenced directly by a query).

A take_prints function is provided in engine to help with debugging policies. (AKS-CC requirement).