Skip to content

Releases: shifteverywhere/dime-java-ref

1.0.3

19 Apr 17:29
Compare
Choose a tag to compare

Version 1.0.3 - 2022-04-19

  • Minor fix to prepare for an upcoming change that allows for more than one item to be linked to a Message item

1.0.2

14 Apr 15:47
Compare
Choose a tag to compare

Version 1.0.2 - 2022-02-30

  • Includes a fix where the public copy of a key did not receive the claims from the source key
  • Updates org.json dependency to version 20220320

v1.0.1

22 Feb 09:47
Compare
Choose a tag to compare

Version 1.0.1 - 2022-02-22

  • Allows for systemName to be set when issuing a new identity. If none is provided, then the systemName from the issuing identity is used
  • Adds an option to exclude the trust chain from an issued identity, allows for more flexible usage and trust verification
  • Method Identity:isTrusted() and Identity:isTrusted(Identity) is added for more fine-grained verification of trust chains
  • Method Identity:verifyTrust() is deprecated and will be removed in future versions
  • Additional unit tests added (from C#/.NET reference implementation)
  • Updates org.json dependency to version 20211205
  • Official acknowledgements added, credits where credits are due, thank you!

NOTE: Version 1.0.1 includes changes that will break 1.0.0. These are only code-breaking changes, so all previously issued identities and other created Di:ME items will continue to work.

v1.0.0

24 Jan 21:01
Compare
Choose a tag to compare

This is the official 1.0.0 release.

v1.0.0-rc.3

25 Nov 21:04
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release

This is release candidate 3 for 1.0.0.

Full Changelog: 1.0.0-RC2...1.0.0-RC3

v1.0.0-rc.2

24 Nov 20:56
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

This is release candidate 2 for 1.0.0.

v1.0.0-rc.1

23 Nov 20:26
Compare
Choose a tag to compare
v1.0.0-rc.1 Pre-release
Pre-release

This is release candidate 1 for 1.0.0.

Full Changelog: https://github.com/shifteverywhere/dime-java-ref/commits/1.0.0-RC1