Skip to content

Releases: dfinity/sdk

SDK 0.6.1

13 Aug 19:37
9693be3
Compare
Choose a tag to compare
Release: 0.6.1

SDK 0.6.0

27 Jul 19:19
07df4f4
Compare
Choose a tag to compare
Release: 0.6.0

SDK 0.5.15

17 May 22:07
2d42640
Compare
Choose a tag to compare
Release: 0.5.15

SDK 0.5.11

17 May 22:07
b73a4c8
Compare
Choose a tag to compare
Release: 0.5.11

SDK 0.5.8

17 May 22:06
1c47872
Compare
Choose a tag to compare
Release: 0.5.8

SDK 0.5.7

17 May 22:06
9b8985f
Compare
Choose a tag to compare
Release: 0.5.7

SDK 0.5.6

17 May 22:06
1174cfb
Compare
Choose a tag to compare
Release: 0.5.6

SDK 0.5.5

17 May 22:04
568a6e1
Compare
Choose a tag to compare
Release: 0.5.5

SDK 0.5.4

17 May 22:02
fe5d013
Compare
Choose a tag to compare
Release: 0.5.4

0.5.3

21 Mar 19:04
b09e715
Compare
Choose a tag to compare

🎁 What's new?

  • Web interface for testing canisters.
    To access, with the default dfx.json setup, you can access 127.0.0.1:8000/candid?canisterId=ic:your_canister_id.
  • Bootstrap server shows error messages for a non-existent canister ID.
  • The replica will now use a random port.
    Previously, you could set the port of the web server with a fixed port for replica. The replica is now set to a random port so that you can run two dfx start in separate projects without a clash.

🛠 Issues fixed in this release:

  • Fix the single return value type on query function in Javascript userlib.
  • The canister list when running dfx build will no longer be randomized.