Skip to content

Wallet 0.1.28

Pre-release
Pre-release
Compare
Choose a tag to compare
@confiks confiks released this 04 Jun 11:24
· 2213 commits to main since this release

Release date: 28th of May, 2024

All commits in this release: v0.1.27...v0.1.28

Features

  • Support DigiD app2app flow
  • Setup verifier web frontend library
    • For usage by relying parties
    • Available as Javascript library or script include
  • Ephemeral session mechanism
    • Makes it a bit harder for an unsophisticated attacker to forward sessions
  • Setup error reporting from wallet core to Sentry
  • Enhanced cleanup logic for wallet server session store

UI changes

  • Details Incorrect screen
  • Update pin blocked/timeout UI
  • Add issuer row to CardDetailScreen
  • Update card attribute widget
  • Custom PID issuance pin warning
  • Design System Buttons
  • Add DisclosureType to WalletEvent &
  • Remove TimelineAttribute

QA

  • Remove unused mock code from wallet_server
  • Fix PostgreSQL integration test
  • Create specific config file for integration tests
  • Use NVD API key in dependency-check CI job
  • Re-organize integration test dependencies
  • Add feature ticket reference to e2e test
    methods

Tweaks

  • Change log_requests feature in wallet_server to configurable flag
  • Fix compiling UDL file for iOS
  • Fix clippy 1.78
  • Fix PID issuer PostgreSQL database URL in setup script
  • Small OV documentation example fixes
  • Split BRP proxy and GBA HC converter in startup script
  • Do not strip android debug builds
  • Build and run pid_issuer and wallet_server sequentially
  • Update uniffi to 0.27.1
  • Revert env variable export removal in GitLab CI
  • Back behaviour during pin setup
  • Align mock usecases
  • Activity widget improvements