Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (38 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 1.32 KB

bedrock-web-vc-issuer ChangeLog

3.0.0 - 2021-08-27

Changed

  • BREAKING: Remove axios and use @digitalbazaar/http-client. This is breaking because errors thrown by the two libraries are not identical.
  • Update deps.
    • BREAKING: Remove jsonld-signatures and get Ed25519Signature2018 suite from its own library. verificationMethod param removed from suite constructor.
    • Rename webkms-client to @digitalbazaar/webkms-client and update to latest v6.0 that supports multiple asymmetric key types .
    • Use [email protected]. vc-revocation-list@1 have no impact here.
    • Rename vc-js to @digitalbazaar/vc.
    • Use [email protected].
  • Update test deps to latest.

2.2.0 - 2020-10-07

Changed

  • Update deps.

2.1.0 - 2020-07-01

Changed

  • Update deps.
  • Update test deps.
  • Update CI workflow.

2.0.1 - 2020-06-29

Changed

  • Update test deps.

2.0.0 - 2020-06-24

Changed

  • BREAKING: Use edv-client@4. This is a breaking change here because of changes in how edv-client serializes documents.

1.1.0 - 2020-05-18

Added

  • Add revokeCredential API.
  • Add support for CI and coverage workflow.

Changed

  • Update Issuer role with read access to the Credentials EDV.

1.0.0 - 2020-04-09

  • See git history for changes previous to this release.