Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@dzarras dzarras released this 23 Dec 09:53
· 1 commit to main since this release

Important!

eudi-lib-jvm-sdjwt-kt v0.10.0 introduces, what will hopefully be the last set of, breaking changes to the public API of the library. As always, check the updated README and examples for more information.

Highlights:

  • Unification of SD-JWT Issuance and Presentation into a single data class
  • SdJwtVerifier, and SdJwtVcVerifier are now parameterized, and their methods are now more appropriately defined
  • Various recursive operations have been rewritten using DeepRecursiveFunction, and are now stack-safe

What's Changed

Full Changelog: v0.9.0...v0.10.0