Skip to content

Commit e364375

Browse files
authored
Initiate release (#2745)
1 parent d2803c4 commit e364375

File tree

3 files changed

+42
-16
lines changed

3 files changed

+42
-16
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.21
1+
0.13.22

docs/source/support/release-notes.rst

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

77
This page contains release notes for the SDK.
88

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+
950
.. _release-0-13-21:
1051

1152
0.13.21 - 2019-08-29

unreleased.rst

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

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.

0 commit comments

Comments
 (0)