Skip to content

Releases: eclipse-tractusx/SSI-agent-lib

0.0.19

24 Apr 08:10
Compare
Choose a tag to compare

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

05 Dec 15:14
Compare
Choose a tag to compare

Changes in this release

0.0.18 + 0.0.18-SNAPSHOT

Added

  • A NOTICE.md file to be processed inside of the docs/ folder, containing the necessary legal
    headers.
  • A skipReleaseChecks section to the tractus-x metadata file, as the Dockerfile in the docs/
    directory is not being published.
  • Extra layer of validation in org.eclipse.tractusx.ssi.lib.proof.LinkedDataProofValidation
    for verify.

Fixed

  • The Docker image tag inside of the docs/ directory use the tractus-x prefix now.
  • Server id for the SNAPSHOT repository.

Security

  • Updated project dependencies to resolve reported vulnerabilities.

0.0.18-SNAPSHOT

04 Dec 09:26
ff09b71
Compare
Choose a tag to compare
0.0.18-SNAPSHOT Pre-release
Pre-release

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 for verify.

Fixed

  • Server id for the SNAPSHOT repository.

Security

  • Updated project dependencies to resolve reported vulnerabilities.

0.0.17

29 Nov 12:25
Compare
Choose a tag to compare

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.