Skip to content

Releases: casbin/pycasbin

v1.1.0

23 May 14:09
Compare
Choose a tag to compare

1.1.0 (2021-05-23)

Bug Fixes

  • enforce_ex now works fine when it was disabled (15f58c9)

Features

v1.0.6

13 May 01:43
Compare
Choose a tag to compare

1.0.6 (2021-05-13)

Bug Fixes

  • optimized install_requires parsing process (34d3a4f)

v1.0.5

12 May 11:10
Compare
Choose a tag to compare

1.0.5 (2021-05-12)

Bug Fixes

  • replace fnmatch with wcmatch for glob match, keep same behavior with Go Casbin (#149) (906f40c)

v1.0.4

24 Apr 14:18
Compare
Choose a tag to compare

1.0.4 (2021-04-24)

Performance Improvements

v1.0.3

23 Apr 03:42
Compare
Choose a tag to compare

1.0.3 (2021-04-23)

Bug Fixes

  • r.user.name -> r_user_name instead of r_user.name in ABAC model (192529e)

v1.0.1

09 Apr 17:10
Compare
Choose a tag to compare

1.0.1 (2021-04-09)

Bug Fixes

  • wrong domain length judge and bug in build_incremental_role_links() (#139) (51b8833)

v1.0.0

06 Apr 11:33
Compare
Choose a tag to compare

1.0.0 (2021-04-06)

Features

BREAKING CHANGES

  • Custom effectors will need a rewrite

Signed-off-by: Andreas Bichinger [email protected]

Co-authored-by: Andreas Bichinger [email protected]

v0.20.0

06 Apr 10:55
Compare
Choose a tag to compare

0.20.0 (2021-04-06)

Features

  • added distributed enforcer file along with respective unit tests (f167ebf)

v0.19.2

01 Apr 02:18
Compare
Choose a tag to compare

0.19.2 (2021-04-01)

Bug Fixes

  • Added checks in init_with_model_and_adapter in CoreEnforcer (1c55727)

v0.19.1

18 Mar 15:48
Compare
Choose a tag to compare

0.19.1 (2021-03-18)

Bug Fixes

  • relocate unittest and fix file path (5ed07b2)