Releases: eclipse-tractusx/SSI-agent-lib
Releases · eclipse-tractusx/SSI-agent-lib
0.0.19
Changes in this release
0.0.19
BREAKING CHANGES
- New exception system
Added
- Implemented credential service
- VC in JWT format
Fixed
- Fix did constructor
- Fix VP token compliance
- Fix VC missing expirationDate
- Fix remove duplicate json validator
- Fix 'titanium-jsonld' dependency
- Fix integratin tests not running
- Fix missing credential status
- Fix code quality
0.0.18
Changes in this release
0.0.18 + 0.0.18-SNAPSHOT
Added
- A
NOTICE.md
file to be processed inside of thedocs/
folder, containing the necessary legal
headers. - A
skipReleaseChecks
section to the tractus-x metadata file, as the Dockerfile in thedocs/
directory is not being published. - Extra layer of validation in
org.eclipse.tractusx.ssi.lib.proof.LinkedDataProofValidation
forverify
.
Fixed
- The Docker image tag inside of the
docs/
directory use thetractus-x
prefix now. - Server id for the SNAPSHOT repository.
Security
- Updated project dependencies to resolve reported vulnerabilities.
0.0.18-SNAPSHOT
This is a test release for the SNAPSHOT repository, but it already has some updates in it.
This shouldn't be used in any production environment and is intended only for development purposes!
CHANGELOG
[0.0.18-SNAPSHOT] - 2023-12-04
Added
- Extra layer of validation in
org.eclipse.tractusx.ssi.lib.proof.LinkedDataProofValidation
forverify
.
Fixed
- Server id for the SNAPSHOT repository.
Security
- Updated project dependencies to resolve reported vulnerabilities.
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.