Skip to content

Releases: casbin-net/casbin-aspnetcore

v1.4.0

08 Apr 15:42
5db5b3d
Compare
Choose a tag to compare

1.4.0 (2024-04-08)

Features

  • update Casbin.NET and EFCore adapter's dependency versions (#68) (5db5b3d)

v1.3.0

04 Apr 14:52
Compare
Choose a tag to compare

1.3.0 (2024-04-04)

Features

v1.0.0

01 Sep 14:39
628a8fe
Compare
Choose a tag to compare

1.0.0 (2023-09-01)

Bug Fixes

  • Change sample policy description (e32ed0d)
  • CI error of codeql anaylzer (#49) (5ba10f4)
  • Not use ref values to transform (6a397ff)
  • Warning: CodeQL Action v1 will be deprecated (0e025f9)

Features

  • Add casbin logo to nuget packages (fecad46)
  • Add component benchmark test for CasbinEvaluator. (#47) (0cecf1f)
  • Add generic casbin authorize attribute (b1bb3e7)
  • Add sample for blazor webassembly. (b847518)
  • add sample for migrating efcore adapter. (#51) (164e56f)
  • Delete duplicate project (34afcdb)
  • fix CI error (#62) (628a8fe)
  • Support generic request (326f1d3)
  • Support generic request transformer (e73d261)
  • Try using semantic-release to auto release. (#61) (d92a695)
  • Update to Casbin.NET v2.0.0-preview.1 (efcaac4)
  • Update to Casbin.NET v2.0.0-preview.5 (85ad73c)
  • Use synced enforcer default (5a21c3b)

BREAKING CHANGES

  • feat: Update to Casbin.NET v2.0.0-preview.1

Signed-off-by: Sagilio Sagilio@outlook.com

v0.2.1

23 Mar 13:49
Compare
Choose a tag to compare

0.2.1 (2021-03-23)

Bug Fixes

  • May not add CasbinAuthorizationHandler in some situations (e5dc077)

v0.2.0

15 Mar 09:35
8591b1b
Compare
Choose a tag to compare

0.2.0 (2021-03-15)

Bug Fixes

  • Add rbac and key match request transformers to service collection (84907ca)

Features

  • Add allow anyone option (e5cbe4a)
  • Add DefaultAuthenticationSchemes option (395c0c7)

v0.1.0

11 Mar 15:06
Compare
Choose a tag to compare
feat: Add KeyMatch request transformer from CustomRequestTransformer

Signed-off-by: Sagilio <Sagilio@outlook.com>