Releases: fystack/programmable-policy-engine
Releases · fystack/programmable-policy-engine
Release list
v0.1.0: Merge pull request #4 from fystack/feat/matches
v0.0.4: Merge pull request #3 from fystack/feat/matches
feat: add Engine.Matches for collecting all matched rules
v0.0.3: Add WithEffectPrecedence for deny-overrides evaluation
Introduces an optional effect precedence strategy that resolves conflicts by highest-priority effect instead of first-match-wins. This prevents misconfigured rule ordering from letting an ALLOW slip past a DENY or REVIEW in custody contexts.