Skip to content

Releases: dfinity/internet-identity

release-2023-07-07: Visual UX improvements and minor fixes

07 Jul 09:09
92dc429
Compare
Choose a tag to compare

This is Internet Identity release release-2023-07-07 for commit 92dc4291ff3cbca7e98b47528e7edd0dfbbb8865.

The release introduces visual UX improvements and fixes several typos/inconsistencies in displayed texts.

The sha256 of production asset internet_identity_production.wasm.gz is dca2090e1f2d5eeab5f0ffe4556054539ad537dd1954fc177e116e6278849936.

What's Changed

Full Changelog: release-2023-06-27...release-2023-07-07

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz dca2090e1f2d5eeab5f0ffe4556054539ad537dd1954fc177e116e6278849936
internet_identity_dev.wasm.gz ec4ce8c6c0cde4ffc996f1b3c93054174835ede95825164cd7570ce99d91bf51
internet_identity_test.wasm.gz 9a977dd1ec93d6f890be38af58d4fd1c90b509a430fd0cddb3dcf89ebbf990fe
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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 92dc4291ff3cbca7e98b47528e7edd0dfbbb8865
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-06-27: Fix dapps explorer links

27 Jun 08:37
01d396b
Compare
Choose a tag to compare

This is Internet Identity release release-2023-06-27 for commit 01d396b4893d932308581e05847188ffec5f5843.

This fixes the links from the dapps explorer. The previous release introduced a bug where the links out of the explorer did not work.

The sha256 of production asset internet_identity_production.wasm.gz is 5fbdd461396eeef29d40bf76420867df8a67e820be2cc9af75a4a6c3dac47f72.

Related Proposals

  • 123246: Introduced the broken links

What's Changed

Full Changelog: release-2023-06-23...release-2023-06-27

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 5fbdd461396eeef29d40bf76420867df8a67e820be2cc9af75a4a6c3dac47f72
internet_identity_dev.wasm.gz 269ca48f528f694170070be04c187712ab93ef75d16d96083929b6bf783e55c9
internet_identity_test.wasm.gz 5582b228cb22813c68bd8b33d25f4844ae3eef0e198da599117fb3d29e64daaf
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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 01d396b4893d932308581e05847188ffec5f5843
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-06-23: Improvements in recovery flows and input UX, minor cleanups & fixes.

23 Jun 08:14
c32f041
Compare
Choose a tag to compare

This is Internet Identity release release-2023-06-23 for commit c32f041b12efec3875cfdc2dce223fe3272b06f8.

User-facing features improved recovery flows and input UX, standardized info screens; operational updates streamlined artifact handling and screenshot workflow; fixes addressed code cleanliness, UI inconsistencies, error messaging, and visual consistency.

The sha256 of production asset internet_identity_production.wasm.gz is b3043584fb2b711a20b04252ac102f6b7cfb048e8c2d8a35cb3224e516d38d5c.

What's Changed

Full Changelog: release-2023-06-16...release-2023-06-23

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz b3043584fb2b711a20b04252ac102f6b7cfb048e8c2d8a35cb3224e516d38d5c
internet_identity_dev.wasm.gz 901e1d0d4481d22648055dfb3efb0732e3f886c54f62177551bf4f0b5896ad51
internet_identity_test.wasm.gz 1dad9923a992c51b2c60e4ac16e9803d36dc6d28261c696a84853763174820e1
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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 c32f041b12efec3875cfdc2dce223fe3272b06f8
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-06-16: UX improvements, drop support for v6 storage layout

16 Jun 08:38
c3af349
Compare
Choose a tag to compare

This is Internet Identity release release-2023-06-16 for commit c3af3499ee3dd114ba055c32cfce3c3737b6b990.

This release introduces various UX improvements and is removing the support for v6 storage layout.

The sha256 of production asset internet_identity_production.wasm.gz is 3b0b4405868219f47b923e4022212d1b1d17ecb8b5074a6d715d5c1abdcab320.

What's Changed

Full Changelog: release-2023-06-06...release-2023-06-16

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 3b0b4405868219f47b923e4022212d1b1d17ecb8b5074a6d715d5c1abdcab320
internet_identity_dev.wasm.gz f138d12052a6d5b9383893ca327bb20c4eb2636870fdc99a4b74fc6ca56535a0
internet_identity_test.wasm.gz e64c7cd3ae390c64f47d122704c6358840fff23a75f4107117f8f085f110a2b1
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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 c3af3499ee3dd114ba055c32cfce3c3737b6b990
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-06-06: CAPTCHA updates and refinements

06 Jun 11:56
18acb46
Compare
Choose a tag to compare

This is Internet Identity release release-2023-06-06 for commit 18acb46f039f5d4bcd82d6e1898e969ad6d9ee60.

This release introduces improvements and refinements to the CAPTCHA, updated links, and several non-user-facing updates.

The sha256 of production asset internet_identity_production.wasm.gz is a9a5d0492d1455d6b6b84fdc102fb182f55975145a2f99a403eb10ea7e37aee6.

What's Changed

Full Changelog: release-2023-05-30...release-2023-06-06

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz a9a5d0492d1455d6b6b84fdc102fb182f55975145a2f99a403eb10ea7e37aee6
internet_identity_dev.wasm.gz d9123d5174518d771a19b403cb9e291ba2f2e57958ad3eacff737bb8eb8ab6c1
internet_identity_test.wasm.gz 35a4a34d493b5df7460b2cf27ae5738db0addcd8f286b8f0876650e111c19bee
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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 18acb46f039f5d4bcd82d6e1898e969ad6d9ee60
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-05-30: hotfix for icons, memory manager migration

30 May 11:21
3ff8d25
Compare
Choose a tag to compare

This is Internet Identity release release-2023-05-30 for commit 3ff8d257bfcb4adae35a5ebd1c733404d185a7d1.

This release fixes some inconsistencies in icons' presentation, and enables the migration of stable storage to MemoryManager.

The sha256 of production asset internet_identity_production.wasm.gz is 4e1aaedbb10d0c44b9899e3b148d76adc1c8b301c16971f9e5a22424b236bbc1.

What's Changed

Full Changelog: release-2023-05-26...release-2023-05-30

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 4e1aaedbb10d0c44b9899e3b148d76adc1c8b301c16971f9e5a22424b236bbc1
internet_identity_dev.wasm.gz 395b44bed91eefbbbc2afec9e2deef11803d57a8cc25d661a5099759daf76c0e
internet_identity_test.wasm.gz f3e55bae865c4ced642d2d615c23c43bfd9837060c550b19d0bb6cc43a5b6863
archive.wasm.gz 61e92e6724a68991bef5e59413070dddc4f1d7fd7511376ec35dddaaaba25a61

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 3ff8d257bfcb4adae35a5ebd1c733404d185a7d1
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-05-26: Various smaller fixes

26 May 14:12
1415db8
Compare
Choose a tag to compare

This is Internet Identity release release-2023-05-26 for commit 1415db897c7e961e7468dd027cc1b0f33c944162.

This release contains many smaller fixes on the UI / UX as well as technical improvements to the dev infrastructure.

The sha256 of production asset internet_identity_production.wasm.gz is 84c099b4e7a20f0259f0b6ba1bec2d7a2fd4015fd0124af9d6247f3b42cbff74.

What's Changed

Full Changelog: release-2023-05-15...release-2023-05-26

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 84c099b4e7a20f0259f0b6ba1bec2d7a2fd4015fd0124af9d6247f3b42cbff74
internet_identity_dev.wasm.gz cacd58ec17a4dc1eb8e4451e1ae9a4af1a816590cabea0260e72f38a382863fb
internet_identity_test.wasm.gz 1a7cee59854d3e9766f5c2cb2bed0b5a7071b8de009849ccd28015963561b885
archive.wasm.gz 61e92e6724a68991bef5e59413070dddc4f1d7fd7511376ec35dddaaaba25a61

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 1415db897c7e961e7468dd027cc1b0f33c944162
./scripts/docker-build
sha256sum internet_identity.wasm.gz

release-2023-05-15: UI Fixes for release-2023-05-12

15 May 15:59
Compare
Choose a tag to compare

This is Internet Identity release release-2023-05-15 for commit c9a3919fedc749f043d04be702681b9512d38c00. This includes a couple of small bug fixes introduced in proposal 122285
The sha256 of production asset internet_identity_production.wasm.gz is 6a1bd627ce03a0a4e48a1a52a4e4c7e4a6cce159a4bcd9a126ae8c3327f1008b.

Related proposals:

This is a hotfix for the following proposal

Full Changelog: release-2023-05-12...release-2023-05-15

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 6a1bd627ce03a0a4e48a1a52a4e4c7e4a6cce159a4bcd9a126ae8c3327f1008b
internet_identity_dev.wasm.gz 63280c91ffa61384138ce8ec3ed871c6a1c1c598a08d488fdc24a4c578a4d294
internet_identity_test.wasm.gz e1c90524ddb1bbf17fa4c91ad92b402cc645bb075a35403c4e588aba8a44b779
archive.wasm.gz cdcc4012243d106d31865feeefaa65bb2ed1d251d3408166d2cdc7423e08e2a9

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 c9a3919fedc749f043d04be702681b9512d38c00
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-05-12: Onboarding improvements

12 May 15:54
c1c1074
Compare
Choose a tag to compare

This is Internet Identity release release-2023-05-12 for commit c1c1074482f5d6102c2b955f3c008518fcfcf265. This includes improvements for the onboarding flow, as well as some frontend infrastructure changes.
The sha256 of production asset internet_identity_production.wasm.gz is 7fda6daa32d716bfa7c6d1a3ee2c815d2a13232db2e62a317e9b1e3eea4317b9.

What's Changed

Full Changelog: release-2023-05-09...release-2023-05-12

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 7fda6daa32d716bfa7c6d1a3ee2c815d2a13232db2e62a317e9b1e3eea4317b9
internet_identity_dev.wasm.gz 5bf510e8cb88e6d4e2f9b0f5ffae8b9beafe1aa5cd0b4df1a995b0579f11e1c7
internet_identity_test.wasm.gz 8723d76c899786ce8a5591d7450ddea3b2b144080d9c5b65dda5f38fd0b88b57
archive.wasm.gz cdcc4012243d106d31865feeefaa65bb2ed1d251d3408166d2cdc7423e08e2a9

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 c1c1074482f5d6102c2b955f3c008518fcfcf265
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-05-09: UX Improvements

09 May 07:07
2166e88
Compare
Choose a tag to compare

This is Internet Identity release release-2023-05-09 for commit 2166e885739291ec50d613a291b257dc0503bb42.

This release bundles a lot of small UX improvements, that were necessary due to the bigger changes contained in the last release.

The sha256 of production asset internet_identity_production.wasm.gz is 0a87fc787ff4fd57f2c419caf414e49cf9cd4af70e93e82562268ab97c224ce3.

What's Changed

Full Changelog: release-2023-05-05...release-2023-05-09

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 0a87fc787ff4fd57f2c419caf414e49cf9cd4af70e93e82562268ab97c224ce3
internet_identity_dev.wasm.gz 6411dc257b0ff8abacca24752c4b7da631139f4dd033e35d71d12e38a86be76b
internet_identity_test.wasm.gz 7a15872616c9a8fe2c23276919c4df48aec82e253a4c397882046ff96431e75d
archive.wasm.gz cdcc4012243d106d31865feeefaa65bb2ed1d251d3408166d2cdc7423e08e2a9

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 2166e885739291ec50d613a291b257dc0503bb42
./scripts/docker-build
sha256sum internet_identity.wasm.gz