Skip to content

Releases: casbin/pycasbin

v0.15.0

26 Dec 15:07
Compare
Choose a tag to compare

0.15.0 (2020-12-26)

Features

v0.14.0

23 Dec 14:20
Compare
Choose a tag to compare

0.14.0 (2020-12-23)

Features

  • add function get_role_manager (7fb1879)
  • add SyncedEnforcer (9439272)

v0.13.0

14 Dec 15:55
Compare
Choose a tag to compare

0.13.0 (2020-12-14)

Features

  • add glob pattern matching using fnmatch module (41ba828)

v0.12.0

07 Dec 14:55
Compare
Choose a tag to compare

0.12.0 (2020-12-07)

Features

  • add semantic-release-pypi plugin (e53d842)

v0.11.0

01 Dec 10:39
Compare
Choose a tag to compare

0.11.0 (2020-12-01)

Features

v0.10.0

11 Nov 09:42
b187147
Compare
Choose a tag to compare

0.10.0 (2020-11-11)

Bug Fixes

  • improve KeyMatch and add tests (f62a2b2)

Features

  • support semantic-release (f346ab4)

PyCasbin 0.9.0

09 Oct 04:30
52ca708
Compare
Choose a tag to compare

Bug Fixes

  • Fix syntax errors on multiline config sentences.

Features

  • Improve RBAC API
  • Add rbac_domain functions
  • Add get_implicit_users_for_permission()
  • Support for without space CONF model
  • Support for filtered policies

PyCasbin 0.8.4

27 Jan 12:32
Compare
Choose a tag to compare

Fix

  • Built-in file adapter supports save_policy() now.

PyCasbin 0.8.3

12 Dec 02:18
43b84a3
Compare
Choose a tag to compare

Fix

  • Remove tests from setup.py packaging to avoid conflict(#40 ).

PyCasbin 0.8.2

30 Nov 14:47
Compare
Choose a tag to compare
  • Add python3.8 support.
  • Optimize code to improve performance.
  • Raise instead of returning exceptions.