casbin v3.0.0-beta.1 Release Notes

Release Date: 2020-08-05 // over 3 years ago
  • 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 [email protected]