Skip to content

2025-01-31: Upgrade dependencies

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 08:01
6332e23

This is Internet Identity release release-2025-01-31 for commit 6332e23a70669efbbcb64b1ec3c442d311d674c8.
The sha256 of production asset internet_identity_production.wasm.gz is f1731eda0283d2dcba80974e371b445780f16eb21c5e80aba1228ca6bcfd3fcb.

This release includes a few dependencies upgraded. Additionally, this release includes work in progress on OpenID integration and the domains compatibility features (behind flag).

What's Changed

Full Changelog: release-2025-01-24...release-2025-01-31

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 f1731eda0283d2dcba80974e371b445780f16eb21c5e80aba1228ca6bcfd3fcb
internet_identity_dev.wasm.gz 180a8f40c5735fa59cb577d29fc947ea8635b370e6cbef9f98a47058119736be
internet_identity_test.wasm.gz 76affb4d0435006c6ee99d02982172f7164381a57d800e64a9bc6d34decda09e
archive.wasm.gz ee9666e45c01d9c94ff79fd3a5fc1bba804f4eb9cd8e484b248ac6bb6baf5ad5
vc_demo_issuer.wasm.gz 3b00761e7c1138c70692d0c9ebf1a580d13746260248af3d496c37f79ca70882

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 6332e23a70669efbbcb64b1ec3c442d311d674c8
./scripts/verify-hash --ii-hash f1731eda0283d2dcba80974e371b445780f16eb21c5e80aba1228ca6bcfd3fcb --archive-hash ee9666e45c01d9c94ff79fd3a5fc1bba804f4eb9cd8e484b248ac6bb6baf5ad5

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