Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@dtsiflit dtsiflit released this 16 Dec 11:40
3921713

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