Skip to content

Releases: permitio/permit-python

v2.0.5

13 Jun 07:25
292509e
Compare
Choose a tag to compare

What's Changed

  • Fix api context: can now differentiate between access level and context by @asafc in #41
  • Fix "sync" python SDK variant by @asafc in #40

Full Changelog: 2.0.4...2.0.5

v2.0.4

11 Jun 08:59
e8023fe
Compare
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
Compare
Choose a tag to compare

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

v2.0.2

28 May 07:15
be4e9d6
Compare
Choose a tag to compare

hotfix: make sync user endpoint more forgiving to aliases

v2.0.1

22 May 12:11
e76dfcc
Compare
Choose a tag to compare

fixed union notation to match python 3.8

v2.0.0

22 May 09:20
a0143f4
Compare
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.