Releases: eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt
Releases · eu-digital-identity-wallet/eudi-lib-jvm-presentation-exchange-kt
v0.3.0
The version redefines class Format
in a more relaxed manner
What's Changed
- Bump org.jetbrains.dokka from 1.9.10 to 1.9.20 by @dependabot in #132
- Bump org.owasp.dependencycheck from 9.0.9 to 9.0.10 by @dependabot in #136
- Update presentation definition for mDL. by @dzarras in #140
- Update to gradle 8.7 by @babisRoutis in #143
- Fix/format by @dzarras in #144
- Bump com.vanniktech.maven.publish from 0.27.0 to 0.28.0 by @dependabot in #146
Full Changelog: v0.2.1...v0.3.0
v0.2.1
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
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