Skip to content

release-2023-08-11: Technical Improvements & Maintenance

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Aug 07:32
· 742 commits to main since this release
2d2fbd6

This is Internet Identity release release-2023-08-11 for commit 2d2fbd6acaa9f57f4b002531a96fa986c40a0ec8.

This release only includes behind the scenes technical improvements except for one color change.

The sha256 of production asset internet_identity_production.wasm.gz is 4c98714ef9e775e3d67bbe8104685b0a597d60c51d1e57f6f4442350a81ab94c.

What's Changed

Full Changelog: release-2023-07-28...release-2023-08-11

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 4c98714ef9e775e3d67bbe8104685b0a597d60c51d1e57f6f4442350a81ab94c
internet_identity_dev.wasm.gz 3195c52938f23761937453ad51edc1738409c79116cae53b9334bcbc67d7800f
internet_identity_test.wasm.gz 7131261cbc25eaac5e66d3c551e212068ec8ff4271c87a5f01a4a31790689090
archive.wasm.gz 6810865ffc100b098e2d87d193c5653970dcaac235cf4c344b1f7f1e82e3a7a9

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