release-2024-06-07: Stats improvements, logo update, minor wording change
This is Internet Identity release release-2024-06-07 for commit 1ce1fa6ea4f06706326a8dee42ae2200e81107f2.
This release contains a visual improvement of the logo, some changes to the copy on the authentication screen and improvements
of the stats feature.
The sha256 of production asset internet_identity_production.wasm.gz is 5400db5b81a2f7023d6d547861161ae1abbfa9060701bfb297e9888959ba8177.
What's Changed
- Update didc release by @gix-bot in #2471
- Update readme by @frederikrothenberger in #2470
- Update dapps list by @gix-bot in #2472
- Enable dev CSP by default when running dfx deploy by @frederikrothenberger in #2473
- Remove interface compatibility check exceptions by @frederikrothenberger in #2474
- Update ic-cdk and other deps by @przydatek in #2476
- Fix dapp logo showcase by @lmuntaner in #2478
- Revert "Update rust version (#2452)" by @frederikrothenberger in #2480
- Do not trap on pruning non-existing aggregations or zero weighted events by @frederikrothenberger in #2479
- Switch vc_util to a minimal iota-fork by @przydatek in #2475
- Remove recursive self-call and add explicit iteration limit by @frederikrothenberger in #2482
- Update node version by @gix-bot in #2481
- Update dapps list by @gix-bot in #2483
- Pin iota-fork by @przydatek in #2484
- Replace assert with warning by @frederikrothenberger in #2488
- New title "Choose Identity" when logging in by @lmuntaner in #2486
- Add test with stable memory data that caused the stats incident by @frederikrothenberger in #2487
- Add explicit bound to amortized clean-up by @frederikrothenberger in #2489
- Update dapps list by @gix-bot in #2490
- Remove timer-based pruning by @frederikrothenberger in #2491
- Update ip package dependency by @frederikrothenberger in #2492
- Add to vc-issuer a default root key, guard configure() by @przydatek in #2493
- Replace Logo by @meodai in #2494
- Tweak event aggregations exposed on /metrics by @frederikrothenberger in #2495
- Reset event data on empty persistent state counts by @frederikrothenberger in #2496
- Update dapps list by @gix-bot in #2497
- Limit number of retrieved event aggregations for stats and metrics by @frederikrothenberger in #2498
Full Changelog: release-2024-05-13...release-2024-06-07
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 1ce1fa6ea4f06706326a8dee42ae2200e81107f2
./scripts/verify-hash --ii-hash 5400db5b81a2f7023d6d547861161ae1abbfa9060701bfb297e9888959ba8177
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.