Skip to content

v2.0.0-preview.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 18:02

2.0.0-preview.3 (2022-02-23)

Bug Fixes

  • Change Casbin.Exstention to Casbin (26d6099)
  • Change lowest TFM form net45 to net452 (51574eb)
  • Make function map internal and remove unused func class (0e69ba8)

Features

  • Add document symbol and source link to nuget package (dbe2499)
  • Add generic request and policy type (42c4604)
  • Add globMatch as a global built-in matcher function (#232) (26bc240), closes #231
  • Add load and save policy to policy manager (a7edb11)
  • Cache the model parse result (401524c)
  • Enable package validation (e098a5b)
  • Make expression handler stateless (1003f5b)
  • Reading cache before create context (6f0284d)
  • Support .NET 7.0 target (6c286b6)
  • Update to the latest packages (1dc6440)
  • Use different chain effector instances every enforce (ea5d000)
  • Use interface instead of expection to check support APIs in IAdapter (e498016)

Performance Improvements

  • Add some ref and inline declare (151a2ea)