Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Mar 00:45
· 2124 commits to develop since this release

0.9.0 (2023-03-09)

Bug Fixes

  • credential mapper for jtw (f04345b)
  • default contexts are not using node fs/path anymore (5a87aa3)
  • default contexts are not using node fs/path anymore (8f1b17a)
  • default contexts are not using node fs/path anymore (51fd687)
  • deps (ec062f8)
  • Disable factom tests (099a303)
  • Fix DID handling in OP session (926e358)
  • fix private key hex from Pem (0204094)
  • Incorrect verification method id returned when signing credentials in some cases (bdbf4ef)
  • Incorrect verification method id returned when signing credentials in some cases (c508507)
  • JWT claims would overwrite the issuer object in the credential. Disable Factom tests (f41cf64)
  • make sure cross-fetch is used to fetch (7033a2e)
  • Make sure we follow JWS detached signing for JsonWebSignature2020 (3da5bad)
  • missing awaits for signing presentations (518b8fc)
  • Move parseDid method to ssi-types (0b28de3)
  • QR code testing. Remove enzyme as it is not compatible with React 18 (62debd9)
  • Remove non dev dep on veramo-core (8cb8efe)
  • Remove workaround for verifier missing with ed25519 key (2e97af6)
  • RSA fixes for suite (b163872)
  • RSA fixes for suite (d6f57b8)
  • RSA fixes for suite (9eb47d1)
  • RSA fixes for suite (834642a)
  • RSA fixes for suite (3df79ab)
  • testing unimodules-core removal (ffdc606)
  • Tests to allow multiple subjects for credentials (5e407ac)
  • Tests to allow multiple subjects for credentials (52b1662)
  • Tests to allow multiple subjects for credentials (110d78e)

Features

  • add Alg support to DID:JWK. Although optional in reality several external systems expect it to be present (12dae72)
  • Add jsonwebsignature2020 context to presentations if missing (1f3f6b5)
  • Add jwt as signature when decoding JWT VCs/VPs (f089ac1)
  • Add RSA support to JsonWebKey/Signature2020 (94c0e73)
  • Add support for ES256/Secp256r1 DID JWKs (1e447a6)
  • allow existing did document for mapping (5f183ce)
  • allow existing did document for mapping (4d82518)
  • Allow multiple subjects for credentials (6300ccc)
  • Allow supplying signer/verifier (00892e2)
  • Allow supplying signer/verifier (625ea6f)
  • Allow supplying signer/verifier (b010d7a)
  • Allow to relax JWT timing checks, where the JWT claim is slightly different from the VC claim. Used for issuance and expiration dates (85bff6d)
  • Create VP in OP Authenticator and allow for callbacks (0ed86d8)
  • did utils package (d98b358)
  • Jsonweb2020 sig support (43a3adf)
  • make sure the vc-handler-ld-local can deal with keys in JWK format (26cff51)
  • Make sure VP type corresponds with PEX definition (129b663)
  • Make sure VP type corresponds with PEX definition (3dafa3f)
  • New QR code provider plugin. Can generate both SIOPv2 and DIDCommv2 OOB QRs. Support for text generation and React QR codes as SVG (d40ba75)
  • Update SIOP OP to be in line wiht latest SIOP and also supporting late binding of identifiers (2beea04)

Reverts