Skip to content

0.11.0

Compare
Choose a tag to compare
@lastmjs lastmjs released this 24 Jan 23:22
· 3303 commits to main since this release
5753227

TLDR

There is no more need to manually install Rust on your machine. Azle will now install an encapsulated Rust environment inside of ~/.config/azle per version of Azle. Composite queries are now supported for use in the local replica, and the Manual return type was introduced.

Breaking Changes

  1. QueryManual and UpdateManual have been removed. If you want to create a manual query you must now use the Manual return type
  2. Please delete your local .dfx, target, and node_modules directories before installing and deploying with the new version of Azle
  3. You should add .azle to your .gitignore file

What's Changed

Full Changelog: 0.10.0...0.11.0