Skip to content

release-2024-12-13: Bug fixes

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 13:38
· 11 commits to main since this release
411ed8a

This is Internet Identity release release-2024-12-13 for commit 411ed8a69ce74fd5617e292f86773ce5555aba8f.
The sha256 of production asset internet_identity_production.wasm.gz is 80ad01307faa306950a7e5cb0a60564171f090b5864f32b540b63badfc1f3b9d.

This release includes a bug fix for users logging in Internet Identity with PIN. We also updated dependencies to fix some minor vulnerability issues.

What's Changed

Full Changelog: release-2024-12-06...release-2024-12-13

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 80ad01307faa306950a7e5cb0a60564171f090b5864f32b540b63badfc1f3b9d
internet_identity_dev.wasm.gz 1ee11e9255d691981ee16306a9c3c09045d8f5cd6d240119c57fad831ebe733a
internet_identity_test.wasm.gz fdd68b309a0d48cdb4da81d4be93f191284f807e8587218b6c1237ede39618fe
archive.wasm.gz ee4c919f138ae6f6dab353bfd01f467ffa4a4d6a2967d5575af0045a06b978ee
vc_demo_issuer.wasm.gz 5d9cb4b5a89d2fda42906f0c5eb260ec2770980b1a94324c7ee219e10bf5f75d

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 411ed8a69ce74fd5617e292f86773ce5555aba8f
./scripts/verify-hash --ii-hash 80ad01307faa306950a7e5cb0a60564171f090b5864f32b540b63badfc1f3b9d

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