Semantic Versioning Changelog
1.17.0 (2025-12-10)
Features
- add clear_policy() method to Adapter (#26) (a989130)
1.16.1 (2025-12-07)
Bug Fixes
- add Alembic integration docs for create_casbin_rule_model() (#24) (06e3f37)
1.16.0 (2025-12-07)
Features
- add create_casbin_rule_model() API for Alembic migration support (#22) (5628b21)
1.15.0 (2025-11-23)
Features
1.14.0 (2025-11-21)
Features
- remove warning parameter and suppression code from Adapter (#19) (456a940)
1.13.0 (2025-09-17)
Features
- fix code formatting errors and migrate metadata from setup.py to pyproject.toml (#13) (95204bf)
- improve code format for black (#12) (8e2a827)
1.12.0 (2025-09-17)
Features
- improve performance by doing bulk insert in add_policies() API (#9) (e7aa07f)
1.11.0 (2025-09-16)
Features
1.10.0 (2025-08-20)
Features
1.9.0 (2025-08-15)
Features
- switch from casbin to pycasbin (#6) (7fe0649)
1.8.0 (2025-06-04)
Features
1.7.0 (2024-12-18)
Features
1.6.0 (2024-11-12)
Features
1.5.0 (2024-03-29)
Features
- upgrade CI Node.js version to 20 (086c74c)
1.4.0 (2024-01-06)
Features
1.3.0 (2023-08-07)
Features
- update dependency to use pycasbin Async API (#11) (bee7581)
1.2.0 (2023-07-16)
Features
- Update adapter to support sqlalchemy 2.0 syntax (#9) (63aafc3)
1.1.1 (2023-07-13)
Bug Fixes
- Use sqlalchemy.orm.declarative_base (#7) (a323738)
1.1.0 (2023-05-21)
Features
- fix automatic table creation error (#5) (a785acc)
1.0.1 (2023-05-18)
Bug Fixes
1.0.0 (2023-05-18)
Features