Skip to content

release-2023-07-07: Visual UX improvements and minor fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 09:09
· 925 commits to main since this release
92dc429

This is Internet Identity release release-2023-07-07 for commit 92dc4291ff3cbca7e98b47528e7edd0dfbbb8865.

The release introduces visual UX improvements and fixes several typos/inconsistencies in displayed texts.

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

What's Changed

Full Changelog: release-2023-06-27...release-2023-07-07

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 dca2090e1f2d5eeab5f0ffe4556054539ad537dd1954fc177e116e6278849936
internet_identity_dev.wasm.gz ec4ce8c6c0cde4ffc996f1b3c93054174835ede95825164cd7570ce99d91bf51
internet_identity_test.wasm.gz 9a977dd1ec93d6f890be38af58d4fd1c90b509a430fd0cddb3dcf89ebbf990fe
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 92dc4291ff3cbca7e98b47528e7edd0dfbbb8865
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz