Skip to content

0.6.27

Choose a tag to compare

@github-actions github-actions released this 04 May 13:33
· 1584 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