release-2023-08-25: Add support for dfx deps
github-actions
released this
25 Aug 07:21
·
832 commits
to main
since this release
This is Internet Identity release release-2023-08-25 for commit 5ed4fc3d32f0f6639412263132d03a105cd772c3.
This release includes only technical changes. Most of those prepare for future features, with the exception of dfx deps support.
The archive will be upgraded as well, see proposal arguments.
The sha256 of production asset internet_identity_production.wasm.gz is 1fe9bc1779b0b01527a95ac4fca9e97339376581ff6a08f2d3608a853e06bd00.
What's Changed
- Update node version by @gix-bot in #1782
- Remove activity counter internal state from public interface by @frederikrothenberger in #1786
- Improve upgrade tests for activity stats by @frederikrothenberger in #1788
- Rename
active_anchor_stats
module by @frederikrothenberger in #1789 - Update commit of IC artefacts by @gix-bot in #1790
- Refactor activity stats infrastructure to be independent of the activity being tracked by @frederikrothenberger in #1787
- Fix downloading nextest not failing on error by @frederikrothenberger in #1791
- Split encoding metrics into its own submodule by @frederikrothenberger in #1793
- Bump TypeScript to 5.1 by @nmattia in #1797
- Make the browser storage key key_type writeable by @frederikrothenberger in #1792
- Refactor metrics encoding derived from persistent state by @frederikrothenberger in #1796
- Collect and expose authentication method stats by @frederikrothenberger in #1800
- Fix class typos by @nmattia in #1802
- Don't force captcha focus by @nmattia in #1803
- Add showcase page for components by @nmattia in #1804
- Update commit of IC artefacts by @gix-bot in #1805
- Refactor release script / action by @frederikrothenberger in #1801
- Break down c-input class by @nmattia in #1807
- Introduce helper macro for handling variant results by @frederikrothenberger in #1806
- Add link with changes to RC slack message by @frederikrothenberger in #1808
- Improve test names by @frederikrothenberger in #1810
- Add API v2 authn_method_remove method by @frederikrothenberger in #1809
- Fix architecture in dockerfile by @frederikrothenberger in #1812
- Add support for dfx deps by @frederikrothenberger in #1798
Full Changelog: release-2023-08-11...release-2023-08-25
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 5ed4fc3d32f0f6639412263132d03a105cd772c3
./scripts/verify-hash --ii-hash 1fe9bc1779b0b01527a95ac4fca9e97339376581ff6a08f2d3608a853e06bd00
./scripts/docker-build --archive
sha256sum archive.wasm.gz