Releases: dfinity/motoko
Releases · dfinity/motoko
0.6.25
0.6.24
0.6.23
0.6.22
-
motoko (
moc
) -
Various reports from CI are now pushed to
https://dfinity.github.io/motoko (#3113)
0.6.21
-
motoko (
moc
)- Emit new ICP metadata custom section 'motoko:compiler' with compiler release or revision in UTF8 (e.g. "0.6.21"). Default is
icp:private
(#3091). - Generalized
import
supporting pattern matching and selective field imports (#3076). - Fix: insert critical overflow checks preventing rare heap corruptions
in out-of-memory allocation and stable variable serialization (#3077). - Implement support for 128-bit Cycles-API (#3042).
- Emit new ICP metadata custom section 'motoko:compiler' with compiler release or revision in UTF8 (e.g. "0.6.21"). Default is
-
motoko-base
ExperimentalInternetComputer
library, exposing low-level, binarycall
function (a.k.a. "raw calls") (dfinity/motoko-base#334, Motoko #3806).Principal.fromBlob
added (dfinity/motoko-base#331).
0.6.20
-
motoko
- Implement support for
heartbeat
system methods (thanks to ninegua) (#2971)
- Implement support for
-
motoko-base
- Add
Iter.filter : <A>(Iter<A>, A -> Bool) -> Iter<A>
(thanks to jzxchiang1) (dfinity/motoko-base#328).
- Add
0.6.19
-
motoko-base
- Fixed a bug in the
RBTree.size()
method.
- Fixed a bug in the
0.6.18
-
moc
- Add runtime support for low-level, direct access to 64-bit IC stable memory, including documentation.
- Add compiler flag
--max-stable-pages <n>
to cap any use ofExperimentalStableMemory.mo
(see below), while reserving space for stable variables.
Defaults to 65536 (4GiB).
-
motoko-base
- (Officially) add
ExperimentalStableMemory.mo
library, exposing 64-bit IC stable memory
- (Officially) add
-
BREAKING CHANGE (Minor):
The previously available (but unadvertised)ExperimentalStableMemory.mo
used
Nat32
offsets. This one usesNat64
offsets to (eventually) provide access to more address space.
0.6.17
0.6.16
- Minor performance improvement to the mark-compact garbage collector