Skip to content

0.16.2

Choose a tag to compare

@github-actions github-actions released this 12 Sep 16:32
· 433 commits to master since this release
a8935ea
  • motoko (moc)

    • Added primitives to access canister environment variables (#5443):

      Prim.envVarNames : <system>() -> [Text]
      Prim.envVar : <system>(name : Text) -> ?Text

      These require system capability to prevent supply-chain attacks.

    • Added ability to import Blobs from the local file system by means of the blob:file: URI scheme (#4935).