Skip to content

release-2025-12-19: Enable dapps to have a dark logo variant

Choose a tag to compare

@github-actions github-actions released this 19 Dec 14:45
· 466 commits to main since this release
cd19f31

This is Internet Identity release release-2025-12-19 for commit cd19f3144356d01753e62962ea0362e33eda2b1b.
The sha256 of production asset internet_identity_production.wasm.gz is c2bd369b53d972e265cf1fd2755340101e83d097b1ae1b40d7314e04d7a5d476.

What's Changed

Full Changelog: release-2025-12-12...release-2025-12-19

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 c2bd369b53d972e265cf1fd2755340101e83d097b1ae1b40d7314e04d7a5d476
internet_identity_dev.wasm.gz ad69ab7dcf55d58edf275ff01ce23353dbd4713e406e6dbd3066e45254003f6b
internet_identity_test.wasm.gz 6f9834b67db8cd616156ed4723492eeaeb356b58eece3dd70953a278ec9b03ba
archive.wasm.gz 44149b657f8b9693da4b4f9a134e799c1c7d223ab09fea3d5c3fa1cfa7ddaba9
vc_demo_issuer.wasm.gz f079d2118fc6932b2812f627f78841e3c1f4e850362a820716aa27792bf58f4d

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 cd19f3144356d01753e62962ea0362e33eda2b1b
./scripts/verify-hash --ii-hash c2bd369b53d972e265cf1fd2755340101e83d097b1ae1b40d7314e04d7a5d476

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