Skip to content

v0.28.0

Choose a tag to compare

@sraptis-scy sraptis-scy released this 12 May 12:35
· 3 commits to main since this release
29318d8

Release v0.28.0

DCAPI: Migrate to AndroidX Credentials Registry API

Replaced the play-services-identity-credentials integration with androidx.credentials and androidx.credentials.registry:registry-provider.

Note: Apps must now add androidx.credentials.registry:registry-provider-play-services as a dependency to enable DCAPI. See DIGITAL_CREDENTIAL_API.md for details.

ReIssuance: Error Handling Improvements

  • Fixed an issue where the wallet UI could receive a spurious error event when re-issuing a document that requires browser-based authorization, causing an incorrect error page to appear even though the re-issuance succeeds.

  • Narrowed token refresh error handling to only fall back to full OAuth authorization on invalid_grant (RFC 6749 Section 5.2), ensuring server errors and other non-recoverable failures are reported directly instead of triggering a redundant authorization flow.

Dependency Updates

  • multipaz: 0.95.0 -> 0.99.0