Skip to content

release-2023-06-16: UX improvements, drop support for v6 storage layout

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 08:38
· 922 commits to main since this release
c3af349

This is Internet Identity release release-2023-06-16 for commit c3af3499ee3dd114ba055c32cfce3c3737b6b990.

This release introduces various UX improvements and is removing the support for v6 storage layout.

The sha256 of production asset internet_identity_production.wasm.gz is 3b0b4405868219f47b923e4022212d1b1d17ecb8b5074a6d715d5c1abdcab320.

What's Changed

Full Changelog: release-2023-06-06...release-2023-06-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.gz 3b0b4405868219f47b923e4022212d1b1d17ecb8b5074a6d715d5c1abdcab320
internet_identity_dev.wasm.gz f138d12052a6d5b9383893ca327bb20c4eb2636870fdc99a4b74fc6ca56535a0
internet_identity_test.wasm.gz e64c7cd3ae390c64f47d122704c6358840fff23a75f4107117f8f085f110a2b1
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 c3af3499ee3dd114ba055c32cfce3c3737b6b990
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz