Skip to content

release-2024-11-29: UI and UX improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 12:39
· 51 commits to main since this release
10f15a1

This is Internet Identity release release-2024-11-29 for commit 10f15a13bdfe0e9e3f3699d0fb5a5282bddd452c.
The sha256 of production asset internet_identity_production.wasm.gz is d5842563b375450026584fa45a9c82336b28e07afe48ea4f8ce752102a21fbec.

This release includes improvements in caching of assets and fixes a minor UI issue. It also re-enables some e2e tests that were disabled as well as clean up some code after removing the functionality to register with PIN.

What's Changed

Full Changelog: release-2024-11-22...release-2024-11-29

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 d5842563b375450026584fa45a9c82336b28e07afe48ea4f8ce752102a21fbec
internet_identity_dev.wasm.gz ebc33ad538138d8cb9f0db674e7ae700dc8673e597dca01c2e98942834d3667c
internet_identity_test.wasm.gz 7531902752b8b6c3ca907b272a7b866fae51cef82809b9c8ba2f2352e475b288
archive.wasm.gz ee4c919f138ae6f6dab353bfd01f467ffa4a4d6a2967d5575af0045a06b978ee
vc_demo_issuer.wasm.gz 870d7645713e0891d0063bd0c76763346fa638c47f25151ac3da6a2f79972a39

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 10f15a13bdfe0e9e3f3699d0fb5a5282bddd452c
./scripts/verify-hash --ii-hash d5842563b375450026584fa45a9c82336b28e07afe48ea4f8ce752102a21fbec

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