Casbin

Latest version: v1.36.3

Safety actively analyzes 641024 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.0.0

[v1.1.3](https://github.com/casbin/casbin-rs/tree/v1.1.3) (2020-08-26)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v1.1.2...v1.1.3)

**Implemented enhancements:**

- structured logging [\190](https://github.com/casbin/casbin-rs/issues/190)
- add `EnforcerBuilder` type? [\174](https://github.com/casbin/casbin-rs/issues/174)
- casbin cache [\171](https://github.com/casbin/casbin-rs/issues/171)
- Make a Casbin middleware for Rocket.rs [\93](https://github.com/casbin/casbin-rs/issues/93)
- GSOC: Shared Redis TTL cache [\83](https://github.com/casbin/casbin-rs/issues/83)

[v1.1.2](https://github.com/casbin/casbin-rs/tree/v1.1.2) (2020-07-20)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v1.1.1...v1.1.2)

**Implemented enhancements:**

- clear\_policy in adapter and enforcer [\193](https://github.com/casbin/casbin-rs/issues/193)
- Improve casbin-rs bench [\109](https://github.com/casbin/casbin-rs/issues/109)

**Fixed bugs:**

- allowing the parsing of policy file to deal with commas inside columns [\184](https://github.com/casbin/casbin-rs/issues/184)

**Closed issues:**

- re-exports rhai & add IEnforcer [\197](https://github.com/casbin/casbin-rs/issues/197)
- Filter should work with dynamic values \(&str instead of &'static str\) [\195](https://github.com/casbin/casbin-rs/issues/195)

**Merged pull requests:**

- feat: re-exports rhai & add IEnforcer && bump version [\198](https://github.com/casbin/casbin-rs/pull/198) ([GopherJ](https://github.com/GopherJ))
- Change Filter definition to support dynamic filter. [\196](https://github.com/casbin/casbin-rs/pull/196) ([bodymindarts](https://github.com/bodymindarts))

[v1.1.1](https://github.com/casbin/casbin-rs/tree/v1.1.1) (2020-07-18)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v1.1.0...v1.1.1)

**Merged pull requests:**

- Fix unhandled dquote [\188](https://github.com/casbin/casbin-rs/pull/188) ([GopherJ](https://github.com/GopherJ))
- fix: add casbin-cpp to supported languages. [\185](https://github.com/casbin/casbin-rs/pull/185) ([divy9881](https://github.com/divy9881))

[v1.1.0](https://github.com/casbin/casbin-rs/tree/v1.1.0) (2020-07-14)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

- add cache for g function [\175](https://github.com/casbin/casbin-rs/issues/175)

**Closed issues:**

- test issue-label-bot [\178](https://github.com/casbin/casbin-rs/issues/178)
- setup issue-label-bot [\177](https://github.com/casbin/casbin-rs/issues/177)
- GSOC & Non-GSOC: gitter team link [\80](https://github.com/casbin/casbin-rs/issues/80)

**Merged pull requests:**

- Cache g [\183](https://github.com/casbin/casbin-rs/pull/183) ([GopherJ](https://github.com/GopherJ))
- Update rhai requirement from 0.16.1 to 0.17.0 [\182](https://github.com/casbin/casbin-rs/pull/182) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Update rhai requirement from 0.15.1 to 0.16.1 [\179](https://github.com/casbin/casbin-rs/pull/179) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

[v1.0.0](https://github.com/casbin/casbin-rs/tree/v1.0.0) (2020-06-18)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.9.3...v1.0.0)

**Implemented enhancements:**

- Make effector a stream to optimize enforcing speed by quick return [\125](https://github.com/casbin/casbin-rs/issues/125)
- split code into multiple features [\97](https://github.com/casbin/casbin-rs/issues/97)
- automate package release [\90](https://github.com/casbin/casbin-rs/issues/90)

**Closed issues:**

- casbin cache [\170](https://github.com/casbin/casbin-rs/issues/170)
- Explain enforcement by informing matched rules [\141](https://github.com/casbin/casbin-rs/issues/141)
- Dont rebuild all role links [\138](https://github.com/casbin/casbin-rs/issues/138)

**Merged pull requests:**

- Cleanup [\173](https://github.com/casbin/casbin-rs/pull/173) ([GopherJ](https://github.com/GopherJ))
- add os matrix for CI [\167](https://github.com/casbin/casbin-rs/pull/167) ([GopherJ](https://github.com/GopherJ))

[v0.9.3](https://github.com/casbin/casbin-rs/tree/v0.9.3) (2020-05-25)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.9.2...v0.9.3)

**Closed issues:**

- Add AuthN & AuthZ sections for Rust in our awesome-auth list [\160](https://github.com/casbin/casbin-rs/issues/160)

**Merged pull requests:**

- Change enforce and enforce\_mut to non-async. [\166](https://github.com/casbin/casbin-rs/pull/166) ([schungx](https://github.com/schungx))
- remove explain relevant code when feature has been disabled [\164](https://github.com/casbin/casbin-rs/pull/164) ([GopherJ](https://github.com/GopherJ))
- Speed improvements [\163](https://github.com/casbin/casbin-rs/pull/163) ([schungx](https://github.com/schungx))
- Use eval\_expression to restrict to expressions only. [\161](https://github.com/casbin/casbin-rs/pull/161) ([schungx](https://github.com/schungx))

[v0.9.2](https://github.com/casbin/casbin-rs/tree/v0.9.2) (2020-05-13)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.9.1...v0.9.2)

[v0.9.1](https://github.com/casbin/casbin-rs/tree/v0.9.1) (2020-05-13)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.9.0...v0.9.1)

[v0.9.0](https://github.com/casbin/casbin-rs/tree/v0.9.0) (2020-05-13)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.7...v0.9.0)

[v0.8.7](https://github.com/casbin/casbin-rs/tree/v0.8.7) (2020-05-13)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.6...v0.8.7)

**Merged pull requests:**

- Fix/cargo toml version [\156](https://github.com/casbin/casbin-rs/pull/156) ([GopherJ](https://github.com/GopherJ))

[v0.8.6](https://github.com/casbin/casbin-rs/tree/v0.8.6) (2020-05-13)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.5...v0.8.6)

[v0.8.5](https://github.com/casbin/casbin-rs/tree/v0.8.5) (2020-05-13)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.4...v0.8.5)

**Merged pull requests:**

- fix: exec module not found [\155](https://github.com/casbin/casbin-rs/pull/155) ([GopherJ](https://github.com/GopherJ))
- fix: semantic-release/exec-not-found [\154](https://github.com/casbin/casbin-rs/pull/154) ([GopherJ](https://github.com/GopherJ))
- fix: semantic release [\153](https://github.com/casbin/casbin-rs/pull/153) ([GopherJ](https://github.com/GopherJ))
- add status log [\152](https://github.com/casbin/casbin-rs/pull/152) ([GopherJ](https://github.com/GopherJ))

[v0.8.4](https://github.com/casbin/casbin-rs/tree/v0.8.4) (2020-05-12)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.3...v0.8.4)

**Merged pull requests:**

- fix cached enforcer mgmt event log [\151](https://github.com/casbin/casbin-rs/pull/151) ([GopherJ](https://github.com/GopherJ))
- general improving [\150](https://github.com/casbin/casbin-rs/pull/150) ([GopherJ](https://github.com/GopherJ))

[v0.8.3](https://github.com/casbin/casbin-rs/tree/v0.8.3) (2020-05-12)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.2...v0.8.3)

[v0.8.2](https://github.com/casbin/casbin-rs/tree/v0.8.2) (2020-05-12)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.1...v0.8.2)

**Merged pull requests:**

- Explain [\149](https://github.com/casbin/casbin-rs/pull/149) ([GopherJ](https://github.com/GopherJ))

[v0.8.1](https://github.com/casbin/casbin-rs/tree/v0.8.1) (2020-05-12)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.8.0...v0.8.1)

**Merged pull requests:**

- Revert "Effector stream" [\147](https://github.com/casbin/casbin-rs/pull/147) ([GopherJ](https://github.com/GopherJ))
- Revert "Fix: CI" [\146](https://github.com/casbin/casbin-rs/pull/146) ([GopherJ](https://github.com/GopherJ))
- finish effector stream [\145](https://github.com/casbin/casbin-rs/pull/145) ([GopherJ](https://github.com/GopherJ))
- Fix: CI [\143](https://github.com/casbin/casbin-rs/pull/143) ([GopherJ](https://github.com/GopherJ))

[v0.8.0](https://github.com/casbin/casbin-rs/tree/v0.8.0) (2020-05-11)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.7.6...v0.8.0)

**Merged pull requests:**

- Effector stream [\142](https://github.com/casbin/casbin-rs/pull/142) ([GopherJ](https://github.com/GopherJ))

[v0.7.6](https://github.com/casbin/casbin-rs/tree/v0.7.6) (2020-05-11)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.7.5...v0.7.6)

[v0.7.5](https://github.com/casbin/casbin-rs/tree/v0.7.5) (2020-05-11)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.7.4...v0.7.5)

**Merged pull requests:**

- Move build role links to internal [\140](https://github.com/casbin/casbin-rs/pull/140) ([GopherJ](https://github.com/GopherJ))

[v0.7.4](https://github.com/casbin/casbin-rs/tree/v0.7.4) (2020-05-10)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.7.2...v0.7.4)

**Merged pull requests:**

- Incremental build rolelinks [\139](https://github.com/casbin/casbin-rs/pull/139) ([GopherJ](https://github.com/GopherJ))

[v0.7.2](https://github.com/casbin/casbin-rs/tree/v0.7.2) (2020-05-10)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.7.1...v0.7.2)

**Merged pull requests:**

- Split code into features [\137](https://github.com/casbin/casbin-rs/pull/137) ([GopherJ](https://github.com/GopherJ))

[v0.7.1](https://github.com/casbin/casbin-rs/tree/v0.7.1) (2020-05-08)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.7.0...v0.7.1)

**Merged pull requests:**

- Fix: ClearCache log wasn't trigger [\135](https://github.com/casbin/casbin-rs/pull/135) ([GopherJ](https://github.com/GopherJ))

[v0.7.0](https://github.com/casbin/casbin-rs/tree/v0.7.0) (2020-05-08)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.6.2...v0.7.0)

**Implemented enhancements:**

- switch to smol when it's ready [\130](https://github.com/casbin/casbin-rs/issues/130)

**Closed issues:**

- GSOC: logger system [\84](https://github.com/casbin/casbin-rs/issues/84)
- GSOC: actix actor,actix middleware [\82](https://github.com/casbin/casbin-rs/issues/82)

**Merged pull requests:**

- Simple logger [\134](https://github.com/casbin/casbin-rs/pull/134) ([GopherJ](https://github.com/GopherJ))
- remove circular link caused by pattern matching func [\133](https://github.com/casbin/casbin-rs/pull/133) ([GopherJ](https://github.com/GopherJ))
- make enforce immutable and add enforce\_mut [\132](https://github.com/casbin/casbin-rs/pull/132) ([GopherJ](https://github.com/GopherJ))
- fix stackoverflow when circular link detected [\131](https://github.com/casbin/casbin-rs/pull/131) ([GopherJ](https://github.com/GopherJ))

[v0.6.2](https://github.com/casbin/casbin-rs/tree/v0.6.2) (2020-05-01)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.6.1...v0.6.2)

**Merged pull requests:**

- fix get\_implicit\_users\_for\_permission api [\129](https://github.com/casbin/casbin-rs/pull/129) ([GopherJ](https://github.com/GopherJ))
- upgrade rhai to 0.13.0 [\128](https://github.com/casbin/casbin-rs/pull/128) ([GopherJ](https://github.com/GopherJ))

[v0.6.1](https://github.com/casbin/casbin-rs/tree/v0.6.1) (2020-04-25)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.6.0...v0.6.1)

**Merged pull requests:**

- add simple quick return [\126](https://github.com/casbin/casbin-rs/pull/126) ([GopherJ](https://github.com/GopherJ))
- add get\_all\_policy, get\_all\_grouping\_policy [\124](https://github.com/casbin/casbin-rs/pull/124) ([GopherJ](https://github.com/GopherJ))
- POC try scaling abac rules [\121](https://github.com/casbin/casbin-rs/pull/121) ([GopherJ](https://github.com/GopherJ))

[v0.6.0](https://github.com/casbin/casbin-rs/tree/v0.6.0) (2020-04-18)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.5.2...v0.6.0)

**Closed issues:**

- Implement FilteredAdapter [\79](https://github.com/casbin/casbin-rs/issues/79)
- Roadmap for casbin-rs1.0.0 [\5](https://github.com/casbin/casbin-rs/issues/5)

**Merged pull requests:**

- Stable filtered adapter [\120](https://github.com/casbin/casbin-rs/pull/120) ([GopherJ](https://github.com/GopherJ))
- Share engine [\117](https://github.com/casbin/casbin-rs/pull/117) ([GopherJ](https://github.com/GopherJ))
- deactivate script functon, extra i8, i16...i128, and float math [\116](https://github.com/casbin/casbin-rs/pull/116) ([GopherJ](https://github.com/GopherJ))

[v0.5.2](https://github.com/casbin/casbin-rs/tree/v0.5.2) (2020-04-15)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.5.1...v0.5.2)

**Closed issues:**

- add github-action-benchmark [\104](https://github.com/casbin/casbin-rs/issues/104)

**Merged pull requests:**

- use raw engine && bump version [\115](https://github.com/casbin/casbin-rs/pull/115) ([GopherJ](https://github.com/GopherJ))
- add remove\_filtered\_policy details && enable\_auto\_notify\_watcher func… [\113](https://github.com/casbin/casbin-rs/pull/113) ([GopherJ](https://github.com/GopherJ))
- Update rhai requirement from 0.11.1 to 0.12.0 [\111](https://github.com/casbin/casbin-rs/pull/111) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
- Improve/benchmark [\110](https://github.com/casbin/casbin-rs/pull/110) ([GopherJ](https://github.com/GopherJ))
- add benchmarks [\108](https://github.com/casbin/casbin-rs/pull/108) ([GopherJ](https://github.com/GopherJ))
- Add workflow for benchmark. [\107](https://github.com/casbin/casbin-rs/pull/107) ([PsiACE](https://github.com/PsiACE))

[v0.5.1](https://github.com/casbin/casbin-rs/tree/v0.5.1) (2020-04-12)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.5.0...v0.5.1)

**Closed issues:**

- considering trait inheritance [\99](https://github.com/casbin/casbin-rs/issues/99)
- Implement ABAC model [\78](https://github.com/casbin/casbin-rs/issues/78)

**Merged pull requests:**

- Improve/watcher [\106](https://github.com/casbin/casbin-rs/pull/106) ([GopherJ](https://github.com/GopherJ))
- Implement ABAC [\102](https://github.com/casbin/casbin-rs/pull/102) ([xcaptain](https://github.com/xcaptain))
- use lazy static to avoid re-complilation of regex [\96](https://github.com/casbin/casbin-rs/pull/96) ([DevinR528](https://github.com/DevinR528))

[v0.5.0](https://github.com/casbin/casbin-rs/tree/v0.5.0) (2020-04-10)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.4.4...v0.5.0)

**Closed issues:**

- GSOC: tokio runtime, fully async adapter [\81](https://github.com/casbin/casbin-rs/issues/81)

**Merged pull requests:**

- Improve/inheritance [\103](https://github.com/casbin/casbin-rs/pull/103) ([GopherJ](https://github.com/GopherJ))

[v0.4.4](https://github.com/casbin/casbin-rs/tree/v0.4.4) (2020-04-08)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.4.3...v0.4.4)

**Closed issues:**

- support pattern in role manager [\94](https://github.com/casbin/casbin-rs/issues/94)
- improve error handling [\85](https://github.com/casbin/casbin-rs/issues/85)
- Missing async support \(async-std + async adapter\) [\43](https://github.com/casbin/casbin-rs/issues/43)

**Merged pull requests:**

- remove inMatch because rhai starts to support in operator since 0.11.1 [\98](https://github.com/casbin/casbin-rs/pull/98) ([GopherJ](https://github.com/GopherJ))
- add support of pattern [\95](https://github.com/casbin/casbin-rs/pull/95) ([GopherJ](https://github.com/GopherJ))

[v0.4.3](https://github.com/casbin/casbin-rs/tree/v0.4.3) (2020-04-06)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.4.2...v0.4.3)

**Closed issues:**

- implementation of `TryIntoAdapter` and `TryIntoModel` trait [\70](https://github.com/casbin/casbin-rs/issues/70)
- Missing logger support [\51](https://github.com/casbin/casbin-rs/issues/51)

**Merged pull requests:**

- Improve/error handling [\91](https://github.com/casbin/casbin-rs/pull/91) ([GopherJ](https://github.com/GopherJ))
- upgrade rhai to 0.11.1 to make Error Send, Sync [\89](https://github.com/casbin/casbin-rs/pull/89) ([GopherJ](https://github.com/GopherJ))
- remove clones and string allocs, use macro for model retreval [\87](https://github.com/casbin/casbin-rs/pull/87) ([DevinR528](https://github.com/DevinR528))

[v0.4.2](https://github.com/casbin/casbin-rs/tree/v0.4.2) (2020-04-05)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v0.4.1...v0.4.2)

**Closed issues:**

- Missing watcher support \(with a proper lock\) [\46](https://github.com/casbin/casbin-rs/issues/46)

**Merged pull requests:**

- add TryIntoAdapter & TryIntoModel [\86](https://github.com/casbin/casbin-rs/pull/86) ([GopherJ](https://github.com/GopherJ))

[v0.4.1](https://github.com/casbin/casbin-rs/tree/v0.4.1) (2020-04-05)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/9e7ebbddb5b92b6aad27412fadd82115793ea07a...v0.4.1)

**Implemented enhancements:**

- Database transactions similar api `addPolicies`, `removePolicies` [\55](https://github.com/casbin/casbin-rs/issues/55)
- Diesel adapter is calling for contribution! [\35](https://github.com/casbin/casbin-rs/issues/35)
- Add a new from file api for model [\32](https://github.com/casbin/casbin-rs/issues/32)
- Consider default implement some APIs for Enforcer [\31](https://github.com/casbin/casbin-rs/issues/31)
- Rename the package name [\30](https://github.com/casbin/casbin-rs/issues/30)
- Refactor API structure [\29](https://github.com/casbin/casbin-rs/issues/29)
- Proper error handling \(eliminate unwrap calls\) [\24](https://github.com/casbin/casbin-rs/issues/24)
- Role inheritance problem in rbac.rs [\7](https://github.com/casbin/casbin-rs/issues/7)

**Fixed bugs:**

- Relation to Devolutions/casbin-rs? [\23](https://github.com/casbin/casbin-rs/issues/23)

**Closed issues:**

- covert rule: Vec\<&str\> to rule: Vec\<String\> [\73](https://github.com/casbin/casbin-rs/issues/73)
- Add Casbin-RS to our feature set table [\71](https://github.com/casbin/casbin-rs/issues/71)
- Consider using the subslice patterns [\67](https://github.com/casbin/casbin-rs/issues/67)
- Add unit tests for `addPolicies` and `removePolicies` [\65](https://github.com/casbin/casbin-rs/issues/65)
- Add an example to Actix web examples repo [\63](https://github.com/casbin/casbin-rs/issues/63)
- Automatically publish package to crate.io when a new git tag is created [\58](https://github.com/casbin/casbin-rs/issues/58)
- Add crates badge that linked to: https://crates.io/crates/casbin [\#54](https://github.com/casbin/casbin-rs/issues/54)
- Missing cache support [\45](https://github.com/casbin/casbin-rs/issues/45)
- Use github actions to auto generate rust doc [\33](https://github.com/casbin/casbin-rs/issues/33)
- Add "Installation" and "Get started" in README. [\27](https://github.com/casbin/casbin-rs/issues/27)
- Should we stick with rust clippy [\15](https://github.com/casbin/casbin-rs/issues/15)

**Merged pull requests:**

- add critcmp & insert into adapter before model [\77](https://github.com/casbin/casbin-rs/pull/77) ([GopherJ](https://github.com/GopherJ))
- add glob\_match, make enforce function take only reference [\76](https://github.com/casbin/casbin-rs/pull/76) ([GopherJ](https://github.com/GopherJ))
- Refactor: modify Vec\<&str\> to Vec\<String\> \(\73\) [\75](https://github.com/casbin/casbin-rs/pull/75) ([hackerchai](https://github.com/hackerchai))
- Benchmark [\68](https://github.com/casbin/casbin-rs/pull/68) ([DevinR528](https://github.com/DevinR528))
- Added Unit Tests for `addPolicies` and `removePolicies` [\66](https://github.com/casbin/casbin-rs/pull/66) ([drholmie](https://github.com/drholmie))
- Create release.yml [\62](https://github.com/casbin/casbin-rs/pull/62) ([PsiACE](https://github.com/PsiACE))
- Update rustdoc workflow. [\61](https://github.com/casbin/casbin-rs/pull/61) ([PsiACE](https://github.com/PsiACE))
- fix cache tests for runtime-tokio [\60](https://github.com/casbin/casbin-rs/pull/60) ([GopherJ](https://github.com/GopherJ))
- Feature/model trait and add policies [\59](https://github.com/casbin/casbin-rs/pull/59) ([GopherJ](https://github.com/GopherJ))
- Build docs [\57](https://github.com/casbin/casbin-rs/pull/57) ([PsiACE](https://github.com/PsiACE))
- Add badges. [\56](https://github.com/casbin/casbin-rs/pull/56) ([PsiACE](https://github.com/PsiACE))
- add async/await support [\53](https://github.com/casbin/casbin-rs/pull/53) ([GopherJ](https://github.com/GopherJ))
- Add some keywords and readme and also optimize --release compiles [\52](https://github.com/casbin/casbin-rs/pull/52) ([omid](https://github.com/omid))
- Feature/watcher and cache [\50](https://github.com/casbin/casbin-rs/pull/50) ([GopherJ](https://github.com/GopherJ))
- fix more rbac apis \(add missing domain parameter\) & add prelude module [\49](https://github.com/casbin/casbin-rs/pull/49) ([GopherJ](https://github.com/GopherJ))
- fix DefaultRoleManager::get\_users && add domain paramter to get\_roles… [\48](https://github.com/casbin/casbin-rs/pull/48) ([GopherJ](https://github.com/GopherJ))
- using IndexSet to store policy in assertion [\47](https://github.com/casbin/casbin-rs/pull/47) ([GopherJ](https://github.com/GopherJ))
- replace Box by Arc\<RwLock\> && add get\_model, get\_mut\_model for Model.… [\44](https://github.com/casbin/casbin-rs/pull/44) ([GopherJ](https://github.com/GopherJ))
- Improve/add function and remove gg2 gg3 [\42](https://github.com/casbin/casbin-rs/pull/42) ([GopherJ](https://github.com/GopherJ))
- fix typo in load\_assertion [\41](https://github.com/casbin/casbin-rs/pull/41) ([zupzup](https://github.com/zupzup))
- add in operator [\40](https://github.com/casbin/casbin-rs/pull/40) ([GopherJ](https://github.com/GopherJ))
- apply new error type to enforcer,model,config... [\39](https://github.com/casbin/casbin-rs/pull/39) ([GopherJ](https://github.com/GopherJ))
- remove Send & Sync marker to make it easier to construct error types [\37](https://github.com/casbin/casbin-rs/pull/37) ([GopherJ](https://github.com/GopherJ))
- make CasbinResult public [\36](https://github.com/casbin/casbin-rs/pull/36) ([GopherJ](https://github.com/GopherJ))
- update some metadata [\34](https://github.com/casbin/casbin-rs/pull/34) ([xcaptain](https://github.com/xcaptain))
- Add some get started doc [\28](https://github.com/casbin/casbin-rs/pull/28) ([xcaptain](https://github.com/xcaptain))
- Add multi-thread support [\26](https://github.com/casbin/casbin-rs/pull/26) ([xcaptain](https://github.com/xcaptain))
- make g function support 2 or 3 parameters [\22](https://github.com/casbin/casbin-rs/pull/22) ([xcaptain](https://github.com/xcaptain))
- Optimize role manager and add more rbac apis [\20](https://github.com/casbin/casbin-rs/pull/20) ([xcaptain](https://github.com/xcaptain))
- add error handling [\19](https://github.com/casbin/casbin-rs/pull/19) ([xcaptain](https://github.com/xcaptain))
- add auto\_save and auto\_build\_role\_links option in enforcer [\17](https://github.com/casbin/casbin-rs/pull/17) ([xcaptain](https://github.com/xcaptain))
- resolve clippy warnings and add clippy to travis [\16](https://github.com/casbin/casbin-rs/pull/16) ([GopherJ](https://github.com/GopherJ))
- Feature/enforcer rbac api [\14](https://github.com/casbin/casbin-rs/pull/14) ([xcaptain](https://github.com/xcaptain))
- add unit tests for model and implement ip match [\13](https://github.com/casbin/casbin-rs/pull/13) ([GopherJ](https://github.com/GopherJ))
- use Rc\<RefCell\<Role\>\> to store roles [\9](https://github.com/casbin/casbin-rs/pull/9) ([xcaptain](https://github.com/xcaptain))
- add travis-ci and codecov badges [\6](https://github.com/casbin/casbin-rs/pull/6) ([xcaptain](https://github.com/xcaptain))
- \[add\]: load\_model && load\_model\_from\_text [\4](https://github.com/casbin/casbin-rs/pull/4) ([GopherJ](https://github.com/GopherJ))
- \[add\]: support for parsing config files with multiple lines [\3](https://github.com/casbin/casbin-rs/pull/3) ([GopherJ](https://github.com/GopherJ))
- add a basic parsing functions for ini config file [\2](https://github.com/casbin/casbin-rs/pull/2) ([xcaptain](https://github.com/xcaptain))
- add basic matching function for casbin [\1](https://github.com/casbin/casbin-rs/pull/1) ([xcaptain](https://github.com/xcaptain))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

1.0.0

Bug Fixes

* add usage and logger for enforcers ([9](https://github.com/pycasbin/django-authorization/issues/9)) ([395743f](https://github.com/pycasbin/django-authorization/commit/395743fd504ebd44c536d6661abde80531300071))
* fix django-version ([10](https://github.com/pycasbin/django-authorization/issues/10)) ([706c7bd](https://github.com/pycasbin/django-authorization/commit/706c7bd1626c7ce5bcc0ab1cb58c08d20ed30f8a))


Features

* add command management support ([7](https://github.com/pycasbin/django-authorization/issues/7)) ([2b382ea](https://github.com/pycasbin/django-authorization/commit/2b382ea150b7eed3daaa6ea801fc5f71f66ef770))
* implement decorator, refactors and add unit-test ([3](https://github.com/pycasbin/django-authorization/issues/3)) ([e7e181b](https://github.com/pycasbin/django-authorization/commit/e7e181b88ff1dd13f142715a4bed34686c5a4e8f))


[5.30.0](https://github.com/casbin/node-casbin/compare/v5.29.0...v5.30.0) (2024-04-26)


Features

* ensure eft and priority are respected in p2, r2, etc ([475](https://github.com/casbin/node-casbin/issues/475)) ([8ef3deb](https://github.com/casbin/node-casbin/commit/8ef3debae7d8f081629b038d78e3d869c32be7f2)), closes [#474](https://github.com/casbin/node-casbin/issues/474)

[5.29.0](https://github.com/casbin/node-casbin/compare/v5.28.0...v5.29.0) (2024-04-10)


Features

* update CI Node.js version to 18 and 20 ([4aa74ab](https://github.com/casbin/node-casbin/commit/4aa74ab710aa300c172c71b802453dd64b3ec1a7))

[5.28.0](https://github.com/casbin/node-casbin/compare/v5.27.1...v5.28.0) (2023-11-21)


Features

* fix WatcherEx not triggered issue ([61c1595](https://github.com/casbin/node-casbin/commit/61c159533904f38d82eb0418a1de949666cc381a))

[5.27.1](https://github.com/casbin/node-casbin/compare/v5.27.0...v5.27.1) (2023-09-19)


Bug Fixes

* KeyMatch5 does not match the expected result ([458](https://github.com/casbin/node-casbin/issues/458)) ([0df458d](https://github.com/casbin/node-casbin/commit/0df458dde1f7a061167b978e16e712d208944f39))

[5.27.0](https://github.com/casbin/node-casbin/compare/v5.26.2...v5.27.0) (2023-08-30)


Features

* add `enforceWithMatcher` & `enforceExWithMatcher` ([453](https://github.com/casbin/node-casbin/issues/453)) ([a85192f](https://github.com/casbin/node-casbin/commit/a85192f382fc164107d3117b4490cf8dd072c0e5))

[5.26.2](https://github.com/casbin/node-casbin/compare/v5.26.1...v5.26.2) (2023-07-29)


Bug Fixes

* add escapeCsv() for CSV file saving ([17c542a](https://github.com/casbin/node-casbin/commit/17c542ad894cc19b592e3c54495fb05eff02f215))

[5.26.1](https://github.com/casbin/node-casbin/compare/v5.26.0...v5.26.1) (2023-03-29)


Bug Fixes

* escapeAssertion is compatible with safari ([444](https://github.com/casbin/node-casbin/issues/444)) ([d13a3b9](https://github.com/casbin/node-casbin/commit/d13a3b9030da1603f746dd20bc93354df81b182a))

[5.26.0](https://github.com/casbin/node-casbin/compare/v5.25.0...v5.26.0) (2023-03-26)


Features

* Multiple sections type ([442](https://github.com/casbin/node-casbin/issues/442)) ([48b0d8f](https://github.com/casbin/node-casbin/commit/48b0d8fbbf302f61aed20bb6d0f2354354df9941))

[5.25.0](https://github.com/casbin/node-casbin/compare/v5.24.4...v5.25.0) (2023-03-20)


Features

* replace picomatch with minimatch ([440](https://github.com/casbin/node-casbin/issues/440)) ([4e977b3](https://github.com/casbin/node-casbin/commit/4e977b33fdece9b8934693d05a1da9a7f10cfa05))

[5.24.4](https://github.com/casbin/node-casbin/compare/v5.24.3...v5.24.4) (2023-03-12)


Bug Fixes

* **./src/util/util.ts:** fixed unwanted replacement of .r in evals according to issue [438](https://github.com/casbin/node-casbin/issues/438) ([#439](https://github.com/casbin/node-casbin/issues/439)) ([39878be](https://github.com/casbin/node-casbin/commit/39878be7e22ff9f18c0898c5828328bc1cc95aba))

[5.24.3](https://github.com/casbin/node-casbin/compare/v5.24.2...v5.24.3) (2023-02-27)


Bug Fixes

* built-in buffer and upgrade csv-parse ([436](https://github.com/casbin/node-casbin/issues/436)) ([0f40bee](https://github.com/casbin/node-casbin/commit/0f40beed52d5cae9e47ce2da9ebfcab5c52a4038))

[5.24.2](https://github.com/casbin/node-casbin/compare/v5.24.1...v5.24.2) (2023-02-24)


Bug Fixes

* using import() to load the fs ([435](https://github.com/casbin/node-casbin/issues/435)) ([e90a8bf](https://github.com/casbin/node-casbin/commit/e90a8bf064963dd448cfa67da5af0f9aad957999))

[5.24.1](https://github.com/casbin/node-casbin/compare/v5.24.0...v5.24.1) (2023-02-17)


Bug Fixes

* remove lodash usage and types ([432](https://github.com/casbin/node-casbin/issues/432)) ([9c227d5](https://github.com/casbin/node-casbin/commit/9c227d51ef3feb6f6a3d30705d2784921d85dece))

[5.24.0](https://github.com/casbin/node-casbin/compare/v5.23.2...v5.24.0) (2023-02-17)


Features

* add built-in FileSystem ([430](https://github.com/casbin/node-casbin/issues/430)) ([999c34c](https://github.com/casbin/node-casbin/commit/999c34c620c7b8d608c7405550737bc0dfa974f5))

[5.23.2](https://github.com/casbin/node-casbin/compare/v5.23.1...v5.23.2) (2023-02-04)


Bug Fixes

* fix typo in subject_priority_policy.csv ([425](https://github.com/casbin/node-casbin/issues/425)) ([ada2543](https://github.com/casbin/node-casbin/commit/ada25436fe7baa37959e1d4f67a644e833e88656))

[5.23.1](https://github.com/casbin/node-casbin/compare/v5.23.0...v5.23.1) (2023-02-02)


Bug Fixes

* avoid the impact of line breaks CRLF in frontend.test.ts ([420](https://github.com/casbin/node-casbin/issues/420)) ([7c32e23](https://github.com/casbin/node-casbin/commit/7c32e237a0881d74d8792e4ea7695999960e2e21))

[5.23.0](https://github.com/casbin/node-casbin/compare/v5.22.0...v5.23.0) (2023-02-01)


Features

* support `updateGroupingPolicy()`, `updateNamedGroupingPolicy()`, `getImplicitResourcesForUser()` ([419](https://github.com/casbin/node-casbin/issues/419)) ([46c0f3a](https://github.com/casbin/node-casbin/commit/46c0f3ad09c4e8cf673d9d9b9b8fcf00251caaaf))

[5.22.0](https://github.com/casbin/node-casbin/compare/v5.21.0...v5.22.0) (2023-01-31)


Features

* support subjectPriority ([417](https://github.com/casbin/node-casbin/issues/417)) ([e83d505](https://github.com/casbin/node-casbin/commit/e83d5058872e65be7dc9b374ca8c6640a1f2ca9d))

[5.21.0](https://github.com/casbin/node-casbin/compare/v5.20.4...v5.21.0) (2023-01-21)


Features

* support setNamedRoleManager() ([416](https://github.com/casbin/node-casbin/issues/416)) ([869e8f9](https://github.com/casbin/node-casbin/commit/869e8f989b899073e071fa90777584f12cde0856))

[5.20.4](https://github.com/casbin/node-casbin/compare/v5.20.3...v5.20.4) (2023-01-20)


Bug Fixes

* add groupPolicy for GetPermissionForUser in frontend.ts ([415](https://github.com/casbin/node-casbin/issues/415)) ([5d1a679](https://github.com/casbin/node-casbin/commit/5d1a6795f94af487218f10dce85fe191fb0dea37))

[5.20.3](https://github.com/casbin/node-casbin/compare/v5.20.2...v5.20.3) (2023-01-10)


Bug Fixes

* Multiline Separator Handling ([411](https://github.com/casbin/node-casbin/issues/411)) ([ab3467a](https://github.com/casbin/node-casbin/commit/ab3467a40004d48d323ebc79078077c8e1593514))

[5.20.2](https://github.com/casbin/node-casbin/compare/v5.20.1...v5.20.2) (2023-01-08)


Bug Fixes

* Upgraded CI Nodejs version to v14.16.18. ([410](https://github.com/casbin/node-casbin/issues/410)) ([9aadcd7](https://github.com/casbin/node-casbin/commit/9aadcd796cc474e8417b7ce78ecebb7096010a77))

[5.20.1](https://github.com/casbin/node-casbin/compare/v5.20.0...v5.20.1) (2022-12-31)


Bug Fixes

* delete unused files in examples ([407](https://github.com/casbin/node-casbin/issues/407)) ([323a750](https://github.com/casbin/node-casbin/commit/323a7500e9860e5530b858d09344d92d3a15706a))

[5.20.0](https://github.com/casbin/node-casbin/compare/v5.19.3...v5.20.0) (2022-12-29)


Features

* **defaultrolemanager.ts:** add hierarchical domain support for rbac ([380](https://github.com/casbin/node-casbin/issues/380)) ([da980af](https://github.com/casbin/node-casbin/commit/da980afd80303d37a5c3e073250ed64c217c3225)), closes [#377](https://github.com/casbin/node-casbin/issues/377)

[5.19.3](https://github.com/casbin/node-casbin/compare/v5.19.2...v5.19.3) (2022-12-02)


Bug Fixes

* update express-eval dependency to v5 ([400](https://github.com/casbin/node-casbin/issues/400)) ([02a9496](https://github.com/casbin/node-casbin/commit/02a94967aa182fbc588e4ca7da70c7b55e5e8407))

[5.19.2](https://github.com/casbin/node-casbin/compare/v5.19.1...v5.19.2) (2022-11-12)


Bug Fixes

* Revert "fix: escape assertion bug ([394](https://github.com/casbin/node-casbin/issues/394))" ([#398](https://github.com/casbin/node-casbin/issues/398)) ([6127584](https://github.com/casbin/node-casbin/commit/61275848007386550dc211e3ed0b13388e654a29))

[5.19.1](https://github.com/casbin/node-casbin/compare/v5.19.0...v5.19.1) (2022-10-04)


Bug Fixes

* escape assertion bug ([394](https://github.com/casbin/node-casbin/issues/394)) ([5a339d8](https://github.com/casbin/node-casbin/commit/5a339d858a9cfb7d8899355cbd179ec962b43cfa))

[5.19.0](https://github.com/casbin/node-casbin/compare/v5.18.0...v5.19.0) (2022-09-24)


Features

* add `fieldIndexMap` ([391](https://github.com/casbin/node-casbin/issues/391)) ([8f6e2c3](https://github.com/casbin/node-casbin/commit/8f6e2c39a19725e467aafda8b7fa948e3e471ce8))

[5.18.0](https://github.com/casbin/node-casbin/compare/v5.17.0...v5.18.0) (2022-09-14)


Features

* add management api for watcherEx callbacks ([384](https://github.com/casbin/node-casbin/issues/384)) ([591233f](https://github.com/casbin/node-casbin/commit/591233f4b80dec422a7dc299c605f7a0e22dba9f))

[5.17.0](https://github.com/casbin/node-casbin/compare/v5.16.0...v5.17.0) (2022-08-18)


Features

* add WatcherEx ([381](https://github.com/casbin/node-casbin/issues/381)) ([10d7086](https://github.com/casbin/node-casbin/commit/10d7086c810ff18d9a3c792a3ec1173744bceeef))

[5.16.0](https://github.com/casbin/node-casbin/compare/v5.15.2...v5.16.0) (2022-08-11)


Features

* add support for g() in SyncedEnforcer ([378](https://github.com/casbin/node-casbin/issues/378)) ([a74067a](https://github.com/casbin/node-casbin/commit/a74067a66aec755e89bd32964e9da4252c117881))

[5.15.2](https://github.com/casbin/node-casbin/compare/v5.15.1...v5.15.2) (2022-06-22)


Bug Fixes

* enable esModuleInterop support ([366](https://github.com/casbin/node-casbin/issues/366)) ([20db339](https://github.com/casbin/node-casbin/commit/20db3390ef70656b8e06a6738d4c377b4dbe5017))

[5.15.1](https://github.com/casbin/node-casbin/compare/v5.15.0...v5.15.1) (2022-04-27)


Bug Fixes

* EnforceEx return allow reason ([363](https://github.com/casbin/node-casbin/issues/363)) ([6353283](https://github.com/casbin/node-casbin/commit/635328328caf200093e89443d32e9f2fa736509a))

[5.15.0](https://github.com/casbin/node-casbin/compare/v5.14.0...v5.15.0) (2022-04-15)


Features

* [357](https://github.com/casbin/node-casbin/issues/357) Support keyMatch5 ([#359](https://github.com/casbin/node-casbin/issues/359)) ([e6a6d8a](https://github.com/casbin/node-casbin/commit/e6a6d8ab253af70bb46ef7c27c6ebf48c55d76c8))

[5.14.0](https://github.com/casbin/node-casbin/compare/v5.13.2...v5.14.0) (2022-03-18)


Features

* **rbac:** add `getUsersForRoleInDomain` & `getRolesForUserInDomain` ([351](https://github.com/casbin/node-casbin/issues/351)) ([4896ca2](https://github.com/casbin/node-casbin/commit/4896ca260c2f35672b9b520969898155ec616f0b)), closes [#304](https://github.com/casbin/node-casbin/issues/304)

[5.13.2](https://github.com/casbin/node-casbin/compare/v5.13.1...v5.13.2) (2022-03-02)


Bug Fixes

* *matcher result should be boolean or number* for KeyGet2 ([347](https://github.com/casbin/node-casbin/issues/347)) ([0257078](https://github.com/casbin/node-casbin/commit/0257078e1302f5ef081ec143afe5c470f4f862e9))

[5.13.1](https://github.com/casbin/node-casbin/compare/v5.13.0...v5.13.1) (2022-02-22)


Bug Fixes

* 'eval' not detected ([86e2add](https://github.com/casbin/node-casbin/commit/86e2add7c5aaa7901d21c1c4b9cb8e6d0b8bef75))
* created two regex expressions ([de5f2f4](https://github.com/casbin/node-casbin/commit/de5f2f4f27f40941b125bf068b8f90e44ba69fb1))

[5.13.0](https://github.com/casbin/node-casbin/compare/v5.12.0...v5.13.0) (2022-01-25)


Features

* getImplicitUsersForRole ([341](https://github.com/casbin/node-casbin/issues/341)) ([ebfaede](https://github.com/casbin/node-casbin/commit/ebfaede003cf0a4eef8a16f815f06518e74974fb))

[5.12.0](https://github.com/casbin/node-casbin/compare/v5.11.5...v5.12.0) (2022-01-16)


Features

* **batchenforce:** added batchEnforce ([338](https://github.com/casbin/node-casbin/issues/338)) ([56e55bd](https://github.com/casbin/node-casbin/commit/56e55bd58b0f5be4a45e753f5ad58b01a27ef8b2)), closes [#321](https://github.com/casbin/node-casbin/issues/321)

[5.11.5](https://github.com/casbin/node-casbin/compare/v5.11.4...v5.11.5) (2021-08-18)


Bug Fixes

* fix error overloading for role manager ([319](https://github.com/casbin/node-casbin/issues/319)) ([e69450b](https://github.com/casbin/node-casbin/commit/e69450b53a06be4abda9b1669d578ef1e27dc19d))

[5.11.4](https://github.com/casbin/node-casbin/compare/v5.11.3...v5.11.4) (2021-08-17)


Bug Fixes

* **replaceeval:** add third param to replaceEval and only replace eval() w/ matching ruleName ([316](https://github.com/casbin/node-casbin/issues/316)) ([bd4f5bf](https://github.com/casbin/node-casbin/commit/bd4f5bfb726c56b323d1417dc415deca21d2c170)), closes [#315](https://github.com/casbin/node-casbin/issues/315) [#315](https://github.com/casbin/node-casbin/issues/315)

[5.11.3](https://github.com/casbin/node-casbin/compare/v5.11.2...v5.11.3) (2021-08-13)


Bug Fixes

* add support for legacy array definition method ([313](https://github.com/casbin/node-casbin/issues/313)) ([635eece](https://github.com/casbin/node-casbin/commit/635eece1bead0bb365b9ea50f325860d1df3abc6))

[5.11.2](https://github.com/casbin/node-casbin/compare/v5.11.1...v5.11.2) (2021-08-13)


Bug Fixes

* add full supoort for `in` operator ([310](https://github.com/casbin/node-casbin/issues/310)) ([446f8c7](https://github.com/casbin/node-casbin/commit/446f8c700ab13cea5413d311da33e80dd6165f0e))

[5.11.1](https://github.com/casbin/node-casbin/compare/v5.11.0...v5.11.1) (2021-07-29)


Bug Fixes

* fix `in` opertor ([17f3588](https://github.com/casbin/node-casbin/commit/17f35881522d1ad454de1a70ee1b12db7735788a))

[5.11.0](https://github.com/casbin/node-casbin/compare/v5.10.0...v5.11.0) (2021-07-23)


Features

* add keyGet and keyGet2 ([302](https://github.com/casbin/node-casbin/issues/302)) ([36e83cf](https://github.com/casbin/node-casbin/commit/36e83cf6fef78d954062ae61d26a74842e6367d2))

[5.10.0](https://github.com/casbin/node-casbin/compare/v5.9.0...v5.10.0) (2021-07-19)


Features

* use new license format ([284d2a4](https://github.com/casbin/node-casbin/commit/284d2a48cd67db8c197de24a99029858dbbe2da8))

[5.9.0](https://github.com/casbin/node-casbin/compare/v5.8.0...v5.9.0) (2021-06-18)


Features

* Add lazyload option at enforcer init method ([289](https://github.com/casbin/node-casbin/issues/289)) ([e858dcb](https://github.com/casbin/node-casbin/commit/e858dcbab2351de038e2c5385bbfd20b7aa255ad))

[5.8.0](https://github.com/casbin/node-casbin/compare/v5.7.2...v5.8.0) (2021-06-14)


Features

* add support for `in` operator ([a44c6a9](https://github.com/casbin/node-casbin/commit/a44c6a99ed36634a67e7888472e8f6d324b257f4))

[5.7.2](https://github.com/casbin/node-casbin/compare/v5.7.1...v5.7.2) (2021-06-12)


Bug Fixes

* Support for loadIncrementalFilteredPolicy ([72c2001](https://github.com/casbin/node-casbin/commit/72c2001ab064d190bfa5bcd305829d083eca52f7))

[5.7.1](https://github.com/casbin/node-casbin/compare/v5.7.0...v5.7.1) (2021-05-19)


Bug Fixes

* `getImplicitPermissionsForUser` works with rmMap ([272](https://github.com/casbin/node-casbin/issues/272)) ([0d59239](https://github.com/casbin/node-casbin/commit/0d5923998fa71648c8f77a23f67ffffac2a09343))

[5.7.0](https://github.com/casbin/node-casbin/compare/v5.6.3...v5.7.0) (2021-05-14)


Features

* add enforceEx() ([271](https://github.com/casbin/node-casbin/issues/271)) ([762efd9](https://github.com/casbin/node-casbin/commit/762efd9d9766fbc8e95f9d5160413ed2a8c6ce88))

[5.6.3](https://github.com/casbin/node-casbin/compare/v5.6.2...v5.6.3) (2021-05-07)


Bug Fixes

* fix buildRoleLinks to isolate groups ([0fb6ae7](https://github.com/casbin/node-casbin/commit/0fb6ae798ef692aaef890472421f980b58a4dfec))

[5.6.2](https://github.com/casbin/node-casbin/compare/v5.6.1...v5.6.2) (2021-05-02)


Bug Fixes

* transfer from micromatch to picomatch ([264](https://github.com/casbin/node-casbin/issues/264)) ([6be1b06](https://github.com/casbin/node-casbin/commit/6be1b06f2225bc906b2a0e215ff8635c6dd3422f))

[5.6.1](https://github.com/casbin/node-casbin/compare/v5.6.0...v5.6.1) (2021-04-05)


Bug Fixes

* fix CasbinJsGetPermissionForUser() ([251](https://github.com/casbin/node-casbin/issues/251)) ([98c11f1](https://github.com/casbin/node-casbin/commit/98c11f1451e71b0b002b140387f2a38bb9957c38))

[5.6.0](https://github.com/casbin/node-casbin/compare/v5.5.0...v5.6.0) (2021-03-23)


Features

* add priority_policy_explicit support ([250](https://github.com/casbin/node-casbin/issues/250)) ([763c18e](https://github.com/casbin/node-casbin/commit/763c18e7f3cfa068e7b61fdd7491dd0365b86dca))

[5.5.0](https://github.com/casbin/node-casbin/compare/v5.4.2...v5.5.0) (2021-03-19)


Bug Fixes

* add missing await ([523ce85](https://github.com/casbin/node-casbin/commit/523ce8508ce45d7e79673bb0b498ed017772815d))
* fix errror type ([dc9e5b5](https://github.com/casbin/node-casbin/commit/dc9e5b5db766d64918a7670f6b3b72f70e84ca28))
* remove unused import ([2f8801c](https://github.com/casbin/node-casbin/commit/2f8801c47e716f69c36b49a73a45c67d9c751b92))


Features

* add initRmMap ([87f8011](https://github.com/casbin/node-casbin/commit/87f801109e9cf4b0b423e3b76e1a8b9987b1b600))
* add named addMatchingFunc ([65d3a26](https://github.com/casbin/node-casbin/commit/65d3a2655c638085938de9df4efa5a7d16bfa788))
* add sync mode ([70e4e12](https://github.com/casbin/node-casbin/commit/70e4e12610dc42b6f25f8df268611ee1a0cbc7bd))
* add unittest ([3cd5b73](https://github.com/casbin/node-casbin/commit/3cd5b7307b54342849029c957ceec81fc84f0fdd))

[5.4.2](https://github.com/casbin/node-casbin/compare/v5.4.1...v5.4.2) (2021-03-04)


Bug Fixes

* improve load policy line ([9f12511](https://github.com/casbin/node-casbin/commit/9f12511e5fbfb16646b38ad30e345beee5179c9d))

[5.4.1](https://github.com/casbin/node-casbin/compare/v5.4.0...v5.4.1) (2021-02-19)


Bug Fixes

* fix unexpected parser action ([3074fa9](https://github.com/casbin/node-casbin/commit/3074fa9050ca073eb4c0f4197c63f13e9e7f9ebf))

[5.4.0](https://github.com/casbin/node-casbin/compare/v5.3.1...v5.4.0) (2021-02-06)


Features

* add updatePolicy() ([234](https://github.com/casbin/node-casbin/issues/234)) ([a3218f1](https://github.com/casbin/node-casbin/commit/a3218f1a5d134838c0fb90c8ad1c8751e26c6332)), closes [#235](https://github.com/casbin/node-casbin/issues/235)

[5.3.1](https://github.com/casbin/node-casbin/compare/v5.3.0...v5.3.1) (2021-01-29)


Bug Fixes

* downgrade expression-eval back to v2.0.0 to avoid semantic-release failure, revert: https://github.com/casbin/node-casbin/pull/222 ([8c0b1fd](https://github.com/casbin/node-casbin/commit/8c0b1fd6b59c39350e90c768c54577396f89fefe))

[5.3.0](https://github.com/casbin/node-casbin/compare/v5.2.2...v5.3.0) (2021-01-28)


Bug Fixes

* downgrade target from ESNext to ES2017 for building esm ([7dfcf93](https://github.com/casbin/node-casbin/commit/7dfcf93a2eb7a9c9116f55341537a4c81840e3d4))
* update expression-eval ([95de296](https://github.com/casbin/node-casbin/commit/95de29650251af781d8638011dcc5cabeef2784c))


Features

* enforceSync ([ff41f0a](https://github.com/casbin/node-casbin/commit/ff41f0a7c6eebbfafe985a929eba9e70f2c4b162))

[5.2.3](https://github.com/casbin/node-casbin/compare/v5.2.2...v5.2.3) (2021-01-08)


Bug Fixes

* downgrade target from ESNext to ES2017 for building esm ([7dfcf93](https://github.com/casbin/node-casbin/commit/7dfcf93a2eb7a9c9116f55341537a4c81840e3d4))
* update expression-eval ([95de296](https://github.com/casbin/node-casbin/commit/95de29650251af781d8638011dcc5cabeef2784c))

[5.2.3](https://github.com/casbin/node-casbin/compare/v5.2.2...v5.2.3) (2021-01-08)


Bug Fixes

* downgrade target from ESNext to ES2017 for building esm ([7dfcf93](https://github.com/casbin/node-casbin/commit/7dfcf93a2eb7a9c9116f55341537a4c81840e3d4))

[5.2.3](https://github.com/casbin/node-casbin/compare/v5.2.2...v5.2.3) (2020-12-19)


Bug Fixes

* downgrade target from ESNext to ES2017 for building esm ([7dfcf93](https://github.com/casbin/node-casbin/commit/7dfcf93a2eb7a9c9116f55341537a4c81840e3d4))

[5.2.2](https://github.com/casbin/node-casbin/compare/v5.2.1...v5.2.2) (2020-11-29)


Bug Fixes

* **builtinoperators:** fix function keyMatch3 ([1245aa0](https://github.com/casbin/node-casbin/commit/1245aa072b47135b49cb70abeed0796908a8feb7)), closes [#214](https://github.com/casbin/node-casbin/issues/214)

[5.2.1](https://github.com/casbin/node-casbin/compare/v5.2.0...v5.2.1) (2020-11-15)


Bug Fixes

* **rbac:** fix defaultRoleManager hasRole method ([211](https://github.com/casbin/node-casbin/issues/211)) ([4f3ba65](https://github.com/casbin/node-casbin/commit/4f3ba65429f91250485b8a0b070f16cb750955cd))

[5.2.0](https://github.com/casbin/node-casbin/compare/v5.1.6...v5.2.0) (2020-10-26)


Features

* changing TypeScript target from ES6 to ES2017 ([6f4f50f](https://github.com/casbin/node-casbin/commit/6f4f50f205dfb7187e34a0439f2b4f0bf6ed5a47))

[5.1.6](https://github.com/casbin/node-casbin/compare/v5.1.5...v5.1.6) (2020-10-07)


Bug Fixes

* support pattern function in 3rd args of g ([199](https://github.com/casbin/node-casbin/issues/199)) ([27005f8](https://github.com/casbin/node-casbin/commit/27005f85829f11193cb4ecfd14be5ed6e64ad63c))

[5.1.5](https://github.com/casbin/node-casbin/compare/v5.1.4...v5.1.5) (2020-09-14)


Bug Fixes

* ignore print model ([f426131](https://github.com/casbin/node-casbin/commit/f426131e752143251db6c11a7352d91d959cb503))

[5.1.4](https://github.com/casbin/node-casbin/compare/v5.1.3...v5.1.4) (2020-09-10)


Bug Fixes

* add cache to generateGFunction ([e90bed2](https://github.com/casbin/node-casbin/commit/e90bed24f6e6e3cd5b33a433c4fe7a27e494cabe))

[5.1.3](https://github.com/casbin/node-casbin/compare/v5.1.2...v5.1.3) (2020-08-30)


Bug Fixes

* update casbinJsGetPermissionForUser for v0.1.0 Casbin.js ([186](https://github.com/casbin/node-casbin/issues/186)) ([6c277e8](https://github.com/casbin/node-casbin/commit/6c277e8858cf07d9a098817b72710a30c4117fa9))

[5.1.2](https://github.com/casbin/node-casbin/compare/v5.1.1...v5.1.2) (2020-08-12)


Bug Fixes

* add checks fieldValues to remove filtered policy ([6e144fb](https://github.com/casbin/node-casbin/commit/6e144fb9a895332245006ef3a28c47d022654895))

[5.1.1](https://github.com/casbin/node-casbin/compare/v5.1.0...v5.1.1) (2020-08-12)


Bug Fixes

* add check if the adapter implements BatchAdapter ([a415838](https://github.com/casbin/node-casbin/commit/a415838a514706af8a9399c899959bdb069619d4))

[5.1.0](https://github.com/casbin/node-casbin/compare/v5.0.7...v5.1.0) (2020-08-11)


Features

* add casbinJsGetPermissionForUser ([30ae126](https://github.com/casbin/node-casbin/commit/30ae126b962df6fc580ce943f20e8bf0ce5349c3))

[5.0.6](https://github.com/casbin/node-casbin/compare/v5.0.5...v5.0.6) (2020-07-16)


Bug Fixes

* add casbin-cpp to supported languages. ([b856734](https://github.com/casbin/node-casbin/commit/b85673432f8a150490fd5134797508ccd368b81f))

[5.0.5](https://github.com/casbin/node-casbin/compare/v5.0.4...v5.0.5) (2020-07-08)


Bug Fixes

* improve tokens separator ([687e96f](https://github.com/casbin/node-casbin/commit/687e96f1495de12bc7acd37bf56af57af490b0b6))

[5.0.4](https://github.com/casbin/node-casbin/compare/v5.0.3...v5.0.4) (2020-06-08)

Bug Fixes

- remove lodash ([293a852](https://github.com/casbin/node-casbin/commit/293a852803d5e83562a36bc35cdf48def0f0088b))

[5.0.3](https://github.com/casbin/node-casbin/compare/v5.0.2...v5.0.3) (2020-05-27)

Bug Fixes

- check adapter type ([a74314d](https://github.com/casbin/node-casbin/commit/a74314d6c4e1e1c8731128e6bfe9e2de1b3f45ce))

[5.0.2](https://github.com/casbin/node-casbin/compare/v5.0.1...v5.0.2) (2020-05-25)

Bug Fixes

- Add imports and batchFileAdapter implementation. ([3804c3d](https://github.com/casbin/node-casbin/commit/3804c3d76802614104016a011c07c11c54a94632))
- Add tests for batch operations. ([e6ad7af](https://github.com/casbin/node-casbin/commit/e6ad7af69344a5bd95b6490f162dba83d10c98fb))
- Merge conflicts. ([7179b17](https://github.com/casbin/node-casbin/commit/7179b17f7733f72fdd1d13ca6a7818415deb6d9c))

[5.0.1](https://github.com/casbin/node-casbin/compare/v5.0.0...v5.0.1) (2020-05-22)

Bug Fixes

- support comments after expression ([c97cb26](https://github.com/casbin/node-casbin/commit/c97cb26441d79316960a0464e8d56918859d969c))

[5.0.0](https://github.com/casbin/node-casbin/compare/v4.7.2...v5.0.0) (2020-05-18)

Features

- add BuildIncrementalRoleLinks ([b565005](https://github.com/casbin/node-casbin/commit/b5650055a6e8c47da49dc3b7eb8646bb5bda90d9))
- improve effector for improve performance ([57de7b2](https://github.com/casbin/node-casbin/commit/57de7b2f1d21ceebb7097552c86721d94cac2275))

BREAKING CHANGES

- **model** addPolicies, removePolicies and removeFilteredPolicy returns [boolean, string[][]]
- - provides a new interface for Effector

[4.7.2](https://github.com/casbin/node-casbin/compare/v4.7.1...v4.7.2) (2020-05-09)

Bug Fixes

- stackoverflow in getImplicitRolesForUser ([d0fc49f](https://github.com/casbin/node-casbin/commit/d0fc49fb12c7cbb9f985d444c1ed7613ded0121b))

[4.7.1](https://github.com/casbin/node-casbin/compare/v4.7.0...v4.7.1) (2020-05-08)

Bug Fixes

- Add examples. ([5cf950a](https://github.com/casbin/node-casbin/commit/5cf950ad25eecfad59281d5ba9d6ddae5cde199e))
- Added ABAC policy logic to the private enforcer. ([c6fc487](https://github.com/casbin/node-casbin/commit/c6fc48750313b400fb98e12802b3422bfc1921bf))
- Added util functions and util tests. ([72918bc](https://github.com/casbin/node-casbin/commit/72918bc677e898251dd4375516c31254e79eb6b8))
- compatible types ([58242a5](https://github.com/casbin/node-casbin/commit/58242a56f9f72b1a06e4901867f502b73674d640))
- tests. ([4da5291](https://github.com/casbin/node-casbin/commit/4da52916d27f262a4813d2b4ff78461312b67c22))

[4.7.0](https://github.com/casbin/node-casbin/compare/v4.6.0...v4.7.0) (2020-05-03)

Features

- add getImplicitUsersForPermission ([ad9df14](https://github.com/casbin/node-casbin/commit/ad9df1417cbdb7e0d9065c78e86181d193778adf))

[4.6.0](https://github.com/casbin/node-casbin/compare/v4.5.0...v4.6.0) (2020-05-02)

[4.5.0](https://github.com/casbin/node-casbin/compare/v4.4.0...v4.5.0) (2020-04-30)

Features

- avoid miss initialize() ([1394e8d](https://github.com/casbin/node-casbin/commit/1394e8ddfdc4cc9d8859ae034a8f36fb9e3b54e7))

[4.4.0](https://github.com/casbin/node-casbin/compare/v4.3.1...v4.4.0) (2020-04-25)

Features

- add addMatchingFunc to DefaultRoleManager ([cc04e65](https://github.com/casbin/node-casbin/commit/cc04e659a1c3b78bb12dcccbb2149bfd9d96c97c))

[4.3.1](https://github.com/casbin/node-casbin/compare/v4.3.0...v4.3.1) (2020-04-21)

Bug Fixes

- improve update into adapter before model ([0e9ccc6](https://github.com/casbin/node-casbin/commit/0e9ccc6b2e4387b9130df8af4fa0e23f7e73958b))

[4.3.0](https://github.com/casbin/node-casbin/compare/v4.2.1...v4.3.0) (2020-04-20)

Features

- controls whether to automatically notify Watcher ([2ce07c2](https://github.com/casbin/node-casbin/commit/2ce07c29cd49c6da304063e8075923b739fc5145))

[4.2.1](https://github.com/casbin/node-casbin/compare/v4.2.0...v4.2.1) (2020-04-05)

Bug Fixes

- remove use spread operator with await in array ([6e4f876](https://github.com/casbin/node-casbin/commit/6e4f87676301470a178ccd10efd28f6758cc738e))

[4.2.0](https://github.com/casbin/node-casbin/compare/v4.1.1...v4.2.0) (2020-04-05)

Features

- add glob pattern to built-in function ([8415fc2](https://github.com/casbin/node-casbin/commit/8415fc2648796d033c85771e27219bd32541982e))

[4.1.1](https://github.com/casbin/node-casbin/compare/v4.1.0...v4.1.1) (2020-02-20)

Bug Fixes

- **enforcer.ts:** fix deleteUser and improve deleteRole description ([1e6af16](https://github.com/casbin/node-casbin/commit/1e6af16e939543a56dbf9cb5d39924263186fc9a)), closes [#118](https://github.com/casbin/node-casbin/issues/118)

[4.1.0](https://github.com/casbin/node-casbin/compare/v4.0.0...v4.1.0) (2020-02-13)

Features

- synchronized enforcer ([ecec514](https://github.com/casbin/node-casbin/commit/ecec514a582f1bfad94214b61ee06fc1cab3fc36))

[4.0.0](https://github.com/casbin/node-casbin/compare/v3.1.0...v4.0.0) (2020-02-11)

improvement

- convert all management_api to async function ([e9f4d38](https://github.com/casbin/node-casbin/commit/e9f4d38e153b10ffbd4fa09355ec72eb3dae47cd))

BREAKING CHANGES

- see

[3.1.0](https://github.com/casbin/node-casbin/compare/v3.0.9...v3.1.0) (2020-01-22)

Features

- implementation cachedEnforcer ([0ace1a6](https://github.com/casbin/node-casbin/commit/0ace1a66a36d5fe3ada37bfaaa938b84fc001c58))

[3.0.9](https://github.com/casbin/node-casbin/compare/v3.0.8...v3.0.9) (2020-01-14)

Bug Fixes

- getImplicitPermissionsForUser missing domain parameter ([584624c](https://github.com/casbin/node-casbin/commit/584624c99eabca68fc790d66fc4737511d92b074))

[3.0.8](https://github.com/casbin/node-casbin/compare/v3.0.7...v3.0.8) (2019-12-12)

[3.0.7](https://github.com/casbin/node-casbin/compare/v3.0.6...v3.0.7) (2019-11-18)

[3.0.6](https://github.com/casbin/node-casbin/compare/v3.0.5...v3.0.6) (2019-11-07)

[3.0.5](https://github.com/casbin/node-casbin/compare/v3.0.4...v3.0.5) (2019-10-29)

[3.0.3](https://github.com/casbin/node-casbin/compare/v3.0.2...v3.0.3) (2019-07-06)

[3.0.2](https://github.com/casbin/node-casbin/compare/v3.0.1...v3.0.2) (2019-07-06)

[3.0.1](https://github.com/casbin/node-casbin/compare/v3.0.0...v3.0.1) (2019-06-14)

[3.0.0](https://github.com/casbin/node-casbin/compare/v3.0.0-beta.1...v3.0.0) (2019-06-05)

[3.0.0-beta.1](https://github.com/casbin/node-casbin/compare/v2.0.3...v3.0.0-beta.1) (2019-04-29)

[2.0.3](https://github.com/casbin/node-casbin/compare/v2.0.1...v2.0.3) (2019-04-22)

[2.0.1](https://github.com/casbin/node-casbin/compare/v2.0.0...v2.0.1) (2019-02-08)

[2.0.0](https://github.com/casbin/node-casbin/compare/v1.1.9...v2.0.0) (2019-01-05)

[1.1.9](https://github.com/casbin/node-casbin/compare/v1.1.8...v1.1.9) (2018-12-20)

[1.1.8](https://github.com/casbin/node-casbin/compare/v1.1.7...v1.1.8) (2018-12-18)

[1.1.7](https://github.com/casbin/node-casbin/compare/v1.1.6...v1.1.7) (2018-12-14)

[1.1.6](https://github.com/casbin/node-casbin/compare/v1.1.5...v1.1.6) (2018-12-07)

[1.1.5](https://github.com/casbin/node-casbin/compare/v1.1.4...v1.1.5) (2018-11-02)

[1.1.4](https://github.com/casbin/node-casbin/compare/v1.1.2...v1.1.4) (2018-11-01)

[1.1.2](https://github.com/casbin/node-casbin/compare/v1.1.1...v1.1.2) (2018-08-27)

[1.1.1](https://github.com/casbin/node-casbin/compare/v1.1.0...v1.1.1) (2018-08-20)

[1.1.0](https://github.com/casbin/node-casbin/compare/v1.0.9...v1.1.0) (2018-08-17)

[1.0.5](https://github.com/casbin/node-casbin/compare/v1.0.0...v1.0.5) (2018-08-09)


Semantic Versioning Changelog

[1.36.3](https://github.com/casbin/pycasbin/compare/v1.36.2...v1.36.3) (2024-06-24)


Bug Fixes

* KeyError: 'g' when build_role_links ([bf9cb44](https://github.com/casbin/pycasbin/commit/bf9cb4403f290b1313a86a2dce1c81eb36a043b0))

[1.36.2](https://github.com/casbin/pycasbin/compare/v1.36.1...v1.36.2) (2024-06-11)


Bug Fixes

* field_index is incorrect in RBAC with domains mode ([345](https://github.com/casbin/pycasbin/issues/345)) ([#346](https://github.com/casbin/pycasbin/issues/346)) ([9f6a379](https://github.com/casbin/pycasbin/commit/9f6a379d27d69366c156c8536ec48904c8b321ab))

[1.36.1](https://github.com/casbin/pycasbin/compare/v1.36.0...v1.36.1) (2024-05-21)


Bug Fixes

* FastEnforcer not fast ([344](https://github.com/casbin/pycasbin/issues/344)) ([8aef43b](https://github.com/casbin/pycasbin/commit/8aef43bcd03943a860c2cb530f499e67eac38375))

[1.36.0](https://github.com/casbin/pycasbin/compare/v1.35.0...v1.36.0) (2024-02-09)


Features

* Added support for async watcher callbacks [340](https://github.com/casbin/pycasbin/issues/340) ([#341](https://github.com/casbin/pycasbin/issues/341)) ([c04d832](https://github.com/casbin/pycasbin/commit/c04d83237264178624780d70ab6dee89854ac87b))

[1.35.0](https://github.com/casbin/pycasbin/compare/v1.34.0...v1.35.0) (2024-01-11)


Features

* support up to Python 3.12 ([6dea204](https://github.com/casbin/pycasbin/commit/6dea20476328b947cf1e4e837acf340e371655c6))

[1.34.0](https://github.com/casbin/pycasbin/compare/v1.33.0...v1.34.0) (2023-12-28)


Features

* add interface stubs for async adapters ([335](https://github.com/casbin/pycasbin/issues/335)) ([d557189](https://github.com/casbin/pycasbin/commit/d557189eecee788e81d20ceae3cb1dee16a84ae7))

[1.33.0](https://github.com/casbin/pycasbin/compare/v1.32.0...v1.33.0) (2023-10-25)


Features

* change log level to warning ([329](https://github.com/casbin/pycasbin/issues/329)) ([124d2c0](https://github.com/casbin/pycasbin/commit/124d2c05a69d61c17fe16c4ef0ad1423f62e0bbb))

[1.32.0](https://github.com/casbin/pycasbin/compare/v1.31.2...v1.32.0) (2023-10-18)


Features

* fix integer priority sorting ([327](https://github.com/casbin/pycasbin/issues/327)) ([d5cd58a](https://github.com/casbin/pycasbin/commit/d5cd58a738ad8e8ad0a5010f9cff904736e1719a))

[1.31.2](https://github.com/casbin/pycasbin/compare/v1.31.1...v1.31.2) (2023-10-06)


Bug Fixes

* use pre defined member ([325](https://github.com/casbin/pycasbin/issues/325)) ([4f191f0](https://github.com/casbin/pycasbin/commit/4f191f09a48a61b597fb73b62a841a69407dd292))

[1.31.1](https://github.com/casbin/pycasbin/compare/v1.31.0...v1.31.1) (2023-09-30)


Bug Fixes

* disabled all logger ([324](https://github.com/casbin/pycasbin/issues/324)) ([ae81a52](https://github.com/casbin/pycasbin/commit/ae81a5225b4a045c6eba4f3bae6dade68b92b78a))

[1.31.0](https://github.com/casbin/pycasbin/compare/v1.30.0...v1.31.0) (2023-09-24)


Features

* add temporal role model ([320](https://github.com/casbin/pycasbin/issues/320)) ([09ff119](https://github.com/casbin/pycasbin/commit/09ff1191856345b69026e5fa86a361dd5df8bab5))

[1.30.0](https://github.com/casbin/pycasbin/compare/v1.29.0...v1.30.0) (2023-09-23)


Features

* disable logger when log is not enabled ([321](https://github.com/casbin/pycasbin/issues/321)) ([952c208](https://github.com/casbin/pycasbin/commit/952c208a9d423a86ac4ae6c7fa5ed15bc94e00dc))

[1.29.0](https://github.com/casbin/pycasbin/compare/v1.28.0...v1.29.0) (2023-09-23)


Features

* Fixed the `subjectPriority` sorting algorithm and support for checking the subject role link loop ([322](https://github.com/casbin/pycasbin/issues/322)) ([f964e2a](https://github.com/casbin/pycasbin/commit/f964e2aecbee28e4f9b8d1b4fba0d68cad0879fa))

[1.28.0](https://github.com/casbin/pycasbin/compare/v1.27.0...v1.28.0) (2023-09-16)


Features

* port fastbin to casbin ([318](https://github.com/casbin/pycasbin/issues/318)) ([67537d6](https://github.com/casbin/pycasbin/commit/67537d6799d04266f5d27bc3f86fa44db1676821))

[1.27.0](https://github.com/casbin/pycasbin/compare/v1.26.0...v1.27.0) (2023-09-03)


Features

* add get_implicit_users_for_resource api ([317](https://github.com/casbin/pycasbin/issues/317)) ([8172097](https://github.com/casbin/pycasbin/commit/817209768528f249644bbe7ac30f1d235bd192da))

[1.26.0](https://github.com/casbin/pycasbin/compare/v1.25.0...v1.26.0) (2023-08-31)


Features

* add get_all_roles_by_domain api ([316](https://github.com/casbin/pycasbin/issues/316)) ([22507ca](https://github.com/casbin/pycasbin/commit/22507ca7cc47746a03a97b1d051e209ea4ef96d1))

[1.25.0](https://github.com/casbin/pycasbin/compare/v1.24.0...v1.25.0) (2023-08-30)


Features

* add key_match5 function for matcher ([315](https://github.com/casbin/pycasbin/issues/315)) ([7d29109](https://github.com/casbin/pycasbin/commit/7d29109d67d8f60c6be9fca6b4aaff523a8c156e))

[1.24.0](https://github.com/casbin/pycasbin/compare/v1.23.1...v1.24.0) (2023-08-27)


Features

* add field_index_map and constant ([314](https://github.com/casbin/pycasbin/issues/314)) ([e42f3da](https://github.com/casbin/pycasbin/commit/e42f3da582f6d864c1c70b00679af9da560fe0f4))

[1.23.1](https://github.com/casbin/pycasbin/compare/v1.23.0...v1.23.1) (2023-08-10)


Bug Fixes

* fix bug in add policy for priority effectors ([313](https://github.com/casbin/pycasbin/issues/313)) ([8d30537](https://github.com/casbin/pycasbin/commit/8d30537149eeea433441ca62802f3bf06e1fd42c))

[1.23.0](https://github.com/casbin/pycasbin/compare/v1.22.0...v1.23.0) (2023-08-06)


Features

* add AsyncEnforcer to pycasbin ([307](https://github.com/casbin/pycasbin/issues/307)) ([4192dc2](https://github.com/casbin/pycasbin/commit/4192dc22dab3673b44c87d7dee059bd790c12c60))

[1.22.0](https://github.com/casbin/pycasbin/compare/v1.21.0...v1.22.0) (2023-07-14)


Features

* update logger for more precise log level and format control ([306](https://github.com/casbin/pycasbin/issues/306)) ([5c688d7](https://github.com/casbin/pycasbin/commit/5c688d7db2c7f5139e2192a0a21d3b2ba3f0807b))

[1.21.0](https://github.com/casbin/pycasbin/compare/v1.20.0...v1.21.0) (2023-07-10)


Features

* add string adapter ([304](https://github.com/casbin/pycasbin/issues/304)) ([784a46f](https://github.com/casbin/pycasbin/commit/784a46f8f403cf18572c22c8779dc1e3dca315ca))

[1.20.0](https://github.com/casbin/pycasbin/compare/v1.19.0...v1.20.0) (2023-07-07)


Features

* add auto_notify_watcher to core enforcer ([303](https://github.com/casbin/pycasbin/issues/303)) ([15de222](https://github.com/casbin/pycasbin/commit/15de2223d08e4d53555e747a4e549c327344412c))

[1.19.0](https://github.com/casbin/pycasbin/compare/v1.18.3...v1.19.0) (2023-05-24)


Features

* Add batch_enforce() API ([298](https://github.com/casbin/pycasbin/issues/298)) ([361af9b](https://github.com/casbin/pycasbin/commit/361af9bc76492b975d454d9f479b3703248fc509))

[1.18.3](https://github.com/casbin/pycasbin/compare/v1.18.2...v1.18.3) (2023-05-22)


Bug Fixes

* Exclude tests from package ([297](https://github.com/casbin/pycasbin/issues/297)) ([9b014a2](https://github.com/casbin/pycasbin/commit/9b014a226058947424f87408ea14176f20183031))
* Stop including README as top-level data file in package ([296](https://github.com/casbin/pycasbin/issues/296)) ([e85e9b9](https://github.com/casbin/pycasbin/commit/e85e9b91aca3007fc4aab292689302eaae27cf02))

[1.18.2](https://github.com/casbin/pycasbin/compare/v1.18.1...v1.18.2) (2023-04-06)


Bug Fixes

* load policy rule without splitting custom functions ([293](https://github.com/casbin/pycasbin/issues/293)) ([fbc4261](https://github.com/casbin/pycasbin/commit/fbc42616620fcbe089cfcf459ec9eaa441fc33e1))

[1.18.1](https://github.com/casbin/pycasbin/compare/v1.18.0...v1.18.1) (2023-04-01)


Bug Fixes

* support escaping comma inside quote in load_policy_line()'s CSV parsing ([292](https://github.com/casbin/pycasbin/issues/292)) ([51e6e7c](https://github.com/casbin/pycasbin/commit/51e6e7c34d8ebcef666d34a6f10f457bfc0c31d0))

[1.18.0](https://github.com/casbin/pycasbin/compare/v1.17.6...v1.18.0) (2023-03-07)


Features

* revert "fix: avoid duplicate adapter entries ([259](https://github.com/casbin/pycasbin/issues/259))" ([#290](https://github.com/casbin/pycasbin/issues/290)) ([b573041](https://github.com/casbin/pycasbin/commit/b573041270acbc9e217ee673792b31e74239b7c7))

[1.17.6](https://github.com/casbin/pycasbin/compare/v1.17.5...v1.17.6) (2023-02-09)


Bug Fixes

* fix typo in remove_grouping_policies() API ([287](https://github.com/casbin/pycasbin/issues/287)) ([747f71d](https://github.com/casbin/pycasbin/commit/747f71d2f629affa4aa0d15115e5cb61b4f4b732))

[1.17.5](https://github.com/casbin/pycasbin/compare/v1.17.4...v1.17.5) (2022-12-05)


Bug Fixes

* polish import grammar and remove some useless package ([282](https://github.com/casbin/pycasbin/issues/282)) ([be53e0b](https://github.com/casbin/pycasbin/commit/be53e0b9e0d8863919de4cdd5f0185f5eea0779d))

[1.17.4](https://github.com/casbin/pycasbin/compare/v1.17.3...v1.17.4) (2022-11-01)


Bug Fixes

* fix bug in autoloader error handling ([275](https://github.com/casbin/pycasbin/issues/275)) ([e6f03ce](https://github.com/casbin/pycasbin/commit/e6f03ce165d447534dcd2149928115eb5afed51e))

[1.17.3](https://github.com/casbin/pycasbin/compare/v1.17.2...v1.17.3) (2022-11-01)


Bug Fixes

* load_policy changed the old model ([277](https://github.com/casbin/pycasbin/issues/277)) ([f247231](https://github.com/casbin/pycasbin/commit/f247231f1f18aae87773c02739d0b15fb9164c0a))

[1.17.2](https://github.com/casbin/pycasbin/compare/v1.17.1...v1.17.2) (2022-10-20)


Bug Fixes

* catch exceptions in synced enforcer thread ([272](https://github.com/casbin/pycasbin/issues/272)) ([ff35627](https://github.com/casbin/pycasbin/commit/ff3562764343f08030fe13fcd884bbe169945b87))

[1.17.1](https://github.com/casbin/pycasbin/compare/v1.17.0...v1.17.1) (2022-08-28)


Bug Fixes

* some typos ([270](https://github.com/casbin/pycasbin/issues/270)) ([7705e25](https://github.com/casbin/pycasbin/commit/7705e25fe33d59877d54116ad9855795ebaeaf51))

[1.17.0](https://github.com/casbin/pycasbin/compare/v1.16.11...v1.17.0) (2022-08-08)


Features

* add watcher-ex call ([269](https://github.com/casbin/pycasbin/issues/269)) ([f4bc0c0](https://github.com/casbin/pycasbin/commit/f4bc0c05b6578c6d08410410d7bc54dfd690e6e5))

[1.16.11](https://github.com/casbin/pycasbin/compare/v1.16.10...v1.16.11) (2022-07-30)


Bug Fixes

* update support python version ([268](https://github.com/casbin/pycasbin/issues/268)) ([b4ddcbb](https://github.com/casbin/pycasbin/commit/b4ddcbb7a36896b231f589ea04271e52630e7bb2))

[1.16.10](https://github.com/casbin/pycasbin/compare/v1.16.9...v1.16.10) (2022-07-30)


Bug Fixes

* add key_get() for builtin_operators ([267](https://github.com/casbin/pycasbin/issues/267)) ([29d3e39](https://github.com/casbin/pycasbin/commit/29d3e3944953590eaea59a9a0ab042d097d09d97))

[1.16.9](https://github.com/casbin/pycasbin/compare/v1.16.8...v1.16.9) (2022-07-10)


Bug Fixes

* add benchmark for glob match ([265](https://github.com/casbin/pycasbin/issues/265)) ([0c6b09f](https://github.com/casbin/pycasbin/commit/0c6b09fbd342a29913ec0fda3550fc8271f287b3))

[1.16.8](https://github.com/casbin/pycasbin/compare/v1.16.7...v1.16.8) (2022-06-26)


Bug Fixes

* add dependency for benchmark ([262](https://github.com/casbin/pycasbin/issues/262)) ([4f3e71f](https://github.com/casbin/pycasbin/commit/4f3e71fadb17cf41381e3315b795a23e007bf23b))
* add more example of globmatch and add unit test for it ([263](https://github.com/casbin/pycasbin/issues/263)) ([42d65d2](https://github.com/casbin/pycasbin/commit/42d65d2b74b22cc1b10b9dc96a8fc960e8af3f72))

[1.16.7](https://github.com/casbin/pycasbin/compare/v1.16.6...v1.16.7) (2022-06-26)


Bug Fixes

* add import statement in tests module ([264](https://github.com/casbin/pycasbin/issues/264)) ([8d83b84](https://github.com/casbin/pycasbin/commit/8d83b8461af74b9dd39e2e9652921d969d735c7c))

[1.16.6](https://github.com/casbin/pycasbin/compare/v1.16.5...v1.16.6) (2022-06-22)


Bug Fixes

* Set the default log level to warning ([261](https://github.com/casbin/pycasbin/issues/261)) ([9a48e5d](https://github.com/casbin/pycasbin/commit/9a48e5d89a49c09fcd6bde445a1f11aaca1da5b9))

[1.16.5](https://github.com/casbin/pycasbin/compare/v1.16.4...v1.16.5) (2022-05-20)


Bug Fixes

* avoid duplicate adapter entries ([259](https://github.com/casbin/pycasbin/issues/259)) ([8d74386](https://github.com/casbin/pycasbin/commit/8d7438687518f58ba945c822b36d1c9e5188316e))

[1.16.4](https://github.com/casbin/pycasbin/compare/v1.16.3...v1.16.4) (2022-05-13)


Bug Fixes

* avoid raising exception in remove_grouping_policy ([257](https://github.com/casbin/pycasbin/issues/257)) ([39e17b4](https://github.com/casbin/pycasbin/commit/39e17b45cf8880a0db9e30f84def55801bf199d7)), closes [#250](https://github.com/casbin/pycasbin/issues/250) [#250](https://github.com/casbin/pycasbin/issues/250)

[1.16.3](https://github.com/casbin/pycasbin/compare/v1.16.2...v1.16.3) (2022-04-30)


Bug Fixes

* different behavior of glob_match from other casbin ([254](https://github.com/casbin/pycasbin/issues/254)) ([49b6a04](https://github.com/casbin/pycasbin/commit/49b6a0467ff4e84838a4b61ee79fe66af0e9de25))

[1.16.2](https://github.com/casbin/pycasbin/compare/v1.16.1...v1.16.2) (2022-04-30)


Bug Fixes

* allow permissions management to use additional p-types ([256](https://github.com/casbin/pycasbin/issues/256)) ([37892e1](https://github.com/casbin/pycasbin/commit/37892e1b1578db42543ec81e0120ebda3492afc7))

[1.16.1](https://github.com/casbin/pycasbin/compare/v1.16.0...v1.16.1) (2022-04-29)


Bug Fixes

* add lint config ([255](https://github.com/casbin/pycasbin/issues/255)) ([4890433](https://github.com/casbin/pycasbin/commit/4890433f8d828ca94233b0fe005af56617409b64))

[1.16.0](https://github.com/casbin/pycasbin/compare/v1.15.5...v1.16.0) (2022-04-27)


Features

* update_filtered_policies ([249](https://github.com/casbin/pycasbin/issues/249)) ([ca84dac](https://github.com/casbin/pycasbin/commit/ca84dac37292457b12647611e1f6a63358daf9c6))

[1.15.5](https://github.com/casbin/pycasbin/compare/v1.15.4...v1.15.5) (2022-04-16)


Bug Fixes

* load policy override role manager ([252](https://github.com/casbin/pycasbin/issues/252)) ([97280c5](https://github.com/casbin/pycasbin/commit/97280c549b7a151a60d15fea63f4e0b141eb2c24))

[1.15.4](https://github.com/casbin/pycasbin/compare/v1.15.3...v1.15.4) (2022-01-13)


Bug Fixes

* [238](https://github.com/casbin/pycasbin/issues/238), avoid calling has_eval in enforcing loop ([#240](https://github.com/casbin/pycasbin/issues/240)) ([8188b27](https://github.com/casbin/pycasbin/commit/8188b274e7954838c0717c10f2b772b47130b1e8))

[1.15.3](https://github.com/casbin/pycasbin/compare/v1.15.2...v1.15.3) (2022-01-13)


Bug Fixes

* [239](https://github.com/casbin/pycasbin/issues/239), not allowing more than 9 types of policies/requests ([dcf4392](https://github.com/casbin/pycasbin/commit/dcf43924bbdd59901d1b6632a5a1796ad546cc09))

[1.15.2](https://github.com/casbin/pycasbin/compare/v1.15.1...v1.15.2) (2021-12-17)


Bug Fixes

* Apache 2.0 license headers ([233](https://github.com/casbin/pycasbin/issues/233)) ([16e4f0a](https://github.com/casbin/pycasbin/commit/16e4f0a0f82ac93688e1b735b3da173929524107))
* disabled casbin should allow all requests ([235](https://github.com/casbin/pycasbin/issues/235)) ([ecd4ff8](https://github.com/casbin/pycasbin/commit/ecd4ff8cbee8dede7923eb7d617cc251e0de5582))


Performance Improvements

* judge whether use domain_matching_func ([232](https://github.com/casbin/pycasbin/issues/232)) ([bb12c0f](https://github.com/casbin/pycasbin/commit/bb12c0f03c1a30cfb8e3cf3e77b4d1b6c0aad1d4))

[1.15.2](https://github.com/casbin/pycasbin/compare/v1.15.1...v1.15.2) (2021-12-15)


Bug Fixes

* Apache 2.0 license headers ([233](https://github.com/casbin/pycasbin/issues/233)) ([16e4f0a](https://github.com/casbin/pycasbin/commit/16e4f0a0f82ac93688e1b735b3da173929524107))

[1.15.1](https://github.com/casbin/pycasbin/compare/v1.15.0...v1.15.1) (2021-12-13)


Performance Improvements

* add pytest-benchmark and judge whether use regex in rabc ([228](https://github.com/casbin/pycasbin/issues/228)) ([252c288](https://github.com/casbin/pycasbin/commit/252c288e20c138b97b7cd58aa3c47d4434b0c742))

[1.15.0](https://github.com/casbin/pycasbin/compare/v1.14.0...v1.15.0) (2021-12-11)


Features

* subject priority ([231](https://github.com/casbin/pycasbin/issues/231)) ([b38169d](https://github.com/casbin/pycasbin/commit/b38169dbf3d122e17d764e058ef13915a1861eec))

[1.14.0](https://github.com/casbin/pycasbin/compare/v1.13.0...v1.14.0) (2021-12-09)


Features

* casbin_js_get_permission_for_user ([229](https://github.com/casbin/pycasbin/issues/229)) ([075ca10](https://github.com/casbin/pycasbin/commit/075ca1078ea850498bc058767524468cdf05458d))

[1.13.0](https://github.com/casbin/pycasbin/compare/v1.12.0...v1.13.0) (2021-12-08)


Features

* get implicit permissions filter policies domain by matching function ([226](https://github.com/casbin/pycasbin/issues/226)) ([e16dfb3](https://github.com/casbin/pycasbin/commit/e16dfb3c2992b0195b99b2aa07f30569d5d273af))

[1.12.0](https://github.com/casbin/pycasbin/compare/v1.11.1...v1.12.0) (2021-11-27)


Features

* support matching functions to filter policies ([222](https://github.com/casbin/pycasbin/issues/222)) ([9d0528d](https://github.com/casbin/pycasbin/commit/9d0528db85b8aedfc6b337f3d98bad19c64103e7))

[1.11.1](https://github.com/casbin/pycasbin/compare/v1.11.0...v1.11.1) (2021-11-21)


Bug Fixes

* add glob_match() test cases from Go to Python ([658d3bb](https://github.com/casbin/pycasbin/commit/658d3bb189749a06089c678f708d546e26aebe11))

[1.11.0](https://github.com/casbin/pycasbin/compare/v1.10.1...v1.11.0) (2021-11-21)


Features

* ignore policies with domain when get_implicit_permissions_for_user ([5ca47b7](https://github.com/casbin/pycasbin/commit/5ca47b7224299d07c19d80c9e2e4846a4135f151))

[1.10.1](https://github.com/casbin/pycasbin/compare/v1.10.0...v1.10.1) (2021-11-21)


Bug Fixes

* linter bug in test_enforcer.py ([782f229](https://github.com/casbin/pycasbin/commit/782f229f3bc39d8743731a0ce860d827dba14dab))

[1.10.0](https://github.com/casbin/pycasbin/compare/v1.9.7...v1.10.0) (2021-11-20)


Features

* port the test case of add_function() example to pycasbin ([217](https://github.com/casbin/pycasbin/issues/217)) ([c19d065](https://github.com/casbin/pycasbin/commit/c19d0658687bfb4e0a59c7323024c2842b226d56))

[1.9.7](https://github.com/casbin/pycasbin/compare/v1.9.6...v1.9.7) (2021-11-18)


Bug Fixes

* reimplement default role manager ([b8f7fa7](https://github.com/casbin/pycasbin/commit/b8f7fa7fd515e70b685a4d044fa3d568935ae337))

[1.9.6](https://github.com/casbin/pycasbin/compare/v1.9.5...v1.9.6) (2021-11-12)


Bug Fixes

* replace build_role_links with build_incremental_role_links ([1d60cd3](https://github.com/casbin/pycasbin/commit/1d60cd36887995b034dca7561179e13e9aae0c9f))

[1.9.5](https://github.com/casbin/pycasbin/compare/v1.9.4...v1.9.5) (2021-11-12)


Bug Fixes

* remove_filtered_policy_returns_effects inconsistent input with remove_filtered_policy ([211](https://github.com/casbin/pycasbin/issues/211)) ([e7e6696](https://github.com/casbin/pycasbin/commit/e7e669675c4d4225b96a3d391da04433926f9726))

[1.9.4](https://github.com/casbin/pycasbin/compare/v1.9.3...v1.9.4) (2021-10-29)


Bug Fixes

* load_policy_line function load error ([bca7eed](https://github.com/casbin/pycasbin/commit/bca7eed0cf61ecab381ed462921b776ec6aa7e3c))

[1.9.3](https://github.com/casbin/pycasbin/compare/v1.9.2...v1.9.3) (2021-10-24)


Bug Fixes

* update simpleeval version to 0.9.11 ([79fdf21](https://github.com/casbin/pycasbin/commit/79fdf212639263c44be4c27b545017e3b50863b0))

[1.9.2](https://github.com/casbin/pycasbin/compare/v1.9.1...v1.9.2) (2021-09-29)


Bug Fixes

* 'keyMatch4' not defined([198](https://github.com/casbin/pycasbin/issues/198)) ([#199](https://github.com/casbin/pycasbin/issues/199)) ([b888965](https://github.com/casbin/pycasbin/commit/b888965c080df08c6415f45e606a24ba45698b90))

[1.9.1](https://github.com/casbin/pycasbin/compare/v1.9.0...v1.9.1) (2021-09-28)


Bug Fixes

* added utf8 encoding ([194](https://github.com/casbin/pycasbin/issues/194)) ([6b42210](https://github.com/casbin/pycasbin/commit/6b42210031ce7383823f17a2b8134a58f5f5a71d))

[1.9.0](https://github.com/casbin/pycasbin/compare/v1.8.1...v1.9.0) (2021-09-25)


Features

* add explicit priority support ([190](https://github.com/casbin/pycasbin/issues/190)) ([9445086](https://github.com/casbin/pycasbin/commit/94450866a6e3103df8a42fc76893f91e0cb555a4))

[1.8.1](https://github.com/casbin/pycasbin/compare/v1.8.0...v1.8.1) (2021-09-16)


Bug Fixes

* fm instance property ([189](https://github.com/casbin/pycasbin/issues/189)) ([e06078a](https://github.com/casbin/pycasbin/commit/e06078ada44ba9b3d794367bc8f52c1547dd2249))

[1.8.0](https://github.com/casbin/pycasbin/compare/v1.7.0...v1.8.0) (2021-08-31)


Features

* PyCasbin Watcher interfaces added ([186](https://github.com/casbin/pycasbin/issues/186)) ([d98429f](https://github.com/casbin/pycasbin/commit/d98429f02ac130fc5b7c4ad1448d967998c3d891))

[1.7.0](https://github.com/casbin/pycasbin/compare/v1.6.0...v1.7.0) (2021-08-29)


Features

* support in operator on list/set and other compound types ([3f6ee8f](https://github.com/casbin/pycasbin/commit/3f6ee8f0069ce0a3e0554b5143403a28c6afdfc1))

[1.6.0](https://github.com/casbin/pycasbin/compare/v1.5.0...v1.6.0) (2021-08-27)


Features

* key_match4 builtin operator added ([183](https://github.com/casbin/pycasbin/issues/183)) ([ef127b3](https://github.com/casbin/pycasbin/commit/ef127b352313fb17b3010d5a9bb5029e732c1546))

[1.5.0](https://github.com/casbin/pycasbin/compare/v1.4.0...v1.5.0) (2021-08-17)


Features

* multiple request, policy, effect, matcher type support ([181](https://github.com/casbin/pycasbin/issues/181)) ([468503b](https://github.com/casbin/pycasbin/commit/468503b1c573ac835e55eb4d0d6d23b638030c63))

[1.4.0](https://github.com/casbin/pycasbin/compare/v1.3.0...v1.4.0) (2021-07-19)


Features

* finish up UpdateAdapter ([177](https://github.com/casbin/pycasbin/issues/177)) ([d69a2df](https://github.com/casbin/pycasbin/commit/d69a2dfa7711aebcf7cec880fa724f5d3b3d3944))

[1.3.0](https://github.com/casbin/pycasbin/compare/v1.2.1...v1.3.0) (2021-07-04)


Features

* add API for role manager besides "g" ([173](https://github.com/casbin/pycasbin/issues/173)) ([23d39a5](https://github.com/casbin/pycasbin/commit/23d39a56da06968ab76659a30b430054c45db14b))

[1.2.1](https://github.com/casbin/pycasbin/compare/v1.2.0...v1.2.1) (2021-06-30)


Bug Fixes

* matching_func works with multiply match ([172](https://github.com/casbin/pycasbin/issues/172)) ([bbe45ad](https://github.com/casbin/pycasbin/commit/bbe45ad8a526477d0c0ca3c3915896e85cbfb2f4))

[1.2.0](https://github.com/casbin/pycasbin/compare/v1.1.3...v1.2.0) (2021-06-27)


Features

* add support for add_domain_matching_function ([165](https://github.com/casbin/pycasbin/issues/165)) ([19b9503](https://github.com/casbin/pycasbin/commit/19b9503ced6e75ec9a818e2fb1803319ea997166))

[1.1.3](https://github.com/casbin/pycasbin/compare/v1.1.2...v1.1.3) (2021-06-16)


Bug Fixes

* get_implicit_users_for_permission() ([168](https://github.com/casbin/pycasbin/issues/168)) ([92e1110](https://github.com/casbin/pycasbin/commit/92e1110e18b73cf993935bbf9db3bfb79be59e67))

[1.1.2](https://github.com/casbin/pycasbin/compare/v1.1.1...v1.1.2) (2021-06-07)


Bug Fixes

* start auto loading policy for SyncedEnforcer ([4724f7a](https://github.com/casbin/pycasbin/commit/4724f7a2c137ba5357634aee1eebc1b1c28959f9))

[1.1.1](https://github.com/casbin/pycasbin/compare/v1.1.0...v1.1.1) (2021-05-24)


Bug Fixes

* function 'keyMatch3' not defined ([e97bb6a](https://github.com/casbin/pycasbin/commit/e97bb6aadc58faca33d6c606d9bae31adfbd2259))

[1.1.0](https://github.com/casbin/pycasbin/compare/v1.0.6...v1.1.0) (2021-05-23)


Bug Fixes

* enforce_ex now works fine when it was disabled ([15f58c9](https://github.com/casbin/pycasbin/commit/15f58c9af82b10e1a6dd4ce584ea39f1235031b9))


Features

* Use named loggers ([153](https://github.com/casbin/pycasbin/issues/153)) ([40e7f00](https://github.com/casbin/pycasbin/commit/40e7f001c77034854e0916dba13bc87f30c2ce7d))

[1.0.6](https://github.com/casbin/pycasbin/compare/v1.0.5...v1.0.6) (2021-05-13)


Bug Fixes

* optimized install_requires parsing process ([34d3a4f](https://github.com/casbin/pycasbin/commit/34d3a4f5cfb120e0b074c557e831c74fb0e3101f))

[1.0.5](https://github.com/casbin/pycasbin/compare/v1.0.4...v1.0.5) (2021-05-12)


Bug Fixes

* replace fnmatch with wcmatch for glob match, keep same behavior with Go Casbin ([149](https://github.com/casbin/pycasbin/issues/149)) ([906f40c](https://github.com/casbin/pycasbin/commit/906f40c6c6b0d9e31104ca3ea92e4a8498c30619))

[1.0.4](https://github.com/casbin/pycasbin/compare/v1.0.3...v1.0.4) (2021-04-24)


Performance Improvements

* remove unused variable ([e642898](https://github.com/casbin/pycasbin/commit/e642898c5a0b9a8ccefb2104321985b82f420aa4))

[1.0.3](https://github.com/casbin/pycasbin/compare/v1.0.2...v1.0.3) (2021-04-23)


Bug Fixes

* r.user.name -> r_user_name instead of r_user.name in ABAC model ([192529e](https://github.com/casbin/pycasbin/commit/192529e11a8ddc848f3f2ee22c448c8afaf41f1b))

[1.0.2](https://github.com/casbin/pycasbin/compare/v1.0.1...v1.0.2) (2021-04-12)


Bug Fixes

* rename enforceEx() to enforce_ex() ([143](https://github.com/casbin/pycasbin/issues/143)) ([e52351a](https://github.com/casbin/pycasbin/commit/e52351a41c91d2546dddbc4f448c59ff70e9de1a))

[1.0.1](https://github.com/casbin/pycasbin/compare/v1.0.0...v1.0.1) (2021-04-09)


Bug Fixes

* wrong domain length judge and bug in build_incremental_role_links() ([139](https://github.com/casbin/pycasbin/issues/139)) ([51b8833](https://github.com/casbin/pycasbin/commit/51b883301e0f2c104ef31658e2074ac6ca586451))

[1.0.0](https://github.com/casbin/pycasbin/compare/v0.20.0...v1.0.0) (2021-04-06)


Features

* add EnforceEx ([134](https://github.com/casbin/pycasbin/issues/134)) ([c577e1d](https://github.com/casbin/pycasbin/commit/c577e1da65e3ddf4cf360d851f9f9a5ef6c94650))


BREAKING CHANGES

* Custom effectors will need a rewrite

Signed-off-by: Andreas Bichinger <andreas.bichingergmail.com>

Co-authored-by: Andreas Bichinger <andreas.bichingergmail.com>

[0.20.0](https://github.com/casbin/pycasbin/compare/v0.19.2...v0.20.0) (2021-04-06)


Features

* added distributed enforcer file along with respective unit tests ([f167ebf](https://github.com/casbin/pycasbin/commit/f167ebf40f5d170745a3f48692d2185e205f3449))

[0.19.2](https://github.com/casbin/pycasbin/compare/v0.19.1...v0.19.2) (2021-04-01)


Bug Fixes

* Added checks in init_with_model_and_adapter in CoreEnforcer ([1c55727](https://github.com/casbin/pycasbin/commit/1c55727661616edc62865f4ffd15e3f262ddf1d5))

[0.19.1](https://github.com/casbin/pycasbin/compare/v0.19.0...v0.19.1) (2021-03-18)


Bug Fixes

* relocate unittest and fix file path ([5ed07b2](https://github.com/casbin/pycasbin/commit/5ed07b2f2aef9137a35048d3921d9986bae3254c))

[0.19.0](https://github.com/casbin/pycasbin/compare/v0.18.4...v0.19.0) (2021-03-18)


Features

* Added dispatcher class ([5c4a992](https://github.com/casbin/pycasbin/commit/5c4a992971a492874cfd32dc4eb94a3d61dbfcd7))

[0.18.4](https://github.com/casbin/pycasbin/compare/v0.18.3...v0.18.4) (2021-03-17)


Performance Improvements

* Added code to convert config value to different types ([c87fdfa](https://github.com/casbin/pycasbin/commit/c87fdfa37f68e9c32e198e044862a9a2f1cb36b7))

[0.18.3](https://github.com/casbin/pycasbin/compare/v0.18.2...v0.18.3) (2021-03-12)


Performance Improvements

* refacto & improve performance ([ff7f288](https://github.com/casbin/pycasbin/commit/ff7f288f487f5eab6b29898eb81f68257e6eb508))

[0.18.2](https://github.com/casbin/pycasbin/compare/v0.18.1...v0.18.2) (2021-03-02)


Bug Fixes

* typo ([32a572f](https://github.com/casbin/pycasbin/commit/32a572fcc4b114d93ffd59508a85e90297fd9744))

[0.18.1](https://github.com/casbin/pycasbin/compare/v0.18.0...v0.18.1) (2021-02-25)


Performance Improvements

* reposition build_role_links() ([396ef7a](https://github.com/casbin/pycasbin/commit/396ef7ae5a650a102751dd602aed4ddd2775efba))

[0.18.0](https://github.com/casbin/pycasbin/compare/v0.17.0...v0.18.0) (2021-02-23)


Features

* add AddNamedDomainMatchingFunc and AddNamedMatchingFunc to enforcer ([122](https://github.com/casbin/pycasbin/issues/122)) ([e01f393](https://github.com/casbin/pycasbin/commit/e01f393c8c41a954b201ecf9de2ad2350f87b651))

[0.17.0](https://github.com/casbin/pycasbin/compare/v0.16.2...v0.17.0) (2021-02-19)


Features

* add update_policy() ([7f7d26f](https://github.com/casbin/pycasbin/commit/7f7d26fe3f6cddcf54a2e42cef83565eb21e202c))

[0.16.2](https://github.com/casbin/pycasbin/compare/v0.16.1...v0.16.2) (2021-02-03)


Performance Improvements

* remove duplicated check ([117](https://github.com/casbin/pycasbin/issues/117)) ([6aebadf](https://github.com/casbin/pycasbin/commit/6aebadf0a344e453ca2a1e9c0ae3b0d2f1c3d2c7))

[0.16.1](https://github.com/casbin/pycasbin/compare/v0.16.0...v0.16.1) (2021-01-29)


Bug Fixes

* role manager with matching_func ([8079cda](https://github.com/casbin/pycasbin/commit/8079cda8a28409e9502508fe2bdf9b0bddac3f98))

[0.16.0](https://github.com/casbin/pycasbin/compare/v0.15.0...v0.16.0) (2021-01-09)


Features

* add batch api to SyncedEnforcer ([9191ccd](https://github.com/casbin/pycasbin/commit/9191ccd72cbeed6e36303d4cbf0407b626718421))
* add batch_adapter ([9470c3e](https://github.com/casbin/pycasbin/commit/9470c3ebf678ac4c64bffea623fb9a974f4f2e95))

[0.15.0](https://github.com/casbin/pycasbin/compare/v0.14.0...v0.15.0) (2020-12-26)


Features

* add filtered_adapter ([ee817b5](https://github.com/casbin/pycasbin/commit/ee817b521b94aaf90533906efd158c761b25f9f4))

[0.14.0](https://github.com/casbin/pycasbin/compare/v0.13.0...v0.14.0) (2020-12-23)


Features

* add function get_role_manager ([7fb1879](https://github.com/casbin/pycasbin/commit/7fb1879e3bbdc77ea5e01ac46f96d81f917cb6fe))
* add SyncedEnforcer ([9439272](https://github.com/casbin/pycasbin/commit/94392722a1fd4680a7f4072ae20b176e8225be15))

[0.13.0](https://github.com/casbin/pycasbin/compare/v0.12.0...v0.13.0) (2020-12-14)


Features

* add glob pattern matching using fnmatch module ([41ba828](https://github.com/casbin/pycasbin/commit/41ba828b2cecd21df79a5ec905d9d4de9506b918))

[0.12.0](https://github.com/casbin/pycasbin/compare/v0.11.0...v0.12.0) (2020-12-07)


Features

* add semantic-release-pypi plugin ([e53d842](https://github.com/casbin/pycasbin/commit/e53d84283952b3b66720e6d50ae91030880fe839))

[0.11.0](https://github.com/casbin/pycasbin/compare/v0.10.0...v0.11.0) (2020-12-01)


Features

* add eval function ([9604fbf](https://github.com/casbin/pycasbin/commit/9604fbf91a22149dab531183576c8a4e7078a4d0))

[0.10.0](https://github.com/casbin/pycasbin/compare/v0.9.0...v0.10.0) (2020-11-10)


Bug Fixes

* improve KeyMatch and add tests ([f62a2b2](https://github.com/casbin/pycasbin/commit/f62a2b2920e870a879d004148117019137805c09))


Features

* support semantic-release ([f346ab4](https://github.com/casbin/pycasbin/commit/f346ab45602d0820e88de5c3febfea4a6a5cc7b1))


Changelog

[Unreleased](https://github.com/casbin/casbin-rs/tree/HEAD)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v2.0.5...HEAD)

**Implemented enhancements:**

- Support policy.csv comment or YAML file adapter [\213](https://github.com/casbin/casbin-rs/issues/213)

[v2.0.5](https://github.com/casbin/casbin-rs/tree/v2.0.5) (2020-12-24)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v2.0.3...v2.0.5)

**Implemented enhancements:**

- Add actix-casbin-auth to Actix official middleware list [\92](https://github.com/casbin/casbin-rs/issues/92)

**Fixed bugs:**

- not currently running on the Tokio runtime on tonic [\221](https://github.com/casbin/casbin-rs/issues/221)
- CSV loader deletes double quotes [\214](https://github.com/casbin/casbin-rs/issues/214)

**Closed issues:**

- Broken enforce with json string in 2.0 [\210](https://github.com/casbin/casbin-rs/issues/210)

**Merged pull requests:**

- revert tokio upgrade [\223](https://github.com/casbin/casbin-rs/pull/223) ([GopherJ](https://github.com/GopherJ))
- fix\(csv\): shouldn't delete inner double quotes [\216](https://github.com/casbin/casbin-rs/pull/216) ([GopherJ](https://github.com/GopherJ))
- feat: switch to lru [\212](https://github.com/casbin/casbin-rs/pull/212) ([PsiACE](https://github.com/PsiACE))
- upgrade versions of rhai & tokio [\211](https://github.com/casbin/casbin-rs/pull/211) ([PsiACE](https://github.com/PsiACE))

[v2.0.3](https://github.com/casbin/casbin-rs/tree/v2.0.3) (2020-10-19)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v2.0.2...v2.0.3)

[v2.0.2](https://github.com/casbin/casbin-rs/tree/v2.0.2) (2020-09-19)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v2.0.1...v2.0.2)

**Closed issues:**

- setup clog-cli CI [\205](https://github.com/casbin/casbin-rs/issues/205)

**Merged pull requests:**

- fix: wasm checking in CI [\207](https://github.com/casbin/casbin-rs/pull/207) ([GopherJ](https://github.com/GopherJ))
- Automatic change log generation. [\206](https://github.com/casbin/casbin-rs/pull/206) ([PsiACE](https://github.com/PsiACE))

[v2.0.1](https://github.com/casbin/casbin-rs/tree/v2.0.1) (2020-08-30)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v2.0.0...v2.0.1)

[v2.0.0](https://github.com/casbin/casbin-rs/tree/v2.0.0) (2020-08-30)

[Full Changelog](https://github.com/casbin/casbin-rs/compare/v1.1.3...v2.0.0)

**Implemented enhancements:**

- support serializable struct to be passed as ABAC parameters [\199](https://github.com/casbin/casbin-rs/issues/199)
- pattern support in role manager [\192](https://github.com/casbin/casbin-rs/issues/192)

**Merged pull requests:**

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.