Releases: decentralized-identity/veramo
Releases · decentralized-identity/veramo
v5.1.4
v5.1.3
v5.1.2
v5.1.1
v5.1.0
5.1.0 (2023-02-24)
Bug Fixes
- add missing
.js
file extension for ESM import (#1123) (6c850ac), closes #1122 - cli: create veramo instance async in CLI (#1126) (05ab106), closes #1125
- cli: typo in explore command (279168d)
- correctly export PickupRecipientMessageHandler (#1121) (3a7a086)
- credential-eip712: compatibility improvements for EthereumEIP712Signature2021 (#1131) (672f92b)
- did-comm: correctly export PickupMediatorMessageHandler (#1120) (8de26b0)
- did-provider-ethr: export KMSEthereumSigner for convenience (#1124) (cee8d2e)
- P256 key parity corrections (#1137) (d0eca2b), closes #1136 #1135
Features
- cli: export config methods and adopt
Command
instances instead of globalprogram
(#1130) (9c73d98) - cli: add did:3 resolver to CLI default config (#1129) (5887e04)
- cli: add did:pkh support to the default CLI config (#1133) (19cccc1)
- core-types: allow inline @context for Credentials and Presentations (#1119) (44bb365), closes #1073
- did-provider-jwk: add did:jwk method support (#1128) (0a22d9c)
v5.0.0
5.0.0 (2023-02-09)
Bug Fixes
- did-manager: rename AbstractDIDStore methods for SES compatibility (0287340), closes #1090
- did-provider-pkh: add missing caip dependency (#1112) (60bc5fd), closes #1111
- did-provider-pkh: refactor and simplify did:pkh plugin (#1113) (42be48f)
- key-manager: rename Abstract[Private]KeyStore methods for SES compatibility (91631b6), closes #1090
test(did-provider-ion): skip a couple of tests that fail with unreasonable errors
fix: temporarily remove puppeteer tests
fix: use craco for test-react-app to enable babel config
Build System
- convert veramo modules to ECMAScript Module(ESM) instead of CommonJS (#1103) (b5cea3c), closes #1099
Features
- increase request limit for express routers (#1118) (2db3149), closes #1117
- isolate
core-types
package fromcore
(#1116) (ba7a303)
BREAKING CHANGES
- did-manager: implementations of AbstractDIDStore need to rename their methods to conform to the new API. Functionality remains the same.
- key-manager: implementations of AbstractKeyStore and AbstractPrivateKeyStore need to rename their methods to conform to the new API. Functionality remains the same.
- Veramo packages are now ECMAScript Modules. This is a breaking change as modules will have to be imported differently:
v4.3.0
v4.2.0
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