1.16.9 (2022-07-10)
1.16.8 (2022-06-26)
- add dependency for benchmark (#262) (4f3e71f)
- add more example of globmatch and add unit test for it (#263) (42d65d2)
1.16.7 (2022-06-26)
1.16.6 (2022-06-22)
1.16.5 (2022-05-20)
1.16.4 (2022-05-13)
1.16.3 (2022-04-30)
1.16.2 (2022-04-30)
1.16.1 (2022-04-29)
1.16.0 (2022-04-27)
1.15.5 (2022-04-16)
1.15.4 (2022-01-13)
1.15.3 (2022-01-13)
1.15.2 (2021-12-17)
- Apache 2.0 license headers (#233) (16e4f0a)
- disabled casbin should allow all requests (#235) (ecd4ff8)
1.15.2 (2021-12-15)
1.15.1 (2021-12-13)
1.15.0 (2021-12-11)
1.14.0 (2021-12-09)
1.13.0 (2021-12-08)
1.12.0 (2021-11-27)
1.11.1 (2021-11-21)
- add glob_match() test cases from Go to Python (658d3bb)
1.11.0 (2021-11-21)
- ignore policies with domain when get_implicit_permissions_for_user (5ca47b7)
1.10.1 (2021-11-21)
- linter bug in test_enforcer.py (782f229)
1.10.0 (2021-11-20)
1.9.7 (2021-11-18)
- reimplement default role manager (b8f7fa7)
1.9.6 (2021-11-12)
- replace build_role_links with build_incremental_role_links (1d60cd3)
1.9.5 (2021-11-12)
- remove_filtered_policy_returns_effects inconsistent input with remove_filtered_policy (#211) (e7e6696)
1.9.4 (2021-10-29)
- load_policy_line function load error (bca7eed)
1.9.3 (2021-10-24)
- update simpleeval version to 0.9.11 (79fdf21)
1.9.2 (2021-09-29)
1.9.1 (2021-09-28)
1.9.0 (2021-09-25)
1.8.1 (2021-09-16)
1.8.0 (2021-08-31)
1.7.0 (2021-08-29)
- support in operator on list/set and other compound types (3f6ee8f)
1.6.0 (2021-08-27)
1.5.0 (2021-08-17)
1.4.0 (2021-07-19)
1.3.0 (2021-07-04)
1.2.1 (2021-06-30)
1.2.0 (2021-06-27)
1.1.3 (2021-06-16)
1.1.2 (2021-06-07)
- start auto loading policy for SyncedEnforcer (4724f7a)
1.1.1 (2021-05-24)
- function 'keyMatch3' not defined (e97bb6a)
1.1.0 (2021-05-23)
- enforce_ex now works fine when it was disabled (15f58c9)
1.0.6 (2021-05-13)
- optimized install_requires parsing process (34d3a4f)
1.0.5 (2021-05-12)
1.0.4 (2021-04-24)
- remove unused variable (e642898)
1.0.3 (2021-04-23)
- r.user.name -> r_user_name instead of r_user.name in ABAC model (192529e)
1.0.2 (2021-04-12)
1.0.1 (2021-04-09)
1.0.0 (2021-04-06)
- Custom effectors will need a rewrite
Signed-off-by: Andreas Bichinger andreas.bichinger@gmail.com
Co-authored-by: Andreas Bichinger andreas.bichinger@gmail.com
0.20.0 (2021-04-06)
- added distributed enforcer file along with respective unit tests (f167ebf)
0.19.2 (2021-04-01)
- Added checks in init_with_model_and_adapter in CoreEnforcer (1c55727)
0.19.1 (2021-03-18)
- relocate unittest and fix file path (5ed07b2)
0.19.0 (2021-03-18)
- Added dispatcher class (5c4a992)
0.18.4 (2021-03-17)
- Added code to convert config value to different types (c87fdfa)
0.18.3 (2021-03-12)
- refacto & improve performance (ff7f288)
0.18.2 (2021-03-02)
- typo (32a572f)
0.18.1 (2021-02-25)
- reposition build_role_links() (396ef7a)
0.18.0 (2021-02-23)
0.17.0 (2021-02-19)
- add update_policy() (7f7d26f)
0.16.2 (2021-02-03)
0.16.1 (2021-01-29)
- role manager with matching_func (8079cda)
0.16.0 (2021-01-09)
0.15.0 (2020-12-26)
- add filtered_adapter (ee817b5)
0.14.0 (2020-12-23)
0.13.0 (2020-12-14)
- add glob pattern matching using fnmatch module (41ba828)
0.12.0 (2020-12-07)
- add semantic-release-pypi plugin (e53d842)
0.11.0 (2020-12-01)
- add eval function (9604fbf)
0.10.0 (2020-11-10)
- improve KeyMatch and add tests (f62a2b2)
- support semantic-release (f346ab4)