Skip to content

release-2025-02-28: Domains Compatibility Updates and Script Optimizations

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 14:14
· 42 commits to main since this release
aa94ce4

This is Internet Identity release release-2025-02-28 for commit aa94ce4e196b7551d40262675e57ace94bba8772.
The sha256 of production asset internet_identity_production.wasm.gz is 281bfd7f57c926cd307fd4cf585bd0eae1f39014f3639dacdfbdc16eec5e2956.

This release includes improvements to the deployment script, many new subfeatures for Domains Compatibility and some preliminary setup for the upcoming Google Signin.

What's Changed

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

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 281bfd7f57c926cd307fd4cf585bd0eae1f39014f3639dacdfbdc16eec5e2956
internet_identity_dev.wasm.gz a857221f444fa98b8a2451c8bb9d6f51439fccd72025e5d763b5e3ba32db1830
internet_identity_test.wasm.gz 20e00284c7aa3c2c28d0471f468e1f31f149514dafedf2b773f7d050d3e586b2
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 aa94ce4e196b7551d40262675e57ace94bba8772
./scripts/verify-hash --ii-hash 281bfd7f57c926cd307fd4cf585bd0eae1f39014f3639dacdfbdc16eec5e2956

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