Releases: eu-digital-identity-wallet/eudi-lib-sdjwt-swift
Releases · eu-digital-identity-wallet/eudi-lib-sdjwt-swift
v0.9.1
What's Changed
- Update dependencies versions by @goncalo-frade-iohk in #77
- Drop support for vc+sd-jwt SD-JWT VC media type by @mkoumtzis in #78
- .gitignore update by @dtsiflit in #79
- JWS JSON Serialization back to SD-JWT by @dtsiflit in #81
- Xcode 26 updates by @dtsiflit in #88
- SD JWT VC verifier updates by @dtsiflit in #89
- Added JWS JSON parsing example by @dtsiflit in #90
New Contributors
- @mkoumtzis made their first contribution in #78
Breaking changes
- Renamed
X509CertificateTrusttoX509SDJWTVCCertificateTrust
Full Changelog: v0.8.0...v0.9.1
v0.9.0
What's Changed
- Update dependencies versions by @goncalo-frade-iohk in #77
- Drop support for vc+sd-jwt SD-JWT VC media type by @mkoumtzis in #78
- .gitignore update by @dtsiflit in #79
- JWS JSON Serialization back to SD-JWT by @dtsiflit in #81
- Xcode 26 updates by @dtsiflit in #88
- SD JWT VC verifier updates by @dtsiflit in #89
New Contributors
- @mkoumtzis made their first contribution in #78
Breaking changes
- Renamed
X509CertificateTrusttoX509SDJWTVCCertificateTrust
Full Changelog: v0.8.0...v0.9.0
v0.6.1
What's Changed
- refactor: SD-JWT verification methods and simplify key resolution by @manpsarakis in #55
- Added presentation tests that use claim paths by @dtsiflit in #56
- End to end tests updates by @dtsiflit in #58
- Fixes combined SD-JWT parsing logic by @manpsarakis in #60
New Contributors
- @manpsarakis made their first contribution in #55
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Breaking changes
ClaimVisitor renamed to ClaimVisitorType
Visitor renamed to ClaimVisitor
disclosuresPerClaimPath added to ClaimExtractorResult
Now looks like this:
public typealias ClaimExtractorResult = (
digestsFoundOnPayload: [DigestType],
recreatedClaims: JSON,
disclosuresPerClaim: DisclosuresPerClaim?,
disclosuresPerClaimPath: DisclosuresPerClaimPath?
)
SDJWTError has new case error(String)
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
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