release-2024-07-05: Show recovery reminder screen less often
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
- Update release in README by @gix-bot in #2521
- Identity Metadata Repository setup by @lmuntaner in #2520
- Introduce new Landing Page layout by @lmuntaner in #2522
- Use identity metadata to not show recovery warning page by @lmuntaner in #2523
- Add support for alternative origins to VC issuer by @frederikrothenberger in #2529
- Add support to reconfigure derivation_origin for VC issuer by @frederikrothenberger in #2528
Full Changelog: release-2024-06-28...release-2024-07-05
Build flavors
For more information please see the Build flavors section of the README.
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.