Skip to content

Releases: eu-digital-identity-wallet/eudi-lib-ios-wallet-kit

v0.10.2

17 Mar 13:08
c720285
Compare
Choose a tag to compare
  • Simplified OpenID4VCI configuration
wallet = try! EudiWallet(serviceName: Self.serviceName, trustedReaderCertificates: certs, 
  openID4VciConfig: OpenId4VCIConfiguration(useDPoP: true), logFileName: "temp.txt", secureAreas: [mySecureArea])

v0.10.1

12 Mar 21:15
96e7e64
Compare
Choose a tag to compare

v0.10.1

v0.10.0

12 Mar 15:01
366cef2
Compare
Choose a tag to compare

v0.10.0

  • Fix for nil docClaim in [DocElements]
  • DocClaim conforms to Identifiable protocol
  • Empty string as name for DocClaim array children

v0.9.9

11 Mar 14:37
4795f04
Compare
Choose a tag to compare

v0.9.9

  • DocPresentInfo struct members public
  • DocClaim: added property path: [String] to store the path of the claim in the document

v0.9.8

11 Mar 11:54
183edfd
Compare
Choose a tag to compare

v0.9.8

  • sdJwt nested elements presentation
  • DocElementsViewModel replaced with enum DocElements

v0.9.6

14 Feb 19:54
1396ab5
Compare
Choose a tag to compare
  • OfferedIssuanceModel: Change the issuerName property to represent a friendly name instead of a URL and add a new issuerLogoUrl property

v0.9.5

13 Feb 13:46
6acb4c6
Compare
Choose a tag to compare
  • Updated eudi-lib-ios-openid4vci-swift library to version v0.12.0
  • EudiWallet openID4VciConfig property now accepts a DPoPConstructorType.
  • Updated eudi-lib-ios-siop-openid4vp-swift library to version v0.7.0

Breaking changes

  • ElementViewModel: removed elementIdentifier and displayName properties and added elementPath and displayNames properties:
// path to locate the element
public let elementPath: [String]
// display names of the component paths 
public let displayNames: [String?]

v0.9.4

27 Jan 12:41
b4aad1b
Compare
Choose a tag to compare
  • Added properties to DocClaimsDecodable protocol: validFrom, validUntil

v0.9.3

16 Jan 10:19
293f42f
Compare
Choose a tag to compare
  • Fixed OpenID4VP presentation for 3 or more documents requested

0.9.2

15 Jan 19:55
8a2996d
Compare
Choose a tag to compare
  • Fixed bugs for OpenID4VP presentation
  • Added properties to DocMetadata struct: issuerDisplay,credentialIssuerIdentifier, configurationIdentifier