Skip to content

Releases: permitio/permit-node

v2.0.2

25 Jun 09:36
717c8b0
Compare
Choose a tag to compare

What's Changed

  • Fix api context: can now differentiate between access level and context by @asafc in #46
  • Added SDK version reporting by @asafc in #46

Full Changelog: 2.0.1...2.0.2

v2.0.1

11 Jun 15:52
fbd5ae1
Compare
Choose a tag to compare
  • Minor bug fixes to the ensureContext() method
  • Require project level context in projects and environments api
  • added e2e test for environment creation via SDK

v2.0.0

22 May 09:13
4f39876
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)

Added RBAC e2e test

Deprecated some old API but in general maintains compatibility with 1.1.5 (previous version)

1.0.14

18 Aug 16:34
a28f206
Compare
Choose a tag to compare
Merge pull request #10 from authorizon/instrumentation_ignore_path_pr…