Skip to content

v0.13.32

Choose a tag to compare

@garyverhaegen-da garyverhaegen-da released this 29 Oct 15:36
d5de7d2

DAML Triggers

  • The trigger runner now supports triggers using the high-level API directly. These no longer need to be converted to low-level Triggers using runTrigger. Triggers using the low-level API are still supported.
  • The trigger runner has a new command that just lists the triggers in
    a dar using daml trigger list --dar path/to/dar.

DAML Compiler

  • The package database is now be cleaned automatically on initialization.
    This means that you should no longer have to run daml clean on SDK upgrades
    if you use DAR dependencies (e.g. with DAML triggers).

Sandbox

  • Improve performance of looking up contracts from postgres. See issue #2330.