Credatcredat
GitHubGitHub

Registro de cambios

Últimas versiones y actualizaciones del SDK Credat.

v0.3.0-alpha.1Ver en GitHub

⚠ BREAKING CHANGES

  • Package name changed from `credat` to `@credat/sdk`. Update imports: `import { ... } from '@credat/sdk'` SQLite subpath: `import { SqliteStorage } from '@credat/sdk/sqlite'`

Features

  • rename package from credat to @credat/sdk

Bug Fixes

  • **ci:** always publish npm packages with latest tag
v0.2.2-alpha.1Ver en GitHub

Features

  • add delegation chains, constraint validation, status list storage, and hardened verification

Bug Fixes

  • correct Twitter handle to [@credat](https://github.com/credat)_dev
  • **deps:** update rollup to 4.59.0 to fix arbitrary file write vulnerability
v0.2.1-alpha.1Ver en GitHub

Features

  • add agent identity, delegation, and handshake types
  • add agent-to-agent trust example
  • add basic trust list verification
  • add basic-agent example
  • add CI/CD workflows and release automation (#1)
  • add core types, config, and error classes
  • add createClient() facade and AI-native schema generation
  • add crypto utilities (key generation, signing, verification)
  • add did:key creation and resolution
  • add did:web and did:ebsi resolution
  • add local key management with storage adapter
  • add mDoc (ISO 18013-5) CBOR encoding and verification
  • add OpenID4VCI credential issuance protocol
  • add OpenID4VP credential verification protocol
  • add pluggable storage with in-memory adapter
  • add SD-JWT VC encoding, decoding, and selective disclosure
  • implement createAgent with did:web identity
  • implement createChallenge
  • implement delegate — issue Delegation VC
  • implement loadAgent from storage
  • implement presentCredentials
  • implement scope helpers
  • implement verifyDelegation
  • implement verifyPresentation — 3-message handshake
  • new public API for agent identity
  • SQLite storage adapter + credential revocation (Status List 2021) (#2)

Bug Fixes

  • add push trigger to CI and fix README badges
  • harden error handling and validation across verification pipeline
  • normalize cbor-x input in verifyMdoc for Buffer/Uint8Array compat
  • set release-please target branch to main
  • use absolute URL for logo on npm, bump to alpha.1
v0.1.1-alpha.1Ver en GitHub

Features

  • add basic trust list verification
  • add CI/CD workflows and release automation (#1)
  • add core types, config, and error classes
  • add createClient() facade and AI-native schema generation
  • add crypto utilities (key generation, signing, verification)
  • add did:key creation and resolution
  • add did:web and did:ebsi resolution
  • add local key management with storage adapter
  • add mDoc (ISO 18013-5) CBOR encoding and verification
  • add OpenID4VCI credential issuance protocol
  • add OpenID4VP credential verification protocol
  • add pluggable storage with in-memory adapter
  • add SD-JWT VC encoding, decoding, and selective disclosure
  • SQLite storage adapter + credential revocation (Status List 2021) (#2)

Bug Fixes

  • add push trigger to CI and fix README badges
  • normalize cbor-x input in verifyMdoc for Buffer/Uint8Array compat
  • set release-please target branch to main
  • use absolute URL for logo on npm, bump to alpha.1
Volver al inicio