Release Notes

SDK version: 0.12.21
Release date: 2019-05-28

DAML Assistant

  • The exposed-modules field in daml.yaml is now optional. If it is not specified, all modules in the project are exposed. See #1328.

  • You can now see all available versions with daml version using the --all flag.

DAML Compiler

  • BREAKING CHANGE: Drop support for DAML-LF 1.1. Compiling to DAML-LF 1.2 should work without any code changes, although we highly recommend not specifying a target DAML-LF version at all.

  • Make DAML-LF 1.5 the default version produced by the compiler.

DAML Standard Library

  • parseInt and parseDecimal now work at more extremes of values and accept leading plus signs.

DAML-LF