Skip to content

chore(release): new version#2772

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore(release): new version#2772
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@credo-ts/action-menu@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/didcomm@0.7.1

@credo-ts/anoncreds@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/didcomm@0.7.1

@credo-ts/askar@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1

@credo-ts/askar-to-drizzle-storage-migration@0.7.1

Patch Changes

  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/drizzle-storage@0.7.1
    • @credo-ts/askar@0.7.1
    • @credo-ts/tenants@0.7.1

@credo-ts/cheqd@0.7.1

Patch Changes

  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/anoncreds@0.7.1

@credo-ts/core@0.7.1

Patch Changes

  • f127ff5: Mdoc revocation for issuance and verification
  • 20d6ab1: fix: correctly encode kid in the header of cose signatures, and do not include the kid in oid4vci request to the issuer
  • 7dfafeb: Support certificate chain in mdoc signing.
  • f127ff5: Added token-status-list module which allows you to fetch/update/create token-status-list instances for sd-jwt and mdoc
  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • 0a58888: Normalize DID identifiers when authenticating the credential subject of a verifiable presentation. A credential subject id that references a specific verification method (e.g. did:example:123#0) now matches the bare DID controller (did:example:123), as both refer to the same DID subject. Non-DID identifiers are still compared as-is.
  • 1e2088f: Add X.509 CRL (Certificate Revocation List) verification. Certificate chain validation can now check certificate revocation status against the CRLs referenced in each certificate's CRL Distribution Points extension, with configurable SoftFail/Require/Disabled modes, reason partitioning (RFC 5280 §5.2.5), optional caching and full-chain checking. Revocation checking now also honours the CRL's own extensions: delta CRLs, indirect CRLs, CRLs whose Issuing Distribution Point scope does not cover the certificate being checked, and CRLs bearing an unrecognized critical extension are rejected rather than treated as authoritative proof that the certificate is unrevoked. Key usage is now enforced where RFC 5280 requires it: issuing CA certificates must assert keyCertSign and CRL issuers must assert cRLSign when they carry a Key Usage extension. The certificate creation API also gained support for revocation reasons on CRL distribution points, and a new createCertificateRevocationList API (X509Api/X509Service) for creating and signing CRLs, including the CRL Number, Delta CRL Indicator, Authority Key Identifier and Issuing Distribution Point extensions.

@credo-ts/didcomm@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1

@credo-ts/drizzle-storage@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [bd17194]
  • Updated dependencies [f127ff5]
  • Updated dependencies [1a6562c]
  • Updated dependencies [117931c]
  • Updated dependencies [3f2bef1]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [9b64ef6]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [9b64ef6]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/openid4vc@0.7.1
    • @credo-ts/core@0.7.1
    • @credo-ts/question-answer@0.7.1
    • @credo-ts/action-menu@0.7.1
    • @credo-ts/anoncreds@0.7.1
    • @credo-ts/didcomm@0.7.1
    • @credo-ts/drpc@0.7.1
    • @credo-ts/tenants@0.7.1

@credo-ts/drpc@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/didcomm@0.7.1

@credo-ts/hedera@0.7.1

Patch Changes

  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/anoncreds@0.7.1

@credo-ts/indy-vdr@0.7.1

Patch Changes

  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/anoncreds@0.7.1

@credo-ts/node@0.7.1

Patch Changes

  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/didcomm@0.7.1

@credo-ts/openid4vc@0.7.1

Patch Changes

  • bd17194: fix: do not include c_nonce_expires_in in nonce endpoint response, it was never part of the nonce endpoint response
  • 1a6562c: fix(openid4vc): include auth-code scope in credential offer
  • 117931c: Updated so that when the holder verifies an incoming credential and it fails, it does not log the entire credential
  • 3f2bef1: Restore detailed mdoc verification error.
  • 20d6ab1: fix: correctly encode kid in the header of cose signatures, and do not include the kid in oid4vci request to the issuer
  • 9b64ef6: feat: increase the max request payload size for oid4vci to 1mb and openid4vp to 5mb to be able to handle payloads containing images
  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • 9b64ef6: chore: update to oid4vc-ts 0.5 stable
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1

@credo-ts/question-answer@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/didcomm@0.7.1

@credo-ts/react-native@0.7.1

Patch Changes

@credo-ts/redis-cache@0.7.1

Patch Changes

@credo-ts/tenants@0.7.1

Patch Changes

  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/didcomm@0.7.1

@credo-ts/webvh@0.7.1

Patch Changes

  • cfe86fa: X509 trusted certificates now can be provided in a new format. Previously it was a list of base64/pem/der encoded certificates, but now you can also provide a list of objects in the format [{issuance: string[], status? :string[]}]. This is used for the new status indicator on mdoc. First, it looks for the used issuance trusted certificates and then validates the status, if available, with the status trusted certificates associated with the issuance property.
  • cfe86fa: TokenStatusList is a new standard module on the agent. It allows you to create/update/fetch token status lists. It is up to the user to host this, this can be easily done with the statusList you receive from the agent.tokenStatusList.createTokenStatusList(...) function. Updating the statuslist allows you to change the status list credential state from valid to invalid, but also update the expiry time, rotate certificates, change signing algorithm, etc. Signatures are the default and mac should only be used if the user is aware of the security implications and has good reason to do so.
  • Updated dependencies [f127ff5]
  • Updated dependencies [20d6ab1]
  • Updated dependencies [7dfafeb]
  • Updated dependencies [f127ff5]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [cfe86fa]
  • Updated dependencies [0a58888]
  • Updated dependencies [1e2088f]
    • @credo-ts/core@0.7.1
    • @credo-ts/anoncreds@0.7.1

@github-actions github-actions Bot requested a review from a team as a code owner April 29, 2026 15:36
@github-actions github-actions Bot force-pushed the changeset-release/main branch 6 times, most recently from dd26da5 to cdadc63 Compare May 6, 2026 17:46
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from 63201ad to 0ee029a Compare May 13, 2026 12:01
@github-actions github-actions Bot force-pushed the changeset-release/main branch 4 times, most recently from a3e9693 to 9606caa Compare May 20, 2026 14:24
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 412f6ef to a40c92c Compare May 28, 2026 14:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch 11 times, most recently from d941854 to f384f10 Compare June 12, 2026 10:33
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from 872a86e to 8a8cc63 Compare June 17, 2026 10:01
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 8a8cc63 to 13581d5 Compare June 18, 2026 11:13
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 13581d5 to 0e99e9e Compare June 19, 2026 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants