Skip to content

Releases: dfinity/internet-identity

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

release-2023-05-05: Automatic Device Naming

05 May 16:08
8c2eccc
Compare
Choose a tag to compare

This is Internet Identity release release-2023-05-05 for commit 8c2eccc1cce4cee926878935e4055cea56ccaf60.

This release contains many exciting front-end changes to make onboarding easier and Internet Identity more understandable in general.

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

What's Changed

Full Changelog: release-2023-04-28...release-2023-05-05

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 f03f8b09347dba6171de61e44cb1b2f80ec15bab0f930720d51795a20712b7aa
internet_identity_dev.wasm.gz 8db8d95336793113043ab25ce354bc60200ff259fe873e757513221b9e8cd43f
internet_identity_test.wasm.gz 886c9285cfdaa3658bee4bdcb1e05cd7c14847d995874bd98166973f98f337a9
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 8c2eccc1cce4cee926878935e4055cea56ccaf60
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz

release-2023-04-28: dapp Explorer

28 Apr 15:25
e89dcec
Compare
Choose a tag to compare

This is Internet Identity release release-2023-04-28 for commit e89dceccff5c9111dee8ab0f2d6c85c98fee3cc6.

This release brings many front-end improvements:

  • a dapp explorer to browse applications where II can be used
  • easier registrations
  • more informative landing page
  • and many many more changes

There were also a lot of less noticeable technical improvements. This is why the archive needs to be updated as well (see arguments).

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

What's Changed

Read more

release-2023-04-12: Recovery phrase and add device improvements

12 Apr 08:56
135e6f2
Compare
Choose a tag to compare

This is Internet Identity release release-2023-04-12 for commit 135e6f230b042e25ac035fd2423347e4383807e1.

This release includes UX improvements for the following flows:

  • recovering with a recovery phrase
  • adding a new device from the II management page

In addition, this release contains a lot of smaller improvements and technical changes.

The sha256 of production asset internet_identity_production.wasm.gz is 39fc883084771525e95e3f8f3038d34ccc161514aadcd78580eef8f91851fa6a.

What's Changed

New Contributors

Full Changelog: release-2023-03-27...release-2023-04-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 1ea525f88439f0a5718758e77f152da6a5f1f9e7a444bd78dc93defb360c9ac7
internet_identity_production.wasm.gz 39fc883084771525e95e3f8f3038d34ccc161514aadcd78580eef8f91851fa6a
internet_identity_dev.wasm 373a4b9616c000a99b73041f30ff113f24aabb480053fe4a194bb0c56b848d90
internet_identity_dev.wasm.gz 705e32a2e19b3fdfa4fa31c3e49198c930765db73b84795af21fea73aa1875fe
internet_identity_test.wasm 39b1436f5824076153904cf3223922157b6c80265e7491e7a8ebb6a6104e0aec
internet_identity_test.wasm.gz 3082c4c5d42a679a2fe2e85e56065caa76492b00d089dba822ed384e171b6d64
archive.wasm 084873b63660fda2c1a5e3f2c476a8696a9d1fcca983276af8a552c65ef2da8c
archive.wasm.gz 8d3c97d23b4ee31338f6171dad73c5fa3019bc1196bb1ac8a25770ccbd92286e

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

release-2023-03-27: Recovery Phrase Improvements

27 Mar 14:30
a78ec40
Compare
Choose a tag to compare

This is Internet Identity release release-2023-03-27 for commit a78ec409a37029b59f544074080f445d61ae25df.

This release contains UX improvements for generating and confirming recovery phrases.
In addition this release also contains a lot of technical, non user-facing changes.

The sha256 of production asset internet_identity_production.wasm is 2abb6cdaa3dc0642241ea70edaa8391d14d5c8e99b91b74e6b9c8e83fc1b9ba1.

What's Changed

Full Changelog: release-2023-03-09...release-2023-03-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 2abb6cdaa3dc0642241ea70edaa8391d14d5c8e99b91b74e6b9c8e83fc1b9ba1
internet_identity_production.wasm.gz f5d244c7825e6e85b7a2fa6e815058412fced3463de63b637bc3c6304c3304c5
internet_identity_dev.wasm e351a2309c6d6bddcdfa4726eea9a4519a89965c380703bb8502fa7a8a0a64dc
internet_identity_dev.wasm.gz c9b194e83bd4bbb2792a118f447d549115161f13597f8522fe59ce1ddd7f5c23
internet_identity_test.wasm 1dfbe360e3d61dc29edada2b2edbc53dd0856f882d0adc0e92351fa44db4847b
internet_identity_test.wasm.gz 2c7a383781e0ec38984935bc20fab6dff8cdc056812a2aef804888a01031ff8e
archive.wasm 4521f229f2068cf319c24f41bc11205a9721590f43e1ff6f274e4bfd3c02f33f

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

release-2023-03-09: UX improvements on device settings and device not supported screen

09 Mar 12:12
fd4c493
Compare
Choose a tag to compare

This is Internet Identity release release-2023-03-09 for commit fd4c4937b11a0feba7b414cb65489cebc49b5f0a.

This release includes some UX improvements and some technical changes. It also fixes a type error in the candid file.

The sha256 of production asset internet_identity_production.wasm is 38b54cb8b8cc6e7ee3cf0c028461f5f351f80fad23dd143b605c036f46ba2a01.

What's Changed

Full Changelog: release-2023-03-06...release-2023-03-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 38b54cb8b8cc6e7ee3cf0c028461f5f351f80fad23dd143b605c036f46ba2a01
internet_identity_dev.wasm e8ff88da135970879d380b835230dc2fcfbd916c9a1b79af9b911d56bb865c3b
internet_identity_test.wasm dcf9d98fe8f7007fb48ea7104f17d3b9f4b7b3de8a940cd3e99adafe2d4bb92e
archive.wasm 04b1e037951a65c688940f867dc4fb47e6b674a28a2197bb1b40300335c53f50

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

release-2023-03-06: Recovery settings & CAPTCHA improvements

06 Mar 17:38
914eb5f
Compare
Choose a tag to compare

This is Internet Identity release release-2023-03-06 for commit 914eb5fdae63cd636a7d559f1eef3fc6b4ab451c. This includes improvements related to recovery phrases, CAPTCHA, UX, and some non user-facing improvements.
The sha256 of production asset internet_identity_production.wasm is 50377b5564a9ed34bd1fcbdb78efd408384ccce61ff2bd89c4f6eb485109cbb2.

What's Changed

Full Changelog: release-2023-02-23...release-2023-03-06

Deprecations

  • The canister method lookup is deprecated. Use get_anchor_credentials instead.

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 50377b5564a9ed34bd1fcbdb78efd408384ccce61ff2bd89c4f6eb485109cbb2
internet_identity_dev.wasm b8f86a9cfd07633969484fc494d3dda8f729122d2a51c1da3567786197cfde43
internet_identity_test.wasm 073b64b602fe82e29b03bcdd1c0e07e7ad2d488587e7ad7dc2f1802bca654405
archive.wasm 2da647384fbc16146d60b67fd4769172bcd5c3d9068af36735644f5d3c12031c

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