decentralized-identity / veramo

A JavaScript Framework for Verifiable Data
https://veramo.io
Apache License 2.0
414 stars 130 forks source link

chore: next major release #1284

Closed mirceanis closed 3 months ago

mirceanis commented 8 months ago

New features in this release:

1239 - use IPFS CID for identifying credentials/presentations and messages in the data-store

1259 - add hash to credential columns in the DB for querying

1261 - reuse key conversion code from did-jwt

1242 - update ethersjs to v6

1218 - querying DIDs by alias no longer depends on the provider

1268 - added ability to check which credential formats can be used for an issuer/credential combination

1282 - add DIDComm coordinate-mediation v3 support

1318 - use dynamic schemas for plugins

1316 - implement Multikey support

1331 - allow verifiers to use all verification methods that match

1332 - align did:key to spec

1334 - use blockchainAccountId from any DID method

1340 - Improve DIDComm Service compatibility

1344 - forward DID resolution options to the resolver

1345 - remove revocable and send options from credential create command

1347 - remove interactive prompting on CLI execute command

1365 - address edge case when getting DIDDoc component

codecov-commenter commented 8 months ago

Codecov Report

Attention: Patch coverage is 90.52453% with 112 lines in your changes are missing coverage. Please review.

Project coverage is 89.95%. Comparing base (3dfc601) to head (ab16cbd). Report is 3 commits behind head on main.

Files Patch % Lines
packages/did-comm/src/didcomm.ts 83.75% 32 Missing :warning:
packages/did-provider-key/src/resolver.ts 91.33% 24 Missing :warning:
...ackages/did-provider-peer/src/peer-did-provider.ts 64.40% 21 Missing :warning:
packages/utils/src/did-utils.ts 76.59% 11 Missing :warning:
...d-comm/src/protocols/trust-ping-message-handler.ts 57.14% 9 Missing :warning:
...es/credential-eip712/src/agent/CredentialEIP712.ts 88.23% 4 Missing :warning:
packages/did-comm/src/transports/transports.ts 92.50% 3 Missing :warning:
.../protocols/coordinate-mediation-message-handler.ts 66.66% 2 Missing :warning:
packages/remote-server/src/messaging-router.ts 50.00% 2 Missing :warning:
packages/utils/src/jwk-did-utils.ts 33.33% 2 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1284 +/- ## ========================================== + Coverage 84.92% 89.95% +5.02% ========================================== Files 167 176 +9 Lines 18120 27695 +9575 Branches 2036 2200 +164 ========================================== + Hits 15388 24912 +9524 - Misses 2732 2783 +51 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.