Skip to content

release-2024-03-22: Compatibility fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 08:38
· 235 commits to main since this release
f0dc1b6

This is Internet Identity release release-2024-03-22 for commit f0dc1b608ba95234a2d11393841db96e1fd9addc.

This release includes two changes that make Internet Identity compatible with more passkeys. Specifically, passkeys provided by the Bitwarden password manager or the Google Titan security key now work as expected on Internet Identity.

The sha256 of production asset internet_identity_production.wasm.gz is c3c6c9d6687dc6054b7dfa4ce2a91127fd4d60b14ee305a121a83d340da30c48.

What's Changed

Full Changelog: release-2024-03-15...release-2024-03-22

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 c3c6c9d6687dc6054b7dfa4ce2a91127fd4d60b14ee305a121a83d340da30c48
internet_identity_dev.wasm.gz ca2aecfea2a599c20d46031d7b15a23af047d95e193fd709241d58b5527eb1fc
internet_identity_test.wasm.gz f7e07217ecaf23d14cd07b9b20e50b6f9af53dc5520293423d85b002f1df717d
archive.wasm.gz fda6c15394a278c880f6b2c86ed6f50ddd02f1f92472b4fc89652327a7a1a655
vc_demo_issuer.wasm.gz 3986846b212734c2cc66ba72c683ad6deb2aa2c4ebd54404321408e3fc46d728

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 f0dc1b608ba95234a2d11393841db96e1fd9addc
./scripts/verify-hash --ii-hash c3c6c9d6687dc6054b7dfa4ce2a91127fd4d60b14ee305a121a83d340da30c48

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