Skip to content

Releases: permitio/permit-python

v2.0.4

11 Jun 08:59
e8023fe

Choose a tag to compare

fixes exception when throwing PermitConnectionError

TypeError: PermitConnectionError.__init__() takes 2 positional arguments but 3 were given

v2.0.3

10 Jun 13:57
5b7fbb2

Choose a tag to compare

fixed projects and environments api to require project-level api key

v2.0.2

28 May 07:15
be4e9d6

Choose a tag to compare

hotfix: make sync user endpoint more forgiving to aliases

v2.0.1

22 May 12:11
e76dfcc

Choose a tag to compare

fixed union notation to match python 3.8

v2.0.0

22 May 09:20
a0143f4

Choose a tag to compare

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.