Release 0.13.32 (#3276)

This commit is contained in:
Moritz Kiefer 2019-10-29 10:25:00 -04:00 committed by GitHub
parent b66c231aa0
commit d5de7d2177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 6 deletions

View File

@ -1 +1 @@
0.13.31
0.13.32

View File

@ -6,6 +6,31 @@ Release notes
This page contains release notes for the SDK.
.. _release-0-13-32:
0.13.32 - 2019-10-29
--------------------
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 <https://github.com/digital-asset/daml/issues/2330>`__.
.. _release-0-13-31:
0.13.31 - 2019-10-18

View File

@ -8,8 +8,3 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------
- [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.
- [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 <https://github.com/digital-asset/daml/issues/2330>`__.