-
-
Notifications
You must be signed in to change notification settings - Fork 17
feat: add load_filtered_policy() API #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Co-authored-by: nomeguy <[email protected]>
Co-authored-by: nomeguy <[email protected]>
Co-authored-by: nomeguy <[email protected]>
|
@copilot fix CI build error: |
Co-authored-by: nomeguy <[email protected]>
…warning Co-authored-by: nomeguy <[email protected]>
|
@copilot fix CI build error: |
…efaults Co-authored-by: nomeguy <[email protected]>
|
@copilot fix: |
Co-authored-by: nomeguy <[email protected]>
|
@copilot for the code and test code of load_filtered_policy, should also refer to Golang Casbin: https://github.com/casbin/casbin |
The implementation already follows the Golang Casbin pattern for filtered policy loading. The filter uses a map with keys ( |
|
@copilot don't remove mix.lock file |
Co-authored-by: nomeguy <[email protected]>
# [1.4.0](v1.3.0...v1.4.0) (2025-11-01) ### Features * add load_filtered_policy() API ([#38](#38)) ([0e856ac](0e856ac))
|
🎉 This PR is included in version 1.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Fix: #37