Skip to content

release-2024-05-13: Fine grained delegation stats

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 11:05
· 13 commits to main since this release
fd38b48

ATTENTION: This II release has a bug. II has been rolled back to the previous release. #2479 fixes the bug.

This is Internet Identity release release-2024-05-13 for commit fd38b48f9fdf9085b4903d865a1f5e79ad24f81a.

This release contains a big improvements to the anonymous statistics being collected: Internet Identity will now report the most popular dapps being signed into on the /metrics endpoint and through the stats query call.

The sha256 of production asset internet_identity_production.wasm.gz is 365b22cf904e65d65cc5c54347e554257b35803c93807adeab3c02eaf6a76155.

What's Changed

Full Changelog: release-2024-04-26...release-2024-05-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 365b22cf904e65d65cc5c54347e554257b35803c93807adeab3c02eaf6a76155
internet_identity_dev.wasm.gz 2357d822cd451f25c0edab3e45db52ab140a2ac8c4b0170201c78acc5bc11779
internet_identity_test.wasm.gz 1da240b02f2e0cabc0ed52b5252855063dbeeb04580b7a76e3553902d740cc17
archive.wasm.gz a8a56fd4fb8d4eede55fdd3babf47e55f30ca9bc81866d6ff3d382bef317ca4a
vc_demo_issuer.wasm.gz b33c8711b52b6d9f29d2d22b5924a32bad25ca3639a443de9c943e5967010f8d

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 fd38b48f9fdf9085b4903d865a1f5e79ad24f81a
./scripts/verify-hash --ii-hash 365b22cf904e65d65cc5c54347e554257b35803c93807adeab3c02eaf6a76155

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