Skip to content

Upgrading to v2

  • Various Candid-inherited types are no longer expressed as unions and resolves to a single type. For example: Uint8Array instead of Uint8Array | number[].
  • The canisterStatus function interface was modified to introduce support for query calls.

If you are upgrading from @dfinity/* libraries, have a look at the Upgrading to v1 guide.


For more details, have a look at the Changelog.