Skip to content

1.0.0-rc3

Compare
Choose a tag to compare
@rolsonquadras rolsonquadras released this 23 Mar 19:21
· 570 commits to main since this release
5f4b9cc

1.0.0-rc3

What's New

  • SDK
    • New SDK Build Version API to get the SDK version, git revision and build time at runtime (Kotlin Ref and Swift Reference)
    • Enhancements to display APIs to send masked/unmasked values for date fields
    • Support to inject custom HTTP Headers to add tracing/debugging information
  • Reference App
    • Support for Dev mode
    • Support to show the version
    • Support to show masked/unmasked claims
    • Fix to show the credential logo

Breaking Changes

No Breaking API changes

What's Changed

  • fix(sdk): Switch remote server calls in unit test to local mock server by @DRK3 in #322
  • test(app): added health checks for docker containers by @birtony in #320
  • docs(sdk): Add error codes and troubleshooting tips by @DRK3 in #324
  • feat(sdk): build versioning api by @vkubiv in #323
  • fix(app): Refactor flutter logic to the sdk display api by @talwinder50 in #325
  • docs(sdk): VC, mobile bindings best practices, update packages list by @DRK3 in #329
  • docs(app): Add structure to documentation along with minor edits by @rolsonquadras in #328
  • refactor(sdk): integration test to make them more reusable. by @vkubiv in #331
  • fix(app): Add masking / unmasking feature by @talwinder50 in #330
  • feat(sdk): Update error handling when requesting credential from issuer by @DRK3 in #327
  • fix(app): Fix the missing arrow in the credential preview by @talwinder50 in #332
  • feat(sdk): Support for latest masking format by @DRK3 in #334
  • fix(app): Fix ordering and loading issue by @talwinder50 in #333
  • fix(app): Add support for dev mode in the app by @talwinder50 in #336
  • fix(app): Update kotlin plugin with latest changes by @talwinder50 in #341
  • refactor(sdk): refactor http client usage in openid4ci by @vkubiv in #337
  • fix(app): Credential Logo image width and height by @talwinder50 in #345
  • refactor(app): Add the error page when no credentials are used in vp flow by @talwinder50 in #338
  • feat(sdk): Support for custom HTTP header injection in CI and VP flows by @DRK3 in #335
  • fix(app): Fix the setting username missing error by @talwinder50 in #346
  • test(sdk): issuer profile with strict checks by @vkubiv in #344
  • fix(app): Add the error handling for not matching cred found scenario by @talwinder50 in #347
  • feat(sdk): credential status API by @Moopli in #343

Full Changelog: 1.0.0-rc2...1.0.0-rc3