Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: apache/casbin

Tags

v3.11.0-snapshot.6

Toggle v3.11.0-snapshot.6's commit message
feat: quote CSV fields containing commas in SavePolicy

v3.11.0-snapshot.5

Toggle v3.11.0-snapshot.5's commit message
feat: quote CSV fields containing commas in SavePolicy

v3.11.0-snapshot.4

Toggle v3.11.0-snapshot.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Configure GitHub workflows to use concurrency cancel-in-progress…

… for (#1734)

v3.11.0-snapshot.3

Toggle v3.11.0-snapshot.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: pre-compile regex in RegexMatch using cached compilation (#1721)

RegexMatch() called regexp.MatchString() which recompiles the pattern on
every invocation. Use the existing mustCompileOrGet() cache instead.

Ref #1690

Co-authored-by: tengtian <tengtianmoemoe@gamil,com>

v3.11.0-snapshot.2

Toggle v3.11.0-snapshot.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: auto release snapshot versions now (#1728)

v3.11.0-snapshot.1

Toggle v3.11.0-snapshot.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: auto release snapshot versions now (#1726)

v3.10.0

Toggle v3.10.0's commit message
feat: add Explain() API to explain the authorization decisions via LL…

…M API (#1678)

v3.9.0

Toggle v3.9.0's commit message
feat: integrate default detector into Enforcer (#1665)

v3.8.2

Toggle v3.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve CI benchmark table in PR (#1663)

v3.8.1

Toggle v3.8.1's commit message
fix: fix "Undefined function g" error by copying RM fields in Asserti…

…on.copy() (#1658)