File tree Expand file tree Collapse file tree 3 files changed +42
-16
lines changed Expand file tree Collapse file tree 3 files changed +42
-16
lines changed Original file line number Diff line number Diff line change 1
- 0.13.21
1
+ 0.13.22
Original file line number Diff line number Diff line change @@ -6,6 +6,47 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
9
+ .. _release-0-13-22 :
10
+
11
+ 0.13.22 - 2019-09-04
12
+ --------------------
13
+
14
+ DAML Assistant
15
+ ~~~~~~~~~~~~~~
16
+
17
+ - **BREAKING CHANGE ** Changed the meaning of the ``source `` field in the daml.yaml
18
+ file to be a pointer to the source directory of the DAML code contained in a project relative to
19
+ the project root. This is breaking projects, where the ``source `` field of the project is pointing
20
+ to a non-toplevel location in the source code directory structure.
21
+
22
+ DAML Integration Kit
23
+ ~~~~~~~~~~~~~~~~~~~~
24
+
25
+ - Introduced initial support for multi-node testing. Note that for the time
26
+ being no test actually uses more than one node.
27
+ - **BREAKING CHANGE ** The ``-p `` / ``--target-port `` and ``-h `` / ``--host ``
28
+ flags have been discontinued. Pass one (or more) endpoints to test as command line arguments in the
29
+ ``<host>:<port> `` form.
30
+
31
+ Documentation
32
+ ~~~~~~~~~~~~~
33
+
34
+ - Basic explanation of generic templates.
35
+
36
+ Ledger API
37
+ ~~~~~~~~~~
38
+
39
+ - **BREAKING CHANGE ** In Protobuf ``Value `` message, rename ``decimal` field to ``numeric ``.
40
+
41
+ Sandbox
42
+ ~~~~~~~
43
+
44
+ - Updated the PostgreSQL JDBC driver to version 42.2.6.
45
+ - Added TRACE level debugging for database operations.
46
+ - Fixed a bug that could lead to an inconsistent snapshot of active contracts being served
47
+ by the ActiveContractsService under high load.
48
+ - Commands are now deduplicated based on ``(submitter, application_id, command_id) ``.
49
+
9
50
.. _release-0-13-21 :
10
51
11
52
0.13.21 - 2019-08-29
Original file line number Diff line number Diff line change @@ -9,18 +9,3 @@ This page contains release notes for the SDK.
9
9
HEAD — ongoing
10
10
--------------
11
11
12
- + [DAML Assistant] **BREAKING CHANGE ** Changed the meaning of the ``source `` field in the daml.yaml
13
- file to be a pointer to the source directory of the DAML code contained in a project relative to
14
- the project root. This is breaking projects, where the ``source `` field of the project is pointing
15
- to a non-toplevel location in the source code directory structure.
16
- + [Sandbox] Updated the PostgreSQL JDBC driver to version 42.2.6.
17
- + [Sandbox] Added TRACE level debugging for database operations.
18
- + [Ledger Api] *BREAKING CHANGE* * In Protobuf ``Value `` message, rename ``decimal` field to ``numeric ``.
19
- + [Sandbox] Fixed a bug that could lead to an inconsistent snapshot of active contracts being served
20
- by the ActiveContractsService under high load.
21
- + [Sandbox] Commands are now deduplicated based on ``(submitter, application_id, command_id) ``.
22
- + [DAML Integration Kit] Introduced initial support for multi-node testing. Note that for the time
23
- being no test actually uses more than one node.
24
- + [DAML Integration Kit] **BREAKING CHANGE ** The ``-p `` / ``--target-port `` and ``-h `` / ``--host ``
25
- flags have been discontinued. Pass one (or more) endpoints to test as command line arguments in the
26
- ``<host>:<port> `` form.
You can’t perform that action at this time.
0 commit comments