This is Internet Identity release release-2025-02-14 for commit 789aa561748fb270bcb6ee0d9a02ecba195b0b79.
The sha256 of production asset internet_identity_production.wasm.gz is af3713edd0895832e74dd7d5e5e144ceb4f9538a3e482934e52a3e40e021c358.
This upgrade includes a new feature developed over the last months, which we are excited to announce: Domains Compatibility.
Moreover, this upgrade also includes the analytics setup, as agreed in a previous forum post.
What's Changed
- Retry different RP ID in VC flow by @lmuntaner in #2845
- Remove userAgent from
getCredentialsOrigin
by @lmuntaner in #2847 - Fix width toast in small devices by @lmuntaner in #2848
- Implement related origins e2e tests by @sea-snake in #2846
- Bump serialize-javascript and mocha in /demos/using-dev-build by @dependabot in #2849
- Bump vitest from 1.6.0 to 1.6.1 by @dependabot in #2850
- Add analytics config by @lmuntaner in #2851
- Fix flaky test by checking all console logs messages instead of only last message by @sea-snake in #2858
- Add canister config to html output by @sea-snake in #2854
- Read canister config from html by @sea-snake in #2859
- standardize candid whitespacing / formatting by @LXIF in #2855
- Install Plausible Tracking WebAuthn Flow by @lmuntaner in #2860
- Enable domains compatibility by @lmuntaner in #2861
- Fix related origins edge case handling by @lmuntaner in #2863
Full Changelog: release-2025-02-07...release-2025-02-14
Build flavors
For more information please see the Build flavors section of the README.
Wasm Verification
To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:
git pull # to ensure you have the latest changes.
git checkout 789aa561748fb270bcb6ee0d9a02ecba195b0b79
./scripts/verify-hash --ii-hash af3713edd0895832e74dd7d5e5e144ceb4f9538a3e482934e52a3e40e021c358 --archive-hash a1583735594df2a694c10980d20674e22a7ae4295686019d79f2be0a35afe99a
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.