release-2022-12-05: Better archive metrics, static pages and more
github-actions
released this
05 Dec 11:58
·
1522 commits
to main
since this release
This is Internet Identity release release-2022-12-05 for commit 58a63363b53b67f7d36c0002a3a0ab57dea4e4fb.
This includes better metrics for the archive canister, some pages built statically, and some infrastructure changes.
The sha256 of production asset internet_identity_production.wasm is d1d49e05b94d082d11f25b0bb73b81758f4148519acca1b43a1ee1b3cc286251.
What's Changed
- Add internet identity as remote in dev build by @frederikrothenberger in #1064
- Update to Jest 29 by @nmattia in #1065
- Remove automatic changing of user range by @frederikrothenberger in #1063
- Optimistically add key type to device on authentication by @frederikrothenberger in #1062
- Add wasm verification section to release notes by @frederikrothenberger in #1066
- Use typescript for webpack config by @nmattia in #1067
- Update device name placeholder by @nmattia in #1068
- Lower file size limit to application subnet limits by @frederikrothenberger in #1069
- Simplify webpack config by @nmattia in #1070
- Serve static pages statically by @nmattia in #1072
- Update commit of IC dependencies by @gix-bot in #1073
- Update the metrics encoder by @frederikrothenberger in #1074
- Fix dead links by @nmattia in #1075
- Rework archive metrics according to best practices by @frederikrothenberger in #1071
Full Changelog: release-2022-12-01...release-2022-12-05
Build flavors
For more information please see the Build flavors section of the README.
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 58a63363b53b67f7d36c0002a3a0ab57dea4e4fb
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm