Changelog
Latest releases and updates for the Credat SDK.
⚠ 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
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
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
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
← Back to home