Skip to content

Releases: permitio/permit-node

v2.2.0 - replace winston logging library

23 Oct 13:34
c68e7ad

Choose a tag to compare

What's Changed

  • update tsdoc in permit node + instructions by @asafc in #58
  • Oded/per 4980 replace winston with pino for nextjs1 by @obsd in #51
  • update version by @obsd in #59

Full Changelog: 2.1.0...2.2.0

v2.1.0

08 Oct 11:50
0602686

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.1.0

v2.1.0-rc.0 - ReBAC support

25 Jun 11:13
c78f00d

Choose a tag to compare

Pre-release

ReBAC support pre-release

v2.0.2

25 Jun 09:36
717c8b0

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

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

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

Choose a tag to compare

Merge pull request #10 from authorizon/instrumentation_ignore_path_pr…