Releases: casbin/pycasbin
Releases · casbin/pycasbin
v2.2.0
2.2.0 (2025-08-24)
Features
- fix bug that get_all_subjects() and similar APIs get wrong result (#399) (cd76b7c)
v2.1.0
2.1.0 (2025-08-19)
Features
- align add_policy API with Golang Casbin (#398) (937b649)
v2.0.0
2.0.0 (2025-08-10)
Features
- update README.md status badges and improve TestFastEnforcer() (#396) (79105a0), closes #395
BREAKING CHANGES
v1.49.0
1.49.0 (2025-08-06)
Features
- add add_grouping_policies_ex and add_named_grouping_policies_ex APIs (#392) (cc34db6)
v1.48.0
1.48.0 (2025-08-01)
Features
- add new APIs: add_policies_ex() and add_named_policies_ex() (#391) (e0a64f9)
v1.47.0
1.47.0 (2025-07-26)
Features
- fix the bug that add_policies does not update policy_map (#390) (c0c6065)
v1.45.0
1.45.0 (2025-06-07)
Features
- Optimize
load_policy_line
to avoid quadratic individual-character loop (#355) (d3149e8)