Skip to content

release-2024-11-01: Onboarding improvements and new passkey usage timestamp

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 13:51
· 9 commits to main since this release
f69b5fe

This is Internet Identity release release-2024-11-01 for commit f69b5fe20f4e72e22da6543b19359616a11ce244.
The sha256 of production asset internet_identity_production.wasm.gz is 9fcac1fe34fbc180ba4648c47655a14d990bc8e870144fbfa81e60d31d2dae84.

This release incluses text improvements to help users that are registering and also adds the last time a passkey was used in the devices list.

What's Changed

Full Changelog: release-2024-10-25...release-2024-11-01

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 9fcac1fe34fbc180ba4648c47655a14d990bc8e870144fbfa81e60d31d2dae84
internet_identity_dev.wasm.gz 4680b838284663cac0e0af5681a32ab99f4564476bd2d330c7b91ded89f117bd
internet_identity_test.wasm.gz 2aa8b59dd2727fde160b81403897ee4049e7f001faaf6ef299f38d546f8c1e8b
archive.wasm.gz 6b8c93a9c7d9d187b186b8d8bc7ee3f617265f070125b4ca0e5a72e0bb4cd045
vc_demo_issuer.wasm.gz d170e54c04344a67b7d293236400b30c214433ca461b803eb5f250b4ec720da2

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 f69b5fe20f4e72e22da6543b19359616a11ce244
./scripts/verify-hash --ii-hash 9fcac1fe34fbc180ba4648c47655a14d990bc8e870144fbfa81e60d31d2dae84 --archive-hash 6b8c93a9c7d9d187b186b8d8bc7ee3f617265f070125b4ca0e5a72e0bb4cd045

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