Skip to content

0.13.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jan 23:31
· 4 commits to master since this release
6cb13b5
  • motoko (moc)

    • Support the low Wasm memory hook: system func lowmemory() : async* () { ... } (#4849).

    • Breaking change (minor) (#4854):

      • For enhanced orthogonal persistence: The Wasm persistence modes used internally for canister upgrades have been changed to lower case names,
        keep and replace and instead of Keep and Replace:

        If using actor class instances with enhanced orthogonal persistence, you would need to recompile the program and upgrade with latest moc and dfx.
        Otherwise, no action is needed.

    • bugfix: Checks and mitigations that timer servicing works (#4846).

    • bugfix: Some valid upgrades deleting a stable variable could fail the --enhanced-orthogonal-persistence stable compatibility check due to a bug (#4855).