Skip to content

Releases: Sphereon-Opensource/SSI-SDK

v0.5.0

23 Feb 16:19
Compare
Choose a tag to compare

0.5.0 (2022-02-23)

Features

  • Update waci pex implementation as it was serializing a SIOP Auth request including all options like private keys, not conforming to WACI-PEX (90a1cba)

v0.4.0

11 Feb 02:28
Compare
Choose a tag to compare

0.4.0 (2022-02-11)

Bug Fixes

  • ensure we set jsx to react (c2a5e6f)

Features

  • Add WACI PEx QR generator for React (7850e34)

v0.3.4

11 Feb 00:04
Compare
Choose a tag to compare

0.3.4 (2022-02-11)

Bug Fixes

v0.3.3

10 Feb 19:44
Compare
Choose a tag to compare

0.3.3 (2022-02-10)

Bug Fixes

  • building of vc-handler-ld-local containing ts files + not copying files (cdbfcab)
  • we imported a ts file from another package in the monorepo instead of using the module (5d647df)

v0.3.1

28 Jan 11:31
Compare
Choose a tag to compare

0.3.1 (2022-01-28)

Note: Version bump only for package SSI-SDK-workspace

v0.3.0

16 Jan 17:35
Compare
Choose a tag to compare

0.3.0 (2022-01-16)

Bug Fixes

  • Add missing suites exports (4a3b8ce)
  • Be a bit more relaxed when deleting an LTO DID, eventhough onchain support is not present (7347914)
  • Update test timeout for Factom (9a934cf)

Features

  • Add debug logging when creating VC, can be enabled by DEBUG=sphereon:ssi-sdk:ld-credential-module-local (c0df2ce)

v0.2.0

16 Dec 17:07
Compare
Choose a tag to compare

0.2.0 (2021-12-16)

Bug Fixes

  • LTO DIDs use #sign for keys (11daa98)
  • move to ES6 import for cross-fetch (b855273)
  • Multibase encoding didn't include the prefix char (1be44b7)
  • update test to search for kid using #sign instead of #key as the LTO indexer impl changed (fa0fae4)
  • workaround for bug in VeramoEd25519Signature2018 implementation (13442eb)

Features

  • Add JSON-LD Credential and Presentation handling/sign support that is compatible with React-Native (b4e8453)
  • Add JSON-LD Credential and Presentation handling/sign support that is compatible with React-Native (995f55e)
  • Add local default contexts (da29f02)
  • Add Local JSON-LD VC and VP issuance and verification plugin (aa1b45c)
  • Add Mnemonic seed generation, verificaiton and secure storage (d9a410a)
  • Add new ed25519 2018 signature and spec implementation using transmute's TS implementation (ffbe876)
  • Add proof purposes to issuance and verification methods. Add support to resolve verification methods from DID doc (c8e7392)
  • Add Self-Issued OpenID Connect and OpenID Connect for Verifiable Presentations support (1ec1d1c)
  • Add suite lookup based on verification method type next to veramo key type (5c18dc2)
  • Allow remote context loading (742d3cc)

v0.1.0

26 Nov 01:35
Compare
Choose a tag to compare

0.1.0 (2021-11-26)

Bug Fixes

  • add missing env var for workflow for PRs (c3198ca)
  • fix workflow env (3acf669)
  • fix workflow for PRs (eddad66)
  • open handles and logging after test completes (8cca899)
  • sync main into develop (143927c)

Features

  • Add factom-did module (e6e3cfb)
  • Add lto-did module (236ca01)
  • Add ssi-sdk core module (42a5b65)
  • Add workspace/lerna files and structures (2c2b112)