Skip to content

v8.0.0

Choose a tag to compare

@w-ensink w-ensink released this 22 Jun 07:42
0c4ac22

Changed

  • Make data tab, credential details, activity, notifications and add-data screens schema-independent
  • Restructure session handling to use a schema-independent interface via irmago
  • Add support for issuing SD-JWT VC credentials over the OpenID4VCI protocol
  • Add support for pre-Authorized code flow with optional tx_code
  • Add support for authorization code flow with https://open.yivi.app/-/auth-callback as the return url
  • Extended support for OpenID4VP disclosures with DIDs
  • Replace disclosure permission BLoC with Riverpod-based session state management
  • Add certificate management in developer mode
  • Redesigned credential card with support for nested claims
  • Update the enrollment 'from' emailaddress
  • Improved credential search algorithm
  • QR code scanner is now a modal sheet

Fixed

  • Rooted device detection/acceptance flow now works correctly as the return url
  • Bug that could cause session replay on Android

Internal

  • Integration tests are now run in parallel on CI