Skip to content

v2.0.0-preview.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 23:48
86cc11e

2.0.0-preview.2 (2021-08-08)

Code Refactoring

  • Make Utility class to internal (9f0255d)

Features

  • Compatible with IEffector of golang casbin and refactor internal enforce method (1c4ade3)
  • Add EnforceWithMatcher and EnforceExWithMatcher APIs (bec593c)
  • Add lazyLoadPolicy option on enforcer constructor (25b43dc)
  • Implement priority explicit deny override model for v2 and add enforce session (114fff2)
  • Multiple request, policy, effect, matcher type support (7078dab)
  • Support .NET 6 target (727a0a4)
  • Support explicit priority model (9afadfa)

BREAKING CHANGES

  • feat: Multiple request, policy, effect, matcher type support
  • Make Utility class to internal