Releases: casbin/casbin-rs
Releases · casbin/casbin-rs
Release v2.0.9
Merge pull request #273 from hackerchai/master feat: bump version 2.0.9
Release v2.0.8
Merge pull request #271 from hackerchai/version/v2.0.8 feat: bump version 2.0.8
Release v2.0.7
Merge pull request #247 from hackerchai/fix/readme Fix: fix README.md
Release v2.0.6
Merge pull request #230 from hackerchai/upgrade-tokio Upgrade tokio
Release v2.0.2
Update Changelog
Release v2.0.1
improve: change cachedapi to use generic
Release v2.0.0
Release v2.0.0 (#204) * fix: bump version Signed-off-by: Cheng JIANG <[email protected]> * feat: add clear_policy & rustfmt.toml Signed-off-by: Cheng JIANG <[email protected]> * feat: rename all_roles to all_domains Signed-off-by: Cheng JIANG <[email protected]> * feat: add new_raw method which doesn't load policy automatically Signed-off-by: Cheng JIANG <[email protected]> * feat: make CoreApi being able to be made into object Signed-off-by: Cheng JIANG <[email protected]> * Fix: typo in example code * fix: make IEnforcer interface being able to be made into object * fix: don't remove all the policies if field_values is empty Signed-off-by: Cheng JIANG <[email protected]> * fix: run format Signed-off-by: Cheng JIANG <[email protected]> * feat: upgrade rhai version to 0.18.1 Signed-off-by: Cheng JIANG <[email protected]> * feat: switch to lru-cache Signed-off-by: Cheng JIANG <[email protected]> * fix: remove unused ttl Signed-off-by: Cheng JIANG <[email protected]> * feat: bump deps' version Signed-off-by: Cheng JIANG <[email protected]> * feat: change cache interface to allow returning owned value Signed-off-by: Cheng JIANG <[email protected]> * feat: structrued logging Signed-off-by: Cheng JIANG <[email protected]> * improve: use static dispatchered cache in Rbac manager because we'll never replace it by custom cache Signed-off-by: Cheng JIANG <[email protected]> * improve: add unit test for escaping rule which sometimes needs to be evaluated Signed-off-by: Cheng JIANG <[email protected]> * upgrade rhai Signed-off-by: Cheng JIANG <[email protected]> * fix: potential dead lock in add_role fn Signed-off-by: Cheng JIANG <[email protected]> * improve: ignore add link request on same roles * improve: remove unecessary pub(crate) * improve: add is_enabled fn * feature: add serde support * fix: CI wasm check * fix: remove unwanted dep * improve: cached enforcer's bench * improve: rbac cache perf * improve: reset default features * feature: pattern matching * fix: missing serde * fix: example code in README * fix: example code
Release v1.1.3
fix: potential dead lock in add_role fn Signed-off-by: Cheng JIANG <[email protected]>
Release v1.1.2
Merge branch 'master' of github.com:casbin/casbin-rs
Release v1.1.0
fix: bump version Signed-off-by: Cheng JIANG <[email protected]>