Skip to content

Releases: personium/personium-lib-common

Release v1.6.2

30 Nov 10:37
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Change the hash algorithm of signing XML signature from SHA-1 to SHA-256. (#116)

Release v1.6.1

29 Sep 05:05
Compare
Choose a tag to compare

MISC:

  • Fix checkstyle warnings.

Release v1.6.0

31 Aug 03:51
Compare
Choose a tag to compare

IMPROVEMENTS:

Release v1.5.5

30 Mar 08:40
Compare
Choose a tag to compare

IMPROVEMENTS:

MISC:

Release v1.5.4

24 Dec 06:25
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Update pom.xml for releasing to Maven central repository

Release v1.5.3

27 Mar 05:44
Compare
Choose a tag to compare

BREAKING CHANGES:

  • Bytes used for CBC Initial Vector in Local Token encryption changed. (#73)
  • Role URLs in TransCellAccessToken / VisitorRefeshToken are now role class URLs. (Role URLs in VisitorLocalAccessToken are role instance URLs)

BUG FIXES:

  • Role Url in TransCellAccessToken sometimes not preserved with parsing process. (#70)
  • Common.setFQDN does not work when FQDN is already set.

Release v1.5.2

08 Nov 11:35
Compare
Choose a tag to compare

BREAKING CHANGES:

  • all classes are put under io.personium.common.*

Release v1.5.1

25 Oct 07:33
4077fd0
Compare
Choose a tag to compare

Bug Fixes:

Release v1.5.0

19 Aug 02:23
35d947d
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Limit Cell Level API Access to tokens issued via ROPC process. #445
  • Token Related Libraries needs refactoring. #58

Release v1.4.20

15 Mar 04:25
Compare
Choose a tag to compare

IMPROVEMENTS:
Maintenance of checkstyle and PMD.(#52)
Introduce Status property to Account.(#56)