You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/support/release-notes.rst
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,31 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
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>`__.
Copy file name to clipboardExpand all lines: unreleased.rst
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,3 @@ This page contains release notes for the SDK.
8
8
9
9
HEAD — ongoing
10
10
--------------
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