Skip to content

release-2025-02-07: Bugfixes and improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 12:39
· 14 commits to main since this release
d3d11ec

This is Internet Identity release release-2025-02-07 for commit d3d11ec3ada74ed919a5c60f091301b638b7ffae.
The sha256 of production asset internet_identity_production.wasm.gz is 8e9ed096c1ce86f45feed6e8142c3ba47a6f06920bb621d3e941ef5f6b1cd06b.

This release includes bugfixes, many new improvements and additions to the upcoming domain compatibility feature (currently behind feature flag) as well as a small copy change on the landing page.

What's Changed

Full Changelog: release-2025-01-31...release-2025-02-07

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 8e9ed096c1ce86f45feed6e8142c3ba47a6f06920bb621d3e941ef5f6b1cd06b
internet_identity_dev.wasm.gz 7dacedd06e14a3f68f3242277ca332b6417ef74cb2a7d9ff113c63d4dce6a880
internet_identity_test.wasm.gz f85abd40e66db8c47bde210167e21d3dcdf93db8c89f17d67e9de05c50e7139a
archive.wasm.gz ee9666e45c01d9c94ff79fd3a5fc1bba804f4eb9cd8e484b248ac6bb6baf5ad5
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 d3d11ec3ada74ed919a5c60f091301b638b7ffae
./scripts/verify-hash --ii-hash 8e9ed096c1ce86f45feed6e8142c3ba47a6f06920bb621d3e941ef5f6b1cd06b

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