This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
0.0.17
Changes in this release
BREAKING CHANGES
- The misspelled method name
verifiy
inorg.eclipse.tractusx.ssi.lib.proof.LinkedDataProofValidation
was renamed toverify
.
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 toRemoteDocumentLoader
and has become a singleton.
Removed
- Removed
credentialStatus
fromVerifiableCredential
as it is needed for revocation which is not
implemented yet.