-
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
andreplace
and instead ofKeep
andReplace
:If using actor class instances with enhanced orthogonal persistence, you would need to recompile the program and upgrade with latest
moc
anddfx
.
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).
-