release-2024-06-28: Maintenance Release
This is Internet Identity release release-2024-06-28 for commit 3f049ecd9e242f93a6f13e4125f1a0da5071115b.
This release contains a few different maintenance changes, such as upgrading the rust version and adjusting the stack size along with it. A new metric is introduced to track the number of verifiable credentials presented using II.
The sha256 of production asset internet_identity_production.wasm.gz is 9bbf18af63ded5249f05d08cd6cb49fe815781e908659ee5eb65e022a1fa228c.
What's Changed
- Update release in README by @gix-bot in #2499
- Add support to provision dummy issuer with wallet by @frederikrothenberger in #2500
- Update dapps list by @gix-bot in #2501
- bump braces by @tmu0 in #2503
- Bump braces from 3.0.2 to 3.0.3 in /demos/using-dev-build by @dependabot in #2504
- Update dapps list by @gix-bot in #2502
- Update iota fork by @frederikrothenberger in #2505
- Update dapps list by @gix-bot in #2506
- Update codeowners file by @frederikrothenberger in #2507
- Update dapps list by @gix-bot in #2511
- Increase stack size to 3MB by @frederikrothenberger in #2508
- Update rust version by @gix-bot in #2485
- Bump GHA macos runner versions by @frederikrothenberger in #2509
- Remove breaking change exception of previous release by @frederikrothenberger in #2510
- Update didc release by @gix-bot in #2512
- Update node version by @gix-bot in #2513
- Remove unnecessary assertion by @frederikrothenberger in #2514
- chore: close img tag by @dfx-json in #2515
- Update didc release by @gix-bot in #2516
- Bump vitest and webdriverio by @frederikrothenberger in #2518
- Add metric for number of successful prepare_id_alias calls by @frederikrothenberger in #2519
New Contributors
Full Changelog: release-2024-06-07...release-2024-06-28
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 3f049ecd9e242f93a6f13e4125f1a0da5071115b
./scripts/verify-hash --ii-hash 9bbf18af63ded5249f05d08cd6cb49fe815781e908659ee5eb65e022a1fa228c
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.