Releases: casbin/pycasbin
Releases · casbin/pycasbin
v1.1.0
1.1.0 (2021-05-23)
Bug Fixes
- enforce_ex now works fine when it was disabled (15f58c9)
Features
v1.0.6
1.0.6 (2021-05-13)
Bug Fixes
- optimized install_requires parsing process (34d3a4f)
v1.0.5
1.0.5 (2021-05-12)
Bug Fixes
- replace fnmatch with wcmatch for glob match, keep same behavior with Go Casbin (#149) (906f40c)
v1.0.4
1.0.4 (2021-04-24)
Performance Improvements
v1.0.3
1.0.3 (2021-04-23)
Bug Fixes
- r.user.name -> r_user_name instead of r_user.name in ABAC model (192529e)
v1.0.1
1.0.1 (2021-04-09)
Bug Fixes
- wrong domain length judge and bug in build_incremental_role_links() (#139) (51b8833)
v0.20.0
0.20.0 (2021-04-06)
Features
- added distributed enforcer file along with respective unit tests (f167ebf)
v0.19.2
0.19.2 (2021-04-01)
Bug Fixes
- Added checks in init_with_model_and_adapter in CoreEnforcer (1c55727)
v0.19.1
0.19.1 (2021-03-18)
Bug Fixes
- relocate unittest and fix file path (5ed07b2)