Skip to content

Tags: apache/casbin-Casbin.NET

Tags

v2.20.0

Toggle v2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: log expression compilation errors and replace single quotes in …

…ExpressionHandler (#397)

* Initial plan

* Log expression compilation errors and replace single quotes in expressions

Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>

* Propagate logger via property setters instead of per-call in InternalEnforce

Co-authored-by: sagilio <42855245+sagilio@users.noreply.github.com>

* fix: pass exception to log formatter in MockLogger

Co-authored-by: sagilio <42855245+sagilio@users.noreply.github.com>

* refactor: move single-quote normalization to EnforceView.CreateWithMatcher

Co-authored-by: sagilio <42855245+sagilio@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: hsluoyz <3787410+hsluoyz@users.noreply.github.com>
Co-authored-by: sagilio <42855245+sagilio@users.noreply.github.com>

v2.19.2

Toggle v2.19.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve links in README

v2.19.1

Toggle v2.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: respect AutoSave flag for grouping policy operations (#395)

v2.19.0

Toggle v2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add LoadIncrementalFilteredPolicy() API for incremental filtere…

…d policy loading (#392)

v2.18.0

Toggle v2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: fix duplicate CI workflow runs on pull requests (#394)

v2.17.0

Toggle v2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: use destructuring syntax for structured logging in LoggerExtens…

…ion (#391)

v2.16.0

Toggle v2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: extend policy size limit from 12 to 14 parameters (#388)

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: implement IPolicyFilter in PolicyFilter (#386)

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Accept IPolicyFilter in LoadFilteredPolicyAsync (#384)

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: improve README