New Features
Breaking News!
Node-Casbin
: Casbin finished porting to Node.js, see: https://github.com/casbin/node-casbin
General
- Add
Casbin Online Editor
, see: https://casbin.org/editor/ - Add
CachedEnforcer
which provides decision cache to improve enforcement performance.
Adopters
- Add Skydive to adopters.
- Add Argo CD to adopters.
Watchers
- Add Redis Watcher.
Model
- Improve the model file parsing.
- Allow model to be described in multi-line manner.
Test Related
- Improve the
TestKeyMatchCustomModel
test case. - Refactor out
enforcer_synced_test.go
.
RBAC
- Simplify RBAC role link logging.
Bug Fix
None