Skip to content

release-2024-07-05: Show recovery reminder screen less often

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 07:04
· 93 commits to main since this release
83cf3f8

This is Internet Identity release release-2024-07-05 for commit 83cf3f8f59a102011ba8ed925a9eec5d980f5da1.

This release contains a change to show the recovery nag screen only once a week. Additionally, there are also a few technical changes to prepare for more flexible setups for VC issuers as well as a nicer landing page that will be supported in future releases.

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

What's Changed

Full Changelog: release-2024-06-28...release-2024-07-05

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 bb58e3fea3400acde5b46e222a1dfe3e3744e0bf37cc4adaf75461801e849aeb
internet_identity_dev.wasm.gz 73edbc353cf7a77b189b47b5afeb8a3d4739c6ef573161ebfa2530e70320b101
internet_identity_test.wasm.gz 43f46d5c8e0eb95c894eba3db65eb60a78181c09edb39d09b05546c179342b4f
archive.wasm.gz 3fb273ae8c393c0a94279ab7e2e1e73ed41abd0643a312c3163c21cf35985161
vc_demo_issuer.wasm.gz f99d4aa16262730ac639ae20cacb0d7d318cf96a9ebc2dfad1835fc16b2befd8

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 83cf3f8f59a102011ba8ed925a9eec5d980f5da1
./scripts/verify-hash --ii-hash bb58e3fea3400acde5b46e222a1dfe3e3744e0bf37cc4adaf75461801e849aeb

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