Skip to content

Commit b2b711c

Browse files
leo-darohanjr
authored andcommitted
release-0-13-24 (#2922)
1 parent c7eb05b commit b2b711c

File tree

3 files changed

+34
-9
lines changed

3 files changed

+34
-9
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.23
1+
0.13.24

docs/source/support/release-notes.rst

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

77
This page contains release notes for the SDK.
88

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+
942
.. _release-0-13-23:
1043

1144
0.13.23 - 2019-09-11

unreleased.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,3 @@ This page contains release notes for the SDK.
99
HEAD — ongoing
1010
--------------
1111

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.

0 commit comments

Comments
 (0)