github-actions
released this
22 Nov 12:19
·
2 commits
to main
since this release
This is Internet Identity release release-2024-11-22 for commit 437124a8b9583f80dc183a739626ddc07efb66d6.
The sha256 of production asset internet_identity_production.wasm.gz is 071544d27d3ac1ce82b1046e63459ce50c2fd1cc9bf18cfc3a8cdb92fc057780.
This release includes performance improvements to speed up Internet Identity by compressing assets and caching them.
What's Changed
- Update dfx by @gix-bot in #2693
- Update release in README by @gix-bot in #2692
- Optimized file sizes of the dapp icons. by @sea-snake in #2696
- Andri/last used by @LXIF in #2683
- Improved caching for better load times by @LXIF in #2695
- Update node version by @gix-bot in #2699
- Show support links on loading and error screens. by @sea-snake in #2702
New Contributors
- @sea-snake made their first contribution in #2696
Full Changelog: release-2024-11-15...release-2024-11-22
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 437124a8b9583f80dc183a739626ddc07efb66d6
./scripts/verify-hash --ii-hash 071544d27d3ac1ce82b1046e63459ce50c2fd1cc9bf18cfc3a8cdb92fc057780
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.