Skip to content

Releases: fystack/programmable-policy-engine

v0.1.0: Merge pull request #4 from fystack/feat/matches

Choose a tag to compare

@Azzurriii Azzurriii released this 14 Jun 10:26
c0fab55
feat: add context handling in Matches method and corresponding tests

v0.0.4: Merge pull request #3 from fystack/feat/matches

Choose a tag to compare

@Azzurriii Azzurriii released this 11 May 15:44
f3ebf55
feat: add Engine.Matches for collecting all matched rules

v0.0.3: Add WithEffectPrecedence for deny-overrides evaluation

Choose a tag to compare

@anhthii anhthii released this 05 Mar 13:05
f66e04b
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.

v0.0.2: User's defined action

Choose a tag to compare

@anhthii anhthii released this 05 Mar 12:41
9765af6

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2