Skip to content

0.5.3

Compare
Choose a tag to compare
@alexabsmith alexabsmith released this 21 Mar 19:04
· 2316 commits to master since this release
b09e715

🎁 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.