Changelog
SDK version history and updates
/
v4.0.0 (Current)
January 2026
Features
- Wallet-first architecture - credentials stored in browser wallet
- Passkey protection for wallet unlock
- Local Ed25519 signature verification
- Pairwise identifiers (PPIDs) for privacy
- Bloom filter revocation checking
- Cross-device wallet linking via QR code
Breaking Changes
- Removed OAuth flow (replaced by wallet redirect)
- Removed session-based auth (now stateless)
- Changed credential format to W3C Verifiable Credentials
v3.0.0
October 2025
- Added OPRF-based credential issuance
- Improved revocation performance
- Added TypeScript definitions
v2.0.0
July 2025
- Initial public release
- OAuth-based authentication
- Basic credential verification