Skip to content

release-2025-01-10: Bugfixes and testing features

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 12:49
· 1 commit to main since this release
8671b4f

This is Internet Identity release release-2025-01-10 for commit 8671b4f4c61a3b641a08b2ffb25053201e37e512.
The sha256 of production asset internet_identity_production.wasm.gz is 377b17ef2f5c83ecdc78292373fbb3a1e632755b4de3910a8d96d0e64d657753.

This release includes a bugfix for veteran II users on Windows as well as testing functionality for upcoming features and issues arising from the recent macOS update.

What's Changed

Full Changelog: release-2024-12-13...release-2025-01-10

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 377b17ef2f5c83ecdc78292373fbb3a1e632755b4de3910a8d96d0e64d657753
internet_identity_dev.wasm.gz 4ead4e43ea6e23bbc5300712c4b4cb951f51ff3a101beb732b8352921a1709df
internet_identity_test.wasm.gz e57d3d104252d970575015a3b1b89269d17b27b720205cd759292640a1f992a1
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 8671b4f4c61a3b641a08b2ffb25053201e37e512
./scripts/verify-hash --ii-hash 377b17ef2f5c83ecdc78292373fbb3a1e632755b4de3910a8d96d0e64d657753

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