Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

38 lines (28 loc) · 1.38 KB

1.6.2

IMPROVEMENTS:

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

1.6.1

MISC:

  • Fix checkstyle warnings.

1.6.0

IMPROVEMENTS:

1.5.5

IMPROVEMENTS:

MISC:

1.5.4

IMPROVEMENTS:

  • Update pom.xml for releasing to Maven central repository

1.5.3

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.

1.5.2

BREAKING CHANGES:

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