Skip to content

Wallet 0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rubin55 rubin55 released this 25 Sep 15:55
· 642 commits to main since this release

Release date: 23rd of September, 2024

We have the following artifacts as a part of this release:

  • wallet-sbom_v0.2.1_generic.zip: The software-bill-of-materials for this release
  • wallet-verification-server_v0.2.1_x86_64-linux-glibc.zip: The wallet verification server for relying parties, for glibc-based Linux systems
  • wallet-verification-server_v0.2.1_x86_64-linux-musl.zip: The wallet verification server for relying parties, for musl-libc based Linux systems
  • wallet-web_v0.2.1_generic.zip: The javascript helper library for relying parties, to assist with integrating relying party applications with the wallet platform

Note: this release fixes a security issue we discovered in our wallet_web client helper library, which causes the build step to include a copy of the running environment into the target javascript files. You are advised to upgrade to at least v0.2.1 as soon as possible. The issue and the fix can be seen in this diff.

Changes

  • Fix for process.env exposure issue in vite.config.ts
  • Privacy policy messaging updates
  • Corrected request_origin_base_url in RP docs
  • Upgrade to Vite.js 4.22.1
  • Fixes for CVE-2024-45811 and CVE-2024-45812
  • Run e2e tests on JDK 17
  • Split e2e test suites into separate jobs
  • Update root illustration
  • Update sentry_flutter to 8.9.0
  • Fix iOS 16 build
  • Update icon color
  • Fix for scanner orientation bug
  • Shared attributes outline fix
  • Support for generic ECDSA keys in OpenID4VCI
  • Initial implementation of Apple attestation
  • Extract UI automation CI logic to file
  • Documented wallet_web
  • Update to Flutter 3.24.2
  • Initial implementation of change pin
  • Root/Jailbreak detection enabled
  • Do not use JWT for requesting challenges from WP
  • Use UTC instead of Local time internally
  • Added back button
  • Refreshed goldens
  • Handle RUSTSEC-2024-0373
  • Exclude generated code directories from Sonar analysis
  • Update DigID loading states
  • Updated progress-bar
  • Animation play/pause fixes
  • Various biometric improvements
  • Fix duplicate card title announcement
  • Support JWT attestation format
  • Refactor OpenID4VCI to support other attestation formats
  • Fix version setting by release tag for docker image builds