Releases: eu-digital-identity-wallet/eudi-lib-sdjwt-swift
Releases · eu-digital-identity-wallet/eudi-lib-sdjwt-swift
v0.4.0
What's Changed
- [feat] Support AsyncSignerProtocol for holderPrivateKey and update tests for async signing by @phisakel in #43
Breaking changes
- In SDJWTIssuer functions issue, both presentation functions, createSDJWT and, createKeyBondedSDJWT are now marked as async; and will need to be preceeded with await when called.
- In SignedSDJWT keyBondedSDJWT is now marked as async; and will need to be preceeded with await when called.
New Contributors
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
What's Changed
Breaking Changes
- Updated protocol of KeyBindingVerifier
- recreateClaims has added optional Visitor parameter
- ClaimExtractor:
- Renamed property
- findDigests add two optional paramters to assist with presentation
- findDigests updated return value
- ClaimExtractorResult added parameter to typealias
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- [fix] md updates by @dtsiflit in #14
- centralized security workflows by @christosservosNCIN in #13
- Make ConstantClaims internal methods public by @kuldar-daniel in #16
- [fix] updated jose swift package by @dtsiflit in #18
- Public access control: expose internal SDJWT properties by @kuldar-daniel in #19
- Public access control: expose KBJWT initialiser by @kuldar-daniel in #20
- Public access control: SignedSDJWT recreate claims by @kuldar-daniel in #21
- [fix] actions file update by @dtsiflit in #25
- feat(jose): updated to use a new jose library by @goncalo-frade-iohk in #24
- [fix] readme updates by @dtsiflit in #27
- Update PGP Key link by @mgiakkou in #28
- JSON serialization of SD-JWT by @dtsiflit in #34
- SD-JWT-VC Verifier by @dtsiflit in #35
New Contributors
- @kuldar-daniel made their first contribution in #16
- @goncalo-frade-iohk made their first contribution in #24
- @mgiakkou made their first contribution in #28
Full Changelog: v0.0.4...v0.2.0