release-2024-09-17: Maintenance Changes
This is Internet Identity release release-2024-09-17 for commit 4a54888023a537f6b4c6c26f8789ac93d3fa9d60.
This release contains a lot of maintenance changes, such as updating dependencies, adding a config (query) endpoint or removing outdated stable memory limits.
The sha256 of production asset internet_identity_production.wasm.gz is aa9f313f565ff998fc8522a63a6e0e01553aeca70a89d9f8ed6a66ca487a4cad.
What's Changed
- Update dapps list by @gix-bot in #2596
- Update release in README by @gix-bot in #2595
- Update dapps list by @gix-bot in #2597
- Upgrade dependencies by @frederikrothenberger in #2598
- Update ic-wasm by @frederikrothenberger in #2599
- Remove archive stable memory limit by @frederikrothenberger in #2600
- Update the II spec by @frederikrothenberger in #2582
- Remove unnecessary candid annotations by @frederikrothenberger in #2601
- Fix ic-wasm action failing on wrong version by @frederikrothenberger in #2604
- Add config endpoint by @frederikrothenberger in #2602
- fix: relative link in vc-spec.md by @jessiemongeon1 in #2605
- Bump dset from 3.1.3 to 3.1.4 by @dependabot in #2606
- Add CI job to update dfx by @frederikrothenberger in #2607
- Update dfx by @gix-bot in #2608
- Upgrade PocketIC by @frederikrothenberger in #2609
- Fix broken note blocks in documentation by @frederikrothenberger in #2611
- Add configuration options for upcoming dynamic captcha feature by @frederikrothenberger in #2610
- Bump dompurify from 3.0.6 to 3.1.3 by @dependabot in #2612
Full Changelog: release-2024-09-06...release-2024-09-17
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 4a54888023a537f6b4c6c26f8789ac93d3fa9d60
./scripts/verify-hash --ii-hash aa9f313f565ff998fc8522a63a6e0e01553aeca70a89d9f8ed6a66ca487a4cad
Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.