Skip to content
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

feat: improve the synced enforcer like Go casbin #248

Merged
merged 1 commit into from
May 1, 2024

Conversation

ailiujiarui
Copy link
Contributor

@ailiujiarui ailiujiarui commented Apr 24, 2024

Fix: #244

Fixes # #244

Description

Update the enforcer_synced class in the casbin-cpp library to match the go version of the Casbin.
The main content is to compare the enforcer_synced class in Go language with the cpp version,
and add functions that are in the enforcer class of casbin-cpp but have not yet been added to the enforcer_synced class.

@casbin-bot
Copy link
Member

@EmperorYP7 @sheny1xuan @cs1137195420 please review

@hsluoyz hsluoyz changed the title feat: update the Multi-threaded feature parity with go version of Casbin feat: improve the synced enforcer like Go casbin May 1, 2024
@hsluoyz hsluoyz merged commit abf9092 into casbin:master May 1, 2024
14 checks passed
Copy link

github-actions bot commented May 1, 2024

🎉 This PR is included in version 1.59.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multi-threaded feature parity with go version of Casbin
3 participants