3.0.0-beta.1 (2020-08-05)
Bug Fixes
- Added DefaultEffectorStream implementation and EffectorStream interface. (4f12fa8)
- Implement NewStream method. (7dc802e)
- Initialization syntax. (057b63a)
- Make changes in effector. (5747aa7)
- Make changes related to expl slice. (f531bab)
- Make expl as slice. (caa1ed5)
- Optimize pushEffect function. (3ed5c48)
- Panic message and interface immplementation changes. (e6b89c6)
- Return type of NewStream. (8e2822f)
- Update effector interface. (17fdf7d)
- Update enforce method for quick return. (b139415)
Features
- Autoloading in cachedenforcer (#538) (a583186)
- change the package import path from v2 to v3 (218f01c)
- make enforcer.ClearPolicy different with Model.ClearPolicy (#535) (557aa0c)
BREAKING CHANGES
- change the package import path from v2 to v3
Signed-off-by: Zixuan Liu nodeces@gmail.com