Skip to content

release-2024-09-17: Maintenance Changes

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 07:29
· 141 commits to main since this release
4a54888

This is Internet Identity release release-2024-09-17 for commit 4a54888023a537f6b4c6c26f8789ac93d3fa9d60.

This release contains a lot of maintenance changes, such as updating dependencies, adding a config (query) endpoint or removing outdated stable memory limits.

The sha256 of production asset internet_identity_production.wasm.gz is aa9f313f565ff998fc8522a63a6e0e01553aeca70a89d9f8ed6a66ca487a4cad.

What's Changed

Full Changelog: release-2024-09-06...release-2024-09-17

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 aa9f313f565ff998fc8522a63a6e0e01553aeca70a89d9f8ed6a66ca487a4cad
internet_identity_dev.wasm.gz 98b7cc0c8634bd106d8782bcc4e0635d48a732bc184be3b9e232e7cfa9281973
internet_identity_test.wasm.gz fc04355464cc2771c66cd3ebe1ce6cff99d2e61aa436a9f193d8665924cb4231
archive.wasm.gz f61901b578275df6ebf381fb9f55586171b4b60ce4bb40704f3db9cd38d18b33
vc_demo_issuer.wasm.gz bedb3fa55f939d75c2f55652eca95cabbfcfd1a3e2fa3586a855057bc77b0e98

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 4a54888023a537f6b4c6c26f8789ac93d3fa9d60
./scripts/verify-hash --ii-hash aa9f313f565ff998fc8522a63a6e0e01553aeca70a89d9f8ed6a66ca487a4cad

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