Skip to content

release-2024-12-06: Maintenance and UI fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 12:53
· 39 commits to main since this release
4118aae

This is Internet Identity release release-2024-12-06 for commit 4118aae6255204f01786f112cf94f06858643488.
The sha256 of production asset internet_identity_production.wasm.gz is 0c1fdf559056aabfbc054590b4532534bbdb40cf0274e34eeec17747d308b5e6.

There aren't major user facing changes in this release except for a UI fix and reduce size of some icons.

What's Changed

Full Changelog: release-2024-11-29...release-2024-12-06

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 0c1fdf559056aabfbc054590b4532534bbdb40cf0274e34eeec17747d308b5e6
internet_identity_dev.wasm.gz 207d68b0450546cfa5ab19d48fbfc7a4e6cda24e548af5102d9e88db89031590
internet_identity_test.wasm.gz 0d43c95356fa70d2942ec28b028d69144150ae0c31e13bd7ec8578605c52f5ca
archive.wasm.gz ee4c919f138ae6f6dab353bfd01f467ffa4a4d6a2967d5575af0045a06b978ee
vc_demo_issuer.wasm.gz 5d9cb4b5a89d2fda42906f0c5eb260ec2770980b1a94324c7ee219e10bf5f75d

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 4118aae6255204f01786f112cf94f06858643488
./scripts/verify-hash --ii-hash 0c1fdf559056aabfbc054590b4532534bbdb40cf0274e34eeec17747d308b5e6

Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.