Releases: dfinity/sdk
Releases · dfinity/sdk
SDK 0.6.1
Release: 0.6.1
SDK 0.6.0
Release: 0.6.0
SDK 0.5.15
Release: 0.5.15
SDK 0.5.11
Release: 0.5.11
SDK 0.5.8
Release: 0.5.8
SDK 0.5.7
Release: 0.5.7
SDK 0.5.6
Release: 0.5.6
SDK 0.5.5
Release: 0.5.5
SDK 0.5.4
Release: 0.5.4
0.5.3
🎁 What's new?
- Web interface for testing canisters.
To access, with the defaultdfx.json
setup, you can access127.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 forreplica
. Thereplica
is now set to a random port so that you can run twodfx 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.