This is Internet Identity release release-2025-01-10 for commit 8671b4f4c61a3b641a08b2ffb25053201e37e512.
The sha256 of production asset internet_identity_production.wasm.gz is 377b17ef2f5c83ecdc78292373fbb3a1e632755b4de3910a8d96d0e64d657753.
This release includes a bugfix for veteran II users on Windows as well as testing functionality for upcoming features and issues arising from the recent macOS update.
What's Changed
- Update dapps list by @gix-bot in #2750
- Add tests to make sure .well-known routes are not cached by @LXIF in #2749
- Refactor finding rpId for login by @lmuntaner in #2751
- Add bot approved files policy by @lmuntaner in #2752
- Retry with differen rp id by @lmuntaner in #2753
- Add nice UX when passkey is not found in that RP ID by @lmuntaner in #2754
- Bump astro from 4.16.1 to 4.16.17 by @dependabot in #2756
- Append https:// in front of RP ID when excluding devices by @lmuntaner in #2755
- Bump astro from 4.16.17 to 4.16.18 by @dependabot in #2758
- UI Page to add current device to the current origin by @lmuntaner in #2757
- Add new field to LoginSuccess to show add current device screen by @lmuntaner in #2759
- Fix authentication with (older) identities that have devices without a (valid) credential id. by @sea-snake in #2760
- Implement mock openID actor methods by @sea-snake in #2761
- Implement OpenID add/remove accounts in identity management by @sea-snake in #2762
- Fix e2e CI job by downgrading runner by @lmuntaner in #2764
- Add readme.md to BOT_APPROVED_FILES by @lmuntaner in #2763
- Update release in README by @gix-bot in #2747
- Update dapps list by @gix-bot in #2765
- Yubikey test feature by @LXIF in #2769
- Andri/yubikey test feature by @LXIF in #2772
Full Changelog: release-2024-12-13...release-2025-01-10
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 8671b4f4c61a3b641a08b2ffb25053201e37e512
./scripts/verify-hash --ii-hash 377b17ef2f5c83ecdc78292373fbb3a1e632755b4de3910a8d96d0e64d657753
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.