Skip to content

release-2023-06-23: Improvements in recovery flows and input UX, minor cleanups & fixes.

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 08:14
· 932 commits to main since this release
c32f041

This is Internet Identity release release-2023-06-23 for commit c32f041b12efec3875cfdc2dce223fe3272b06f8.

User-facing features improved recovery flows and input UX, standardized info screens; operational updates streamlined artifact handling and screenshot workflow; fixes addressed code cleanliness, UI inconsistencies, error messaging, and visual consistency.

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

What's Changed

Full Changelog: release-2023-06-16...release-2023-06-23

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 b3043584fb2b711a20b04252ac102f6b7cfb048e8c2d8a35cb3224e516d38d5c
internet_identity_dev.wasm.gz 901e1d0d4481d22648055dfb3efb0732e3f886c54f62177551bf4f0b5896ad51
internet_identity_test.wasm.gz 1dad9923a992c51b2c60e4ac16e9803d36dc6d28261c696a84853763174820e1
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 c32f041b12efec3875cfdc2dce223fe3272b06f8
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz