1. e275c6c docs: fix broken star history chart in README (#1748) by PingouinFerreux · 2 days ago master
  2. 0936f2c perf: cache compiled patterns by key2 in KeyMatch/KeyGet by Yang Luo · 9 days ago
  3. 9a94fde feat: expose Transaction.GetAdapter() to share the tx with GORM by Yang Luo · 9 days ago
  4. e9df34e ci: migrate golangci-lint to v2 and fix lint issues by Yang Luo · 11 days ago
  5. b32cfd3 fix: fix go linter by Yang Luo · 11 days ago
  6. cfa80fc feat: add RBAC with ABAC condition example by Yang Luo · 11 days ago
  7. d3e9928 fix: preserve policy order in Model.RemovePolicy by Yang Luo · 11 days ago
  8. 0dd2ea7 fix: keep ", " separator in SavePolicy output by Yang Luo · 11 days ago
  9. 65cb985 perf: optimize batch policy removal (#1729) by Nhan (Nolan) Huynh · 11 days ago
  10. df166f6 test: add key get wrapper coverage (#1730) by legendpei · 11 days ago
  11. c94e936 fix: remove deprecated comment from RemovePolicy method (#1662) by zengwei · 11 days ago
  12. 9e2b767 perf: fast-path KeyMatch2/3/4/5 for plain keys and "*" by Yang Luo · 11 days ago
  13. e95b15e fix: fix Go Report Card badge by Yang Luo · 12 days ago
  14. 6259f03 ci: publish releases from manually pushed tags by Yang Luo · 12 days ago
  15. 492fcc6 fix: remove useless asf.yaml by Yang Luo · 12 days ago
  16. a918daf fix: preserve non-ASCII literals in EscapeStringLiterals (#1746) by Nikolaus Schuetz · 13 days ago
  17. 08dab40 chore: add RAT license-check policy (#1745) by Emery · 3 weeks ago
  18. a2695ae chore: complete ASF license cleanup (#1744) by Emery · 3 weeks ago
  19. 6f56ed7 chore: migrate to ASF license header (#1743) by tison · 3 weeks ago
  20. db17893 chore: drop yarn global setup (#1742) by tison · 3 weeks ago
  21. fb3d1b8 chore: fixup DISCLAIMER and NOTICE file (#1741) by tison · 3 weeks ago
  22. 9565667 fix: add NOTICE file (#1738) by Emery · 6 weeks ago
  23. c4d7f73 ci: remove automatic snapshot release workflow by Yang Luo · 6 weeks ago
  24. 1571e4f fix: pass domains in ConditionalRoleManager transitive link check by Yang Luo · 8 weeks ago v3.11.0-snapshot.7
  25. f64a3c0 feat: quote CSV fields containing commas in SavePolicy by Yang Luo · 9 weeks ago v3.11.0-snapshot.6
  26. 52c2b03 fix: update repo path in README by Yang Luo · 9 weeks ago
  27. 6c09ba2 fix: Configure GitHub workflows to use concurrency cancel-in-progress for (#1734) by Aurélien Pupier · 9 weeks ago v3.11.0-snapshot.4
  28. 12ac0c9 perf: pre-compile regex in RegexMatch using cached compilation (#1721) by TT · 3 months ago v3.11.0-snapshot.3
  29. 16b0c89 feat: auto release snapshot versions now (#1728) by cooronx · 4 months ago v3.11.0-snapshot.2
  30. 74322db fix: add gFunctionCache boolean option to enforcer by Yang Luo · 4 months ago
  31. 017ae0e chore: add config file by Yang Luo · 5 months ago
  32. 0985085 feat: add .asf.yaml and DISCLAIMER (#1710) by hulk · 5 months ago
  33. 0fe9505 feat: add Explain() API to explain the authorization decisions via LLM API (#1678) by Yang Luo · 7 months ago v3.10.0
  34. 6cfc463 feat: integrate default detector into Enforcer (#1665) by Yang Luo · 7 months ago v3.9.0
  35. f1f03cc fix: improve CI benchmark table in PR (#1663) by Konnyaku · 7 months ago v3.8.2
  36. 9324df7 fix: fix "Undefined function g" error by copying RM fields in Assertion.copy() (#1658) by Yang Luo · 7 months ago v3.8.1
  37. 1aba8b9 feat: add GetAllUsers() API to separate users from roles (#1652) by Yang Luo · 7 months ago v3.8.0
  38. b190fce feat: add logger integration to Casbin core enforcement and policy APIs (#1651) by Yang Luo · 7 months ago v3.7.0
  39. 61c876f feat: add DefaultLogger (#1648) by Yang Luo · 7 months ago v3.6.0
  40. 6b688f0 fix: add new Logger interface (#1639) by Zhifan Cui · 7 months ago
  41. 2d7173f feat: remove legacy logger implementation (#1638) by Zhifan Cui · 8 months ago
  42. ea5872b fix: remove opencollective links in README by Yang Luo · 8 months ago v3.5.2
  43. c407251 fix: add DefaultDetector with DFS-based RBAC cycle detection (#1632) by Zhifan Cui · 8 months ago v3.5.1
  44. 53fb4e4 feat: remove github-action-benchmark workflow from CI (#1631) by Yang Luo · 8 months ago v3.5.0
  45. 0b35dfa fix: add Detector interface (#1629) by Zhifan Cui · 8 months ago v3.4.2
  46. 8ed48c5 chore: update Casbin version to v3 in README by Yang Luo · 8 months ago
  47. f560001 chore: improve README by Yang Luo · 8 months ago
  48. b3f4490 fix: disable benchmark comments on merged commits (#1615) by Yang Luo · 8 months ago v3.4.1
  49. 0fd3ee8 feat: fix enforcement failure when renaming domain parameter from 'dom' to arbitrary names (#1611) by Yang Luo · 8 months ago v3.4.0
  50. 4d32aaf feat: add performance comparison CI for pull requests (#1613) by Yang Luo · 8 months ago v3.3.0
  51. 80dccb7 feat: return clear error for invalid JSON when EnableAcceptJsonRequest is enabled (#1610) by Yang Luo · 8 months ago v3.2.0
  52. 65d4097 feat: add "constraint_definition" section for RBAC policy validation (#1600) by Yang Luo · 8 months ago v3.1.0
  53. cc7d03a fix: improve line ending for TestCasbinJsGetPermissionForUser() (#1597) by yuhui · 8 months ago v3.0.1
  54. 3ced5d7 feat!: upgrade to Casbin v3 (#1595) by Yang Luo · 8 months ago v3.0.0
  55. 5fc9fd8 feat: remove Travis script and issue templates by Yang Luo · 8 months ago v2.135.0
  56. 5d3134d feat: fix inconsistent backslash handling between matcher literals and CSV-parsed values (#1577) by Yang Luo · 9 months ago v2.134.0
  57. 0a13664 feat: fix stale g() function cache in BuildRoleLinks causing incorrect permissions (#1580) by Yang Luo · 9 months ago v2.133.0
  58. 4b6c4c8 feat: improve README by Yang Luo · 9 months ago v2.132.0
  59. 1eef59a feat: fix EscapeAssertion (matcher) incorrectly matching p./r. patterns inside quoted strings (#1572) by Copilot · 10 months ago v2.131.0
  60. bb1e443 feat: fix duplicate CI workflow runs and optimize to test only Go 1.21 (#1571) by Copilot · 10 months ago v2.130.0
  61. 91b9cf2 feat: add OrBAC (Organisation-Based Access Control) model support (#1567) by Copilot · 10 months ago v2.129.0
  62. 87e9956 feat: add ContextEnforcer: add ctx to AddPolicy and other APIs (#1553) by Zhendong Liu · 10 months ago v2.128.0
  63. 1ef00ac feat: enable concurrent transactions using optimistic locking, versioning and conflict detection (#1552) by D0000M · 11 months ago v2.127.0
  64. 0c5a574 feat: add PBAC model support and test (#1548) by Zhendong Liu · 11 months ago v2.126.0
  65. ea91195 feat: add sync to GetRoleManager methods in SyncedEnforcer (#1544) by FAUST. · 11 months ago v2.125.0
  66. c2f3635 feat: resolve golangci-lint issues in transaction code (#1545) by FAUST. · 11 months ago v2.124.0
  67. e50e0f2 feat: add TransactionalEnforcer (#1541) by D0000M · 11 months ago v2.123.0
  68. 33e2e50 feat: add mutex protection for FieldIndexMap to prevent concurrent writes (#1537) by FAUST. · 11 months ago v2.122.0
  69. b75a3e7 feat: add GetImplicitObjectPatternsForUser API to get user's resource access patterns (#1532) by yxrxy · 12 months ago v2.121.0
  70. c33fbc2 feat: add GetNamedImplicitUsersForResource() API to support g2 resource roles (#1523) by yxrxy · 1 year ago v2.120.0
  71. e92c4ca feat: add LBAC model and test case (#1522) by yxrxy · 1 year ago v2.119.0
  72. 5bddec5 feat: add Biba model and test case (#1520) by Zhendong Liu · 1 year ago v2.118.0
  73. 5d4a973 feat: improve BLP model example by removing levelMatch() custom function (#1519) by yxrxy · 1 year ago v2.117.0
  74. a2a6c3a feat: add BLP (Bell-LaPadula) model support and test (#1512) by yxrxy · 1 year ago v2.116.0
  75. 78ef2c1 feat: ensure consistent maxHierarchyLevel behavior across RBAC functions (#1508) by yxrxy · 1 year ago v2.115.0
  76. 8701b5a feat: fix issue that RBAC pattern doesn't work with conditions (#1506) by yxrxy · 1 year ago v2.114.0
  77. a58af29 feat: resolve issue where Enforcer could not retrieve roles from ConditionalRoleManager (#1504) by bugoutianzhen123 · 1 year ago v2.113.0
  78. 10e1cbf feat: fix typo in the file name (#1505) by Oleksandr Redko · 1 year ago v2.112.0
  79. 48aadaf feat(rbac): resolve GetRolesForUserInDomain issue with conditional role managers (#1503) by yxrxy · 1 year ago v2.111.0
  80. 85f9da7 feat: add ReBAC model test case (#1501) by D0000M · 1 year, 1 month ago v2.110.0
  81. 992f818 feat: completely remove domain from RoleManager when calling DeleteDomains (#1496) by D0000M · 1 year, 1 month ago v2.109.0
  82. f2818d0 feat: prevent race condition in HasLink with temporary roles (#1491) by Yang Tang · 1 year, 2 months ago v2.108.0
  83. c6f6cfc feat: refactor out abac_test.go by Yang Luo · 1 year, 2 months ago v2.107.0
  84. 79a635b feat: optimize the complexity of `RemovePolicy` from O(n) to O(1) (#1485) by nohup · 1 year, 2 months ago v2.106.0
  85. cbeafe9 feat: improve SortArray2D() to support variable-length rows and prevent panics (#1481) by Bishoy · 1 year, 4 months ago v2.105.0
  86. 133cffd feat: fix addPolicyWithoutNotify()'s affected value (#1475) by SMALL-head · 1 year, 5 months ago v2.104.0
  87. d4fc697 feat: upgrade govaluate to v1.3.0 by Yang Luo · 1 year, 8 months ago v2.103.0
  88. a98973b feat: improve error handling in LoadPolicyArray() by Yang Luo · 1 year, 9 months ago v2.102.0
  89. bf330b3 feat: fix typo in model error message (#1460) by Michael Todorovic · 1 year, 9 months ago v2.101.0
  90. c55ed50 feat: improve performance by pre-compiling regexes (#1439) by Yury Gargay · 1 year, 11 months ago v2.100.0
  91. 62cea26 feat: support ** in globMatch (#1436) by rshen-tibco · 2 years ago v2.99.0
  92. c52a9b5 feat: update release CI to fix error (#1421) by 沐 · 2 years, 1 month ago v2.98.0
  93. 4e8b1f1 feat: update casbin/govaluate package to fix nil pointer panic (#1420) by Taron · 2 years, 1 month ago
  94. 71c8c84 feat: CachedEnforcer does not clean the result cached in memory when call ClearPolicy method (#1413) by George · 2 years, 2 months ago v2.97.0
  95. 963e1c4 feat: GetAllObjects has wrong result in RBAC with domains model (#1411) by Truco · 2 years, 2 months ago v2.96.0
  96. e97e354 feat: add named g support to `GetNamedImplicitPermissionsForUser` (#1406) by 沐 · 2 years, 2 months ago v2.95.0
  97. eec10eb feat: improve `GetNamedImplicitPermissionsForUser` performance (#1405) by 沐 · 2 years, 2 months ago v2.94.0
  98. a29d8a8 feat: update PerformancePush config (#1403) by 沐 · 2 years, 2 months ago v2.93.0
  99. f8fc84e feat: check error in GetNamedImplicitPermissionsForUser of GetFieldIndex (#1401) by feellmoose · 2 years, 2 months ago v2.92.0
  100. 20fd529 feat: refactor `LoadPolicy`, delete `LoadPolicyFast` (#1402) by 沐 · 2 years, 2 months ago v2.91.0