release-2025-01-21: Bugfixes and improvements
This is Internet Identity release release-2025-02-21 for commit 7da7c102e0fbab7f9e82125a0aea58d06bcbd569.
The sha256 of production asset internet_identity_production.wasm.gz is 14f8a69dabd069e5738cd61d42b39b84194fa7a24694620ae2bb7d19c4bbb54f.
This release includes bugfixes and implements tracking of page visits to better understand where the user lands when visiting Internet Identity.
What's Changed
- Disable button on limit of authenticators by @lmuntaner in #2868
- Use config related origins by @lmuntaner in #2862
- Update Chrome and disable sandbox explicitly by @sea-snake in #2867
- Deployment script by @lmuntaner in #2866
- Add event per page by @lmuntaner in #2869
- Update CI runner to ubuntu-latest by @sea-snake in #2865
- Bump dompurify from 3.1.3 to 3.2.4 by @dependabot in #2870
Full Changelog: release-2025-02-14...release-2025-02-21
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 7da7c102e0fbab7f9e82125a0aea58d06bcbd569
./scripts/verify-hash --ii-hash 14f8a69dabd069e5738cd61d42b39b84194fa7a24694620ae2bb7d19c4bbb54f
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.