Skip to content

1.0.0-rc2

Compare
Choose a tag to compare
@rolsonquadras rolsonquadras released this 09 Mar 01:02
· 628 commits to main since this release
3749470

1.0.0-rc2

What's New

  • SDK
    • Support for multiple credentials signed by different DIDs to avoid correlation
    • Enhancements to display APIs to send masked/unmasked values along with order and rawID fields
  • Reference App
    • Support to display credential details based on the display order
    • iOS integration tests to validate iOS SDK directly

Breaking Changes

// Before
val verifiablePres = inquirer.Query(query, credential.CredentialsOpt(selectedVCs))
interaction.presentCredential(verifiablePres)

// Now
interaction.presentCredential(selectedVCs)

What's Changed

  • fix(app): Support to present multi credentials based on the input descriptors matched vc ids by @talwinder50 in #299
  • fix(app): Remove createDID on login and invoke while requesting credential by @talwinder50 in #302
  • ci(sdk): support to upload ios/android binding artifact by @rolsonquadras in #303
  • feat(sdk): Ability to get name from VC by @DRK3 in #305
  • feat(sdk): Support for resolving claim order by @DRK3 in #304
  • test(app): ios integration test by @vkubiv in #307
  • feat(sdk): Support for masking, raw ID, and pattern data in display by @DRK3 in #309
  • chore(app): update description by @rolsonquadras in #308
  • fix(sdk): display value by @rolsonquadras in #313
  • fix(app): Use order field to have the data sorted by order by @talwinder50 in #314
  • feat(sdk): openid4vp PresentCredential uses multi-presentation format by @Moopli in #306
  • chore(app): Add documentation for building app locally by @talwinder50 in #315
  • fix(sdk,app): Display value duplication in serialized form by @DRK3 in #316
  • fix(sdk): continue using workaround for interop schema by @Moopli in #318
  • feat(sdk): Update regex parsing by @DRK3 in #317
  • feat(sdk): Support for nested claims by @DRK3 in #319
  • docs(sdk): update doc date and commitID by @rolsonquadras in #321

Full Changelog: 1.0.0-rc1...1.0.0-rc2