Skip to content

Releases: dfinity/internet-identity

release-2022-12-15: Candid schema migration

15 Dec 16:28
2e54e03
Compare
Choose a tag to compare

This is Internet Identity release release-2022-12-15 for commit 2e54e039a0a8d1c61d39b61948da83302d7a1294.

This release contains only technical changes. The most notable being that II is now prepared to change the candid encoding in stable memory. This is the second (and final) part of the stable memory migration to enable a much more flexible data layout.

The sha256 of production asset internet_identity_production.wasm is d9d9e6726464e4316ed4d797a3451aba0ba41560ca04608c7eda1c45c74080eb.

What's Changed

Full Changelog: release-2022-12-07...release-2022-12-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 d9d9e6726464e4316ed4d797a3451aba0ba41560ca04608c7eda1c45c74080eb
internet_identity_dev.wasm 8a55870efba72db419788cfe64b8e2132414d51a5e35db38851562ae750fbd1a
internet_identity_test.wasm 56908c102ea86ca5931a09b945b8b1b61d40c0cb2bdcc903e532ab37968d16a4
archive.wasm 1b856677bf3cd33d358173e6e782f81b967baeee90cad7317a1150ac6a83a134

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

release-2022-12-07: Stable memory migration

07 Dec 12:16
b0297a3
Compare
Choose a tag to compare

This is Internet Identity release release-2022-12-07 for commit b0297a3f4c4453e860619711d64d4eddf4523c19.

This release includes some technical improvements. The main reason for this release and proposal is to kick off the stable memory migration, which will give anchors more storage space. This is important for the development of future features.

The sha256 of production asset internet_identity_production.wasm is 8fcfb4baf651aed2738fbcfa950c2941db0f3eeae31f594ee2ebf12e36b55866.

What's Changed

Full Changelog: release-2022-12-05_2...release-2022-12-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 8fcfb4baf651aed2738fbcfa950c2941db0f3eeae31f594ee2ebf12e36b55866
internet_identity_dev.wasm 116aec77efd2b1c39050c55ddf4883490b9eb820ba8619565e076a0da03ebc3a
internet_identity_test.wasm 2a7122fae9d608ceca47baa23d0b6cd8e31edaa17cefec5dd4ef50e42e09769b
archive.wasm dc5da420d90c88f8a788c2dbf5d38d76e605ea5a80e5e4ed5f66bcd9aecfa101

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

release-2022-12-05_2: Fix error on authentication

05 Dec 17:35
Compare
Choose a tag to compare

This is Internet Identity release release-2022-12-05_2 for commit b7ffbd1c30b1ea430a0f59a0e6cb78550ac45032.

This update is a hotfix for an error that could occur on login, where we made incorrect assumptions about authenticator values.

The sha256 of production asset internet_identity_production.wasm is fad1cf887a969f6af49ce54efa501753d347ac602a611be3bb8ea08b490d31c9.

Full Changelog: release-2022-12-05...release-2022-12-05_2

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm fad1cf887a969f6af49ce54efa501753d347ac602a611be3bb8ea08b490d31c9
internet_identity_dev.wasm f364c028627e455382aeddc329ba8859e7c8cb6a124d52258efed52a677eef5d
internet_identity_test.wasm 616a7808ea18cb9f661380c88271fd4a8632b778335fa3c7be42eafaaaf6d4d5
archive.wasm dc5da420d90c88f8a788c2dbf5d38d76e605ea5a80e5e4ed5f66bcd9aecfa101

Related proposals

The issue was released in 95388.

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

release-2022-12-05: Better archive metrics, static pages and more

05 Dec 11:58
58a6336
Compare
Choose a tag to compare

This is Internet Identity release release-2022-12-05 for commit 58a63363b53b67f7d36c0002a3a0ab57dea4e4fb.

This includes better metrics for the archive canister, some pages built statically, and some infrastructure changes.

The sha256 of production asset internet_identity_production.wasm is d1d49e05b94d082d11f25b0bb73b81758f4148519acca1b43a1ee1b3cc286251.

What's Changed

Full Changelog: release-2022-12-01...release-2022-12-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 d1d49e05b94d082d11f25b0bb73b81758f4148519acca1b43a1ee1b3cc286251
internet_identity_dev.wasm 2d6cd17418d2ec57fee0570ee4d22c2b19a0df5e0a5c11c2969cae8a50b17d12
internet_identity_test.wasm 1823a3310d36be9fb5a6da3bbfa46493b3d59a83eb4e4c7bb54967080a26d061
archive.wasm dc5da420d90c88f8a788c2dbf5d38d76e605ea5a80e5e4ed5f66bcd9aecfa101

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

release-2022-12-01: Update rust dependencies

01 Dec 09:34
22a1529
Compare
Choose a tag to compare

release-2022-11-28: Use a fixed release in stable memory migration integration tests (#1058)

28 Nov 09:20
1ff5b03
Compare
Choose a tag to compare

This is Internet Identity release release-2022-11-28 for commit 1ff5b035634843944c72ea1edb215b6963cd37f2.

This release includes support to pick from multiple known anchors. It makes it much easier for users who use different anchors regularly. In addition this release prepares II for the upcoming stable memory migration which will give anchors more space for their devices (alongside of space for upcoming features).

The sha256 of production asset internet_identity_production.wasm is d817cd050a9db95d0c5c094f879193d3cedce0513b03f17d69316bc7bdee8100.

What's Changed

New Contributors

Full Changelog: release-2022-11-23...release-2022-11-28

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm d817cd050a9db95d0c5c094f879193d3cedce0513b03f17d69316bc7bdee8100
internet_identity_dev.wasm 3f18639d4e2193ad2f5f2809d3451d00016137c2db9e64adaf6ba764f8e7abaa
internet_identity_test.wasm 9b16eaa950b4d20ad636c2a1af6837d52bf1763032d5d87c0ec7089be20d779d
archive.wasm cca8f74b0bf7a27e0ad38c145df07aeffcbf4e4ef0d2a7a3ed42469baeb29c68

release-2022-11-23: Revert "Safely handle authentication requests (#1028)"

release-2022-11-22: Clean ups and usability improvements

22 Nov 08:08
c2eaaac
Compare
Choose a tag to compare

This is Internet Identity release release-2022-11-22 for commit c2eaaac3c1280bb46ac27179c5a98b20339fcc62.

This makes a few usability improvements (new spinner, wording, button highlight on hover) and includes some non-user facing refactoring work and clean ups.

The sha256 of production asset internet_identity_production.wasm is 50319f9c22d9cb44e0086921713c407dbcc8854339ee6409712cb263a30d1c41.

What's Changed

Full Changelog: release-2022-11-17_3...release-2022-11-22

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 50319f9c22d9cb44e0086921713c407dbcc8854339ee6409712cb263a30d1c41
internet_identity_dev.wasm 30dfe7d71b1fb222fa1e29146269a7e5a333ccc075964ce0a6b0aa099ece929b
internet_identity_test.wasm 94c3c6f3651dbb967bcc46cd61b33b3b1a3907c17a4f410239152d425b608b91
archive.wasm ec2fa8992b5e13caf5f8642f82922a15cef19e8cacc5054a9028e9defffbc439

release-2022-11-17_3: Better feedback for arrow picker (#1026)

17 Nov 17:06
cc0f030
Compare
Choose a tag to compare

release-2022-11-17_2: Use anchor picker in authenticate (#1024)

17 Nov 14:55
73002c2
Compare
Choose a tag to compare