Skip to content

release-2024-04-26: Maintenance Release

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 08:45
· 293 commits to main since this release
1417991

This is Internet Identity release release-2024-04-26 for commit 1417991b69660046cc0b4f1ea93a5903b037f3b1.

This release contains various internal improvements (such as library upgrades) and improvements to error messages.

The sha256 of production asset internet_identity_production.wasm.gz is 20103f72d31f20fb08e1fa3c50778c25c7a2dc115c92981f4bb54e61cd9f4538.

What's Changed

Full Changelog: release-2024-04-16...release-2024-04-26

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 20103f72d31f20fb08e1fa3c50778c25c7a2dc115c92981f4bb54e61cd9f4538
internet_identity_dev.wasm.gz 764cff569a98a3c4d54cba6750fda63f554fc53e7d42a6365d9bdec3280d63c3
internet_identity_test.wasm.gz eeb158a47a9b5e6f41312d2c57e21fe3941c0a5e35c5201bdecb11addfa4e5bd
archive.wasm.gz fa535d3113fb20af92fbbeab40431c8010cb02befc6b4e7dd6d6f442a8226a2e
vc_demo_issuer.wasm.gz b8ca76584d579f36dbd9ee274d5d05e45503368d493beae846af022be3574868

Wasm Verification

Note: Due to an unresolved issue with the latest Docker Desktop for Mac version, when verifying hashes on MacOs please use version 4.28.0 or earlier.

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 1417991b69660046cc0b4f1ea93a5903b037f3b1
./scripts/verify-hash --ii-hash 20103f72d31f20fb08e1fa3c50778c25c7a2dc115c92981f4bb54e61cd9f4538

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