Skip to content

Commit d5de7d2

Browse files
authored
Release 0.13.32 (#3276)
1 parent b66c231 commit d5de7d2

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.31
1+
0.13.32

docs/source/support/release-notes.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ Release notes
66

77
This page contains release notes for the SDK.
88

9+
.. _release-0-13-32:
10+
11+
0.13.32 - 2019-10-29
12+
--------------------
13+
14+
DAML Triggers
15+
~~~~~~~~~~~~~
16+
17+
- 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.
18+
- The trigger runner has a new command that just lists the triggers in
19+
a dar using ``daml trigger list --dar path/to/dar``.
20+
21+
DAML Compiler
22+
~~~~~~~~~~~~~
23+
24+
- The package database is now be cleaned automatically on initialization.
25+
This means that you should no longer have to run ``daml clean`` on SDK upgrades
26+
if you use DAR dependencies (e.g. with DAML triggers).
27+
28+
Sandbox
29+
~~~~~~~
30+
31+
- Improve performance of looking up contracts from postgres. See `issue #2330 <https://github.com/digital-asset/daml/issues/2330>`__.
32+
33+
934
.. _release-0-13-31:
1035

1136
0.13.31 - 2019-10-18

unreleased.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@ This page contains release notes for the SDK.
88

99
HEAD — ongoing
1010
--------------
11-
- [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.
12-
- [DAML Compiler] The package database is now be cleaned automatically on initialization.
13-
This means that you should no longer have to run ``daml clean`` on SDK upgrades
14-
if you use DAR dependencies (e.g. with DAML triggers).
15-
- [Sandbox] Improve performance of looking up contracts from postgres. See `issue #2330 <https://github.com/digital-asset/daml/issues/2330>`__.

0 commit comments

Comments
 (0)