Skip to content

Releases: permitio/permit-java

v1.4.0-rc.2

26 Jul 22:22
fe3ce2c
Compare
Choose a tag to compare
v1.4.0-rc.2 Pre-release
Pre-release
  • Added support for checkUrl()
  • Added support for sharding key

v1.4.0-rc - ReBAC support

26 Jun 06:12
0b8b9b8
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.3.1...1.4.0-rc

v1.3.1

25 Jun 11:35
fcba221
Compare
Choose a tag to compare

What's Changed

  • Add javadoc link to readme MD by @asafc in #11
  • Add language reporting to java sdk by @asafc in #13
  • Fix context api to differentiate between access level and object scoping context by @asafc in #12
  • Fix condition set rule create + add more tests by @asafc in #10

Full Changelog: 1.3.0...1.3.1

v1.3.0 - New supported API Methods

14 May 12:36
ae3effd
Compare
Choose a tag to compare

New APIs

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

More inline documentation

Added javadocs to all important classes.

v1.2.0 - Java 8 Support

24 Apr 15:26
983f46e
Compare
Choose a tag to compare
Merge pull request #8 from permitio/asaf/per-5039-fix-github-action-f…

v1.1.0 - V2 SDK

20 Apr 14:14
c14f6bb
Compare
Choose a tag to compare

update attributes to support object

v1.0.0-RC2 (release candidate, testing CI)

20 Feb 22:48
Compare
Choose a tag to compare

another attempt to run CI

v1.0.0-RC1 (release candidate, testing CI)

20 Feb 22:40
Compare
Choose a tag to compare

v1.0.0 - V2 SDK

20 Feb 23:07
080e5a8
Compare
Choose a tag to compare
Update README.md

0.0.12

22 Jan 15:59
86daffb
Compare
Choose a tag to compare

Add loginAs for Elements support