Skip to content

release-2025-01-21: Bugfixes and improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 15:03
· 55 commits to main since this release
7da7c10

This is Internet Identity release release-2025-02-21 for commit 7da7c102e0fbab7f9e82125a0aea58d06bcbd569.
The sha256 of production asset internet_identity_production.wasm.gz is 14f8a69dabd069e5738cd61d42b39b84194fa7a24694620ae2bb7d19c4bbb54f.

This release includes bugfixes and implements tracking of page visits to better understand where the user lands when visiting Internet Identity.

What's Changed

Full Changelog: release-2025-02-14...release-2025-02-21

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 14f8a69dabd069e5738cd61d42b39b84194fa7a24694620ae2bb7d19c4bbb54f
internet_identity_dev.wasm.gz f34ce720866ac02350b8d2a350c4e29e14bf2ce92f7692bd249e799dbbf28634
internet_identity_test.wasm.gz a4c8fe1365d43175f034d7e9b412f5e09888183ff31bc25b2a0e438bf977d339
archive.wasm.gz a1583735594df2a694c10980d20674e22a7ae4295686019d79f2be0a35afe99a
vc_demo_issuer.wasm.gz 3b00761e7c1138c70692d0c9ebf1a580d13746260248af3d496c37f79ca70882

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 7da7c102e0fbab7f9e82125a0aea58d06bcbd569
./scripts/verify-hash --ii-hash 14f8a69dabd069e5738cd61d42b39b84194fa7a24694620ae2bb7d19c4bbb54f

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