Skip to content

Latest commit

 

History

History
199 lines (87 loc) · 7.06 KB

CHANGELOG.md

File metadata and controls

199 lines (87 loc) · 7.06 KB

Semantic Versioning Changelog

1.0.6 (2021-05-13)

Bug Fixes

  • optimized install_requires parsing process (34d3a4f)

1.0.5 (2021-05-12)

Bug Fixes

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

1.0.4 (2021-04-24)

Performance Improvements

1.0.3 (2021-04-23)

Bug Fixes

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

1.0.2 (2021-04-12)

Bug Fixes

1.0.1 (2021-04-09)

Bug Fixes

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

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]

0.20.0 (2021-04-06)

Features

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

0.19.2 (2021-04-01)

Bug Fixes

  • Added checks in init_with_model_and_adapter in CoreEnforcer (1c55727)

0.19.1 (2021-03-18)

Bug Fixes

  • relocate unittest and fix file path (5ed07b2)

0.19.0 (2021-03-18)

Features

0.18.4 (2021-03-17)

Performance Improvements

  • Added code to convert config value to different types (c87fdfa)

0.18.3 (2021-03-12)

Performance Improvements

  • refacto & improve performance (ff7f288)

0.18.2 (2021-03-02)

Bug Fixes

0.18.1 (2021-02-25)

Performance Improvements

  • reposition build_role_links() (396ef7a)

0.18.0 (2021-02-23)

Features

  • add AddNamedDomainMatchingFunc and AddNamedMatchingFunc to enforcer (#122) (e01f393)

0.17.0 (2021-02-19)

Features

0.16.2 (2021-02-03)

Performance Improvements

0.16.1 (2021-01-29)

Bug Fixes

  • role manager with matching_func (8079cda)

0.16.0 (2021-01-09)

Features

  • add batch api to SyncedEnforcer (9191ccd)
  • add batch_adapter (9470c3e)

0.15.0 (2020-12-26)

Features

0.14.0 (2020-12-23)

Features

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

0.13.0 (2020-12-14)

Features

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

0.12.0 (2020-12-07)

Features

  • add semantic-release-pypi plugin (e53d842)

0.11.0 (2020-12-01)

Features

0.10.0 (2020-11-10)

Bug Fixes

  • improve KeyMatch and add tests (f62a2b2)

Features

  • support semantic-release (f346ab4)