Skip to content

Releases: eu-digital-identity-wallet/eudi-lib-sdjwt-swift

v0.4.0

16 Dec 11:40
3921713
Compare
Choose a tag to compare

What's Changed

  • [feat] Support AsyncSignerProtocol for holderPrivateKey and update tests for async signing by @phisakel in #43

Breaking changes

  • In SDJWTIssuer functions issue, both presentation functions, createSDJWT and, createKeyBondedSDJWT are now marked as async; and will need to be preceeded with await when called.
  • In SignedSDJWT keyBondedSDJWT is now marked as async; and will need to be preceeded with await when called.

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

05 Dec 12:04
78ea8a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

28 Nov 13:46
15f7c0e
Compare
Choose a tag to compare

What's Changed

  • Allow a client to configure/enable its preferred method of SD-JWT-VC signing key resolution. by @dtsiflit in #40

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Oct 07:19
4e09ad5
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Updated protocol of KeyBindingVerifier
  • recreateClaims has added optional Visitor parameter
  • ClaimExtractor:
    • Renamed property
    • findDigests add two optional paramters to assist with presentation
    • findDigests updated return value
    • ClaimExtractorResult added parameter to typealias

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Oct 12:10
084d69b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.2.0