Skip to content

Releases: eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt

v0.3.0

02 Apr 07:21
Compare
Choose a tag to compare

The version redefines class Format in a more relaxed manner

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

26 Mar 12:14
Compare
Choose a tag to compare

The new versions makes the model classes of Presentation Exchange compatible with java.io.Serializable.
A small breaking change was introduce to achieve this. Filter as defined in presentation exchange used to by just a type alias of JsonObject. With this fix version it has been remodeled as a value class that keeps the JSON of the filter as a String.

Fix

Fixes OpenId4VP issue #217

What's Changed

New Contributors

v0.2.0

07 Mar 12:54
Compare
Choose a tag to compare

The eudi-lib-jvm-presentation-exchange-kt is a kotlin library that implements the functionality as described in
Presentation Exchange v2.

This is a specification that defines:

  • A way for the Verifier to describe proof requirements in terms of PresentationDefintion object
  • A way for the Holder to describe submissions of proofs that align with those requirements in terms of a PresentationSubmission