Skip to content

0.4.9

Compare
Choose a tag to compare
@eftychis eftychis released this 20 Mar 18:33
· 2480 commits to master since this release
aec023c

🎁 What's new?

  • Query command will be deprecated, but can still be used in this release.
  • Added cache subcommand and can defer dfx to cached version.
    The following cache subcommands are now available:
    ManageCache: Manages the dfx version cache
    CacheDelete: Delete a specific versioned cache of dfx
    CacheUnpack: Force unpacking the cache from current version
    CacheList: List installed and used version
  • Support variant for IDL deserialization
  • You can now deserialize variant type to an abstract value type like IDLValue.

🛠 Issues fixed in this release:

  • Query command will be deprecated, but can still be used in this release.
  • dfx ide command renamed to _language-service
    Following release of dfx ide in V0.4.7, this command has been renamed to better reflect its intended use. This command command is meant to be run by editors to start a language service and will most likely not be used in a terminal. If desired, you can pass the --force-tty flag.
  • Security flags fixed when installing dfx
    You will now be prompted to use TLS 1.3 if available, but --insecure flag can be used as a workaround.
  • Support added for unknown read response to request-status.
    Previously an error was provided when requesting status and the client did not process the message.