Releases: eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift
Releases · eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift
v0.8.0
What's Changed
Breaking changes
- Renamed ValidatedAuthorizationError to ValidationError
- IdAndVpTokenData, VpTokenData constructors now accepts a [TransactionData]? parameter
- ResolvedRequestData constructor now accepts a VPConfiguration
- VPConfiguration now includes a SupportedTransactionDataType
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
Breaking changes
- The library supports draft 22 of the spec that removes
client_id_scheme
and turns it into a prefix of theclient_id
; this addresses a security issue with the previous solution AuthorizationResponsePayload
cases now include a clientId of typeVerifierId
entityId
removed fromClientIdScheme
enumhttps
added to ClientIdScheme enumid
ofClient
computed property returnsVerifierId
- Removed
clientIdScheme
fromIdAndVpTokenRequest
,IdTokenRequest
and,ValidatedSiopOpenId4VPRequest
validateSignature
renamed toverify
inValidatedSiopOpenId4VPRequest
Full Changelog: v0.6.4...v0.7.0
v0.6.4
v0.6.3
v0.6.2
v0.6.1
v0.6.0
What's Changed
Breaking Changes
- Removed client_metadata_uri, please use client_metadata
- Renamed WalletOpenId4VPConfiguration to SiopOpenId4VPConfiguration
- vp formats have been added to the wallet configuration and client metadata
- jar configuration has been added to wallet configuration
- vp configuration has been added to wallet configuration
- Client metadata resolver, client metadat source has removed fetch by reference
Full Changelog: v0.5.1...v0.6.0
v0.5.0
What's Changed
Breaking Changes
- Dependency Presentation Exchange has removed JSONObject typealias, please use JSON (SwiftJSON) instead if applicable.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Feature/scheme update by @dtsiflit in #53
- [fix] added some did tests by @dtsiflit in #54
- Update PGP Key file by @mgiakkou in #52
- Feature/verifier attestation scheme by @dtsiflit in #55
- Feature/unit test fixes did lookup update by @dtsiflit in #56
- [fix] jose-swift 3.0.0 upstream update by @dtsiflit in #60
- Support multiple verifiable presentation in vp_token by @dtsiflit in #61
New Contributors
Full Changelog: v0.3.0...v0.4.0