Skip to content

v4.2.0

Compare
Choose a tag to compare
@uport-automation-bot uport-automation-bot released this 05 Dec 17:34
· 260 commits to next since this release

4.2.0 (2022-12-05)

Bug Fixes

  • cli: fix bug in schema generator (d4c63c1)
  • credential-ld: simplify signature suite use of Uint8Array (49a10ec)
  • credential-w3c: correct verification of credentials given as objects with jwt proofs (#1071) (b0d75e9)
  • deps: bump dependencies (701b8ed)
  • deps: Update dependency @digitalcredentials/vc to v5 (1bdc802)
  • deps: Update dependency ethr-did-resolver to v8 (f475dbc)
  • did-provider-ion: await and update deps (#1074) (8cea4c0)
  • didcomm message handler should attempt to pass message to other handlers (#1064) (5e18427)
  • utils: correctly extract publicKeyHex from [Ed/X]25519 2020 keys (#1076) (c73002c), closes #1067

Features

  • add eip712 issuer to CLI and default agent config (#1065) (33c7cee)
  • credential-ld: add Ed25519Signature2020 & JsonWebSignature2020 experimental support (#1030) (fbf7d48), closes #1003
  • did-provider-pkh: implement did:pkh support. (#1052) (5ad0bfb), closes #1024