github-actions
released this
08 Nov 07:53
·
2 commits
to main
since this release
This is Internet Identity release release-2024-11-08 for commit 81a2a7090fafa11e4ef15aaa2ef59cd743dda954.
This release comes with two main updates:
- The registration flow uses only passkeys and pin registrations have been deprecated. However, logins with pin are still allowed for backwards compatibility.
- Improvements in the calculation of rates for the dynamic captcha.
The sha256 of production asset internet_identity_production.wasm.gz is 4491f9286f83b53f57a2df4131b58492c14d62bb2e04320b89fce255483fdb96.
What's Changed
- Update release in README by @gix-bot in #2682
- Update dapps list by @gix-bot in #2685
- Change dynamic captcha registration rates calculation by @lmuntaner in #2684
- Fix test-canisters script when no arguments by @lmuntaner in #2686
- Remove screen to select authentication method: passkey or pin by @lmuntaner in #2687
- Fix dynamic captcha when config changes to longer intervals by @lmuntaner in #2688
Full Changelog: release-2024-11-01...release-2024-11-08
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 81a2a7090fafa11e4ef15aaa2ef59cd743dda954
./scripts/verify-hash --ii-hash 4491f9286f83b53f57a2df4131b58492c14d62bb2e04320b89fce255483fdb96
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.