-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: next release #931
Merged
chore: next release #931
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(utils): add `@veramo/utils` package * feat(core): add common type definitions for credentials and presentations * feat(credential-ld) add `@veramo/credential-ld` packages * feat(credential-ld): added EcdsaSecp256k1RecoverySignature2020 and Ed25519Signature2018 credential signature and verification. * feat(credential-ld): added presentation creation and verification. * fix(credential-w3c): delegate `lds` proof types to `@veramo/credential-ld` if available. * fix(data-store): fixed save operation for LD credentials * feat(did-provider-key): fixed did:key dependencies, supporting only ed25519 x25519 and secp256k1 for now. * feat(credential-ld): included credential context from transmute library * refactor(credential-ld): simplify `CredentialIssuerLD` plugin initialization API * feat(credential-ld): proper mapping from local database keys to DID document verificationMethods * feat(cli): update default config to use `CredentialIssuerLD` module * feat(credential-w3c): autoselect presentation audience if it's a managed DID, for verification * feat(cli): add CLI methods to verify credentials and presentations Co-authored-by: Simonas Karuzas <[email protected]> Co-authored-by: Mircea Nistor <[email protected]> fixes #273 fixes #756 relates to #586 relates to #588
This pattern is not recommended, but useful sometimes for debugging. This is a foot-gun.
…r` class and update dependencies
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… or credential or presentation (#902) * feat(cli): in explore, allow user to copy to clipboard the text of identifier or credential or presentation * feat(cli): add command to output selected credential or presentation
This page contains a list of the awesome humans behind Veramo
…ethods docs: fix inline docs broken references docs(kms-web3): add docs to kms-web3
…atus feat(credential-status): rename plugin interfaces and methods
…ID Spec (#988) BREAKING CHANGE: the `did-resolver` and connected libraries change the data-type for `ServiceEndpoint` to `Service` and the previous semantic has changed. Services can have multiple endpoints, not just a single string.
* feat(credential-w3c): align verification API between formats fixes #935 fixes #954 fixes #375 * test: add test cases for VC/VP verification policies * feat(credential-w3c): add extra options to VC/VP issuance and verification * fix: forward the `fetchRemoteContext` parameter to the document loader fixes #989
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a draft to document the notable changes coming up in the next major release.
features
@context
fetching (60226a1)DataSource
instead ofConnection
(feat(data-store): use DataSource instead of Connection #970)didManagerUpdate
method for full DID document updates (feat(did-manager): AddedIDIDManager
didManagerUpdate
method for supported providers #974)fixes
@veramo/remote-server
caused by incomplete parameters (fix(remote-server): web-did-doc-router #777)@context
in bundle (3e2cf29)Resolvable
interface instead ofResolver
- fewer errors when accidentally using@veramo
packages of different versions (9c2e59f)credentialStatus
is not checked for JWT credentials #934)save
parameter #975)save
parameter #975)BREAKING CHANGES
IDataStoreORM
has moved to the@veramo/core
package, but is still exported by@veramo/data-store
(JSON-LD Signature Support #525)ICredentialIssuer
interface was moved to@veramo/core
, but is still exported by@veramo/credential-w3c
(feat(credential-w3c): add ICredentialPlugin interface in core package #1001)ProfileDiscoveryProvider
has been renamed toDataStoreDiscoveryProvider
(feat: DID discovery improvements #907)(fix(cli): update default CLI config to account for renamed class #919)did-resolver
and connected libraries change the data-type forServiceEndpoint
toService
and the previous semantic has changed. Services can have multiple endpoints, not just a single string. (feat: add support for serviceEndpoint property as defined in latest DID Spec #988)