Skip to content

v1.5.0

Compare
Choose a tag to compare
@sagilio sagilio released this 12 Feb 17:44
· 213 commits to master since this release

Breaking changes

  1. The signature of MergeEffects method in IEnforcer has changed:
// Before: 
bool MergeEffects(string policyEffect, Effect[] effects, float[] results);
// After: 
bool MergeEffects(string policyEffect, Effect[] effects, float[] results, out int hitPolicyIndex);

Features

  1. Support pattern feature at default role manager.
  2. Support builds Incremental role links.
  3. Support logging feature and add EnforceEx method.
  4. Support multiple eval functions.
  5. Add domain optional support at RBAC APIs.
  6. Add GetImplicitUsersForPermission API.

Bug fixes

  1. Fix determine filter adapter error when loading filter policy.