Releases: permitio/permit-python
Releases · permitio/permit-python
v2.0.4
11 Jun 08:59
Compare
Sorry, something went wrong.
No results found
fixes exception when throwing PermitConnectionError
TypeError: PermitConnectionError.__init__() takes 2 positional arguments but 3 were given
v2.0.3
10 Jun 13:57
Compare
Sorry, something went wrong.
No results found
fixed projects and environments api to require project-level api key
v2.0.2
28 May 07:15
Compare
Sorry, something went wrong.
No results found
hotfix: make sync user endpoint more forgiving to aliases
v2.0.1
22 May 12:11
Compare
Sorry, something went wrong.
No results found
fixed union notation to match python 3.8
v2.0.0
22 May 09:20
Compare
Sorry, something went wrong.
No results found
This version added support to the following API methods:
copy (clone) environments
role attributes
action attributes
action groups
role assignments (bulk assign and bulk unassign)
condition sets
condition set rules
Added inline tsdoc to all public classes (a full API reference)
More changes:
Added some e2e tests
We deprecated some old APIs that were mostly unused but in general this version maintains compatibility with the previous version.