Skip to content

1.15.1

Choose a tag to compare

@caffeine-ci-bot caffeine-ci-bot released this 02 Sep 12:01
· 9 commits to master since this release
1f6fc15
  • motoko (moc)

    • fix: Strip the motoko:stable-types custom section from the wasm
      under --enhanced-migration: it can grow very large with migration
      chains, and the runtime system already enforces stable-type
      compatibility at upgrade time. Compile-time validation and the
      .most output under --stable-types are unaffected (#6073).

    • bugfix: Candid record decoding now skips trailing extra fields whose count
      is a multiple of 256; the skip count had been truncated to a byte (#6334).