Releases: php-casbin/database-adapter
Releases · php-casbin/database-adapter
v2.0.0
BREAKING CHANGES
- upgrade to PHP 8.0 and PHP-Casbin 4.0
v1.8.0
Dependencies
- Use leeqvip/database instead of techone/database
v1.7.1
1.7.1 (2022-10-15)
Bug Fixes
v1.7.0
1.7.0 (2022-09-28)
Features
- Support policy table name configuration (#22) (97c0d37)
v1.6.1
1.6.1 (2021-12-07)
Bug Fixes
- Use loadPolicyArray instead of loadPolicyLine(#19) (#20) (3a91ed9)
v1.6.0
1.6.0 (2021-09-03)
Features
- support updateFilteredPolicies method (#17) (4a23074), closes #16
v1.5.0
1.5.0 (2021-07-30)
Features
v1.4.2
1.4.2 (2021-07-13)
Bug Fixes
- addPolicies doesn't execute the sql statement (176d5ed)
v1.4.1
1.4.1 (2021-03-25)
Bug Fixes
- refactor the logic of loadFilteredPolicy method (8dc21ad)
1.4.0
Features
- use 'Github Actions' to run tests and auto release.
- support Casbin
UpdatableAdapter
interface.