Skip to content

Releases: casbin/pycasbin

PyCasbin 0.9.0

09 Oct 04:30
52ca708

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

Choose a tag to compare

Fix

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

PyCasbin 0.8.3

12 Dec 02:18
43b84a3

Choose a tag to compare

Fix

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

PyCasbin 0.8.2

30 Nov 14:47

Choose a tag to compare

  • Add python3.8 support.
  • Optimize code to improve performance.
  • Raise instead of returning exceptions.

PyCasbin 0.8.1

18 Aug 17:28

Choose a tag to compare

Policy

  • Support domain parameters in get_roles() and get_users().

Bug Fix

  • Fixed the error in the Policy that remove_policy() returns a value of None.

PyCasbin 0.8.0

15 Aug 14:31
cb5283c

Choose a tag to compare

RBAC API

  • Implement the get_implicit_roles_for_user and get_implicit_permissions_for_user.
  • Implement the add_role_for_user_in_domain and delete_roles_for_user_in_domain.

Policy

  • Added remove_filtered_policy() to Policy.

Enforcement

  • Improve the test code for api.

Bug Fix

  • Fixed bugs in add/delete/has permission for user api.

PyCasbin 0.7.1

19 Jul 11:16
f489ad2

Choose a tag to compare

Bug Fix

  • Change the class attributes in the Assertion to an object attributes. (Fixed #23)
  • Modularize tests code. (Fixed #26)

PyCasbin 0.7.0

15 Jul 04:03
f30b6d0

Choose a tag to compare

New

  • Added the remove_policy function.
  • Pre-compile regular expressions to save performance.
  • Efficient implementation for array_remove_duplicates utility function.
  • Optimized policy related code.

PyCasbin 0.6.1

04 Jul 03:46
d4d7223

Choose a tag to compare

Bug Fix

  • Fix the bug that Casbin modified global logging settings (#17) .

PyCasbin 0.6.0

03 Jul 12:49

Choose a tag to compare

New

  • Finish Management API.
  • Add some RBAC API functions.