Releases: casbin/casbin-rs
Releases · casbin/casbin-rs
Release v0.6.0
Stable filtered adapter (#120) * remove extra collect and fix visibility of fileadapter * fix save_policy event data * finish stable version of filtered adapter * FIX CI.
Release v0.5.2
use raw engine && bump version (#115)
Release v0.5.1
Improve/watcher (#106) * include change detail while calling update function * bump version * Fix CI. * Fix CI warnings * Fix CI warnings
Release v0.5.0
Improve/inheritance (#103) * add core api * auto impl ManagementApi, RbacApi * cleanup, remove extra crate:: imports * Fix bench * bump version * fun fmt
Release v0.4.4
remove inMatch because rhai starts to support in operator since 0.11.…
Release v0.4.3
Improve/error handling (#91) * add thiserror & make casbin::Result use new error definition * bump: 0.4.3 * Fix CI.
Release v0.4.2
add TryIntoAdapter & TryIntoModel (#86) * add TryIntoAdapter & TryIntoModel * remove unnecessary box * Fix runtime-async-std.
Release v0.4.1
add critcmp & insert into adapter before model (#77) * add critcmp & insert into adapter before model * Fix CI. * Fix. bench PR.