Skip to content

release-2023-06-06: CAPTCHA updates and refinements

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 11:56
· 946 commits to main since this release
18acb46

This is Internet Identity release release-2023-06-06 for commit 18acb46f039f5d4bcd82d6e1898e969ad6d9ee60.

This release introduces improvements and refinements to the CAPTCHA, updated links, and several non-user-facing updates.

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

What's Changed

Full Changelog: release-2023-05-30...release-2023-06-06

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 a9a5d0492d1455d6b6b84fdc102fb182f55975145a2f99a403eb10ea7e37aee6
internet_identity_dev.wasm.gz d9123d5174518d771a19b403cb9e291ba2f2e57958ad3eacff737bb8eb8ab6c1
internet_identity_test.wasm.gz 35a4a34d493b5df7460b2cf27ae5738db0addcd8f286b8f0876650e111c19bee
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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 18acb46f039f5d4bcd82d6e1898e969ad6d9ee60
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz