Skip to content

release-2023-01-16: Captcha improvements and persistent state schema upgrade

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 13:48
· 1315 commits to main since this release
d373b31

This is Internet Identity release release-2023-01-16 for commit d373b3117edf7dfed93ecd0d105fbdd2acbcad06.

This release adds more UX improvements for the captcha screen, various internal refactorings and another small upgrade of the canister stable memory layout.

The sha256 of production asset internet_identity_production.wasm is ea6ad2def2990350dc945807239735b5dd29bcb74a5c1fa837dc8bf7a1c47620.

What's Changed

Full Changelog: release-2023-01-10...release-2023-01-16

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm ea6ad2def2990350dc945807239735b5dd29bcb74a5c1fa837dc8bf7a1c47620
internet_identity_dev.wasm ffdf7ce30960c8478b67dffdae42a218882dddcded4c0841b57e7414e86c1fe8
internet_identity_test.wasm 5f179b2e8bdd637043a223a8ee1be6563ffa699dec071f84c8f8487a9dc8d54c
archive.wasm 03be72022b7e373b484b54ef03e1cbd5fbeb5bdd65189f8cdeff915402fb821b

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