Skip to content

0.4.4

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

🎁 What's new?

  • Wait flag has been removed: Default behavior is now to wait for a response and a new --async option enables you to get a request identifier and check on the results of your request later.
  • dfx stop to stop dfx if it’s running in the background: It will stop the processes whether the client processes are running in the terminal or the background.
  • Developer can refer to canister by name: Install or call by using the name defined for the canister in the project dfx.json file.
  • Add support for argument to dfx build: Ignored in previous versions.

🛠 Issues fixed in this release:

  • Failed build fixed for MacOS and Linux.
  • Updated path in installer.
  • Memory leak resolved.