Skip to content

0.6.27

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 13:33
· 826 commits to master since this release
6e25e40
  • motoko (moc)

    • Importing modules by relative path is now more robust (#3215).
    • Performance: persisting stable variables to stable memory is now
      performed in streaming fashion, reducing heap consumption and
      copying during an upgrade (#3149).
    • Performance: local 32- and 64-bit numeric values are now stored in
      using unboxed form when possible (thanks to nomeata) (#3207).
  • motoko-base

    • Fixed a bug in Trie.filter (and Trie.mapFilter) which could
      lead to missing matches in some cases (dfinity/motoko-base#371).