Releases: casbin/jcasbin
Releases · casbin/jcasbin
v1.32.4
1.32.4 (2023-05-20)
Bug Fixes
- optimize enforce method by moving common code before 'for' loop (#341) (b8df7d8)
v1.32.2
1.32.2 (2023-02-07)
Bug Fixes
- fix ABAC rule with attribute that does not exist (#333) (424486f)
v1.32.1
1.32.1 (2023-02-02)
Bug Fixes
- add rbac with resource roles and domain example (#329) (9d2f491)
v1.32.0
1.32.0 (2023-01-19)
Features
- change aviator dependency to org.casbin.aviator.5.1.4-fix to support below Android 8.0 (API level 26) (#326) (a104356)
v1.31.4
1.31.4 (2023-01-13)
CI
Fix CI node version
v1.31.2
1.31.2 (2022-11-13)
Bug Fixes
- fixed the ArrayIndexOutOfBoundsException (#314) (1da0a44)
v1.31.1
1.31.1 (2022-10-23)
Bug Fixes
- make ecforceEx return a result which include `is (#308) (783030c)