Skip to content

Releases: xefi/python-entitled

1.0

Choose a tag to compare

@m-bigaignon m-bigaignon released this 02 Apr 12:06

1.0 Release:

  • Async support by default
  • Clean up of the API
  • Ability tor return detailed response from rule eval.
  • Increased flexibility in rule signature and policy registration

0.4.2

Choose a tag to compare

@m-bigaignon m-bigaignon released this 02 Jan 13:15

Fix a type issue

0.4.1

Choose a tag to compare

@m-bigaignon m-bigaignon released this 02 Jan 10:13

Changes to policy creation to avoid some re-import related issues.

0.4.0

Choose a tag to compare

@m-bigaignon m-bigaignon released this 02 Dec 13:52

Add the ability to pass the entire type, not just an instance of the type, when checking permissions.
Useful for rules that are not necessarily bound to a specific instance but to the type itself, such as creation rules.

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@m-bigaignon m-bigaignon released this 03 Jul 07:48

Bringing some classes into the 'entitled' namespace for import convenience

0.2.0

Choose a tag to compare

@m-bigaignon m-bigaignon released this 02 Jul 09:00
  • Some additional refactors and cleanup of syntax

  • Rework of the 'grants()' function

  • Additionnal unit tests (reaching 90% coverage)

0.2rc1

Choose a tag to compare

@m-bigaignon m-bigaignon released this 01 Jul 07:52

Refactor of rules/policies creation