Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

0.0.17

Compare
Choose a tag to compare
@borisrizov-zf borisrizov-zf released this 29 Nov 12:25
· 139 commits to main since this release

Changes in this release

BREAKING CHANGES

  • The misspelled method name verifiy
    in org.eclipse.tractusx.ssi.lib.proof.LinkedDataProofValidation was renamed to verify.

Added

  • Maven Publish Workflow using a manual trigger
  • JSON-LD validation is now performed during linked data validation.
  • Caching for remote resources has been implemented, with fixed duration of 1 day.
  • Add INSTALL.md instructions including Maven and Gradle setup.

Changed

  • The class DocumentLoader is renamed to RemoteDocumentLoader and has become a singleton.

Removed

  • Removed credentialStatus from VerifiableCredential as it is needed for revocation which is not
    implemented yet.