File tree Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Expand file tree Collapse file tree 3 files changed +34
-9
lines changed Original file line number Diff line number Diff line change 1
- 0.13.23
1
+ 0.13.24
Original file line number Diff line number Diff line change @@ -6,6 +6,39 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
9
+ .. _release-0-13-24 :
10
+
11
+ 0.13.24 - 2019-09-16
12
+ --------------------
13
+
14
+ Java codegen
15
+ ~~~~~~~~~~~~
16
+
17
+ - If the DAR source cannot be read, the application crashes and prints an error report.
18
+
19
+ DAML Assistant
20
+ ~~~~~~~~~~~~~~
21
+
22
+ - Java and Scala codegen is now integrated with the
23
+ assistant and distributed with the SDK. It can be run via ``daml codegen ``.
24
+ You can find more information in the `DAML Assistant documentation <https://docs.daml.com/tools/assistant.html >`_.
25
+
26
+ DAML Compiler
27
+ ~~~~~~~~~~~~~
28
+
29
+ - Fix bug with qualified imports of generic templates.
30
+
31
+ Ledger
32
+ ~~~~~~
33
+
34
+ - Upgraded ledger-api server H2 Database version to 1.4.199 with stability fixes including one to the ``merge `` statement.
35
+
36
+ DAML Integration Kit
37
+ ~~~~~~~~~~~~~~~~~~~~
38
+
39
+ - One more test case added. Transaction service tests are not multi-node aware.
40
+ - Semantic tests now ensure synchronization across participants when running in a multi-node setup.
41
+
9
42
.. _release-0-13-23 :
10
43
11
44
0.13.23 - 2019-09-11
Original file line number Diff line number Diff line change @@ -9,11 +9,3 @@ This page contains release notes for the SDK.
9
9
HEAD — ongoing
10
10
--------------
11
11
12
- + [Java codegen] If the DAR source cannot be read, the application crashes and prints an error report.
13
- + [DAML Assistant] Java and Scala codegen is now integrated with the
14
- assistant and distributed with the SDK. It can be run via ``daml codegen ``.
15
- You can find more information in the `DAML Assistant documentation <https://docs.daml.com/tools/assistant.html >`_.
16
- + [Ledger] Upgraded ledger-api server H2 Database version to 1.4.199 with stability fixes including one to the ``merge `` statement.
17
- + [DAML Integration Kit] One more test case added. Transaction service tests are not multi-node aware.
18
- + [DAML Integration Kit] Semantic tests now ensure synchronization across participants when running in a multi-node setup.
19
- + [DAML Compiler] Fix bug with qualified imports of generic templates.
You can’t perform that action at this time.
0 commit comments