Skip to content

Commit ab654b6

Browse files
garyverhaegen-damergify[bot]
authored andcommitted
release 0.13.16 (#2353)
1 parent 52efc09 commit ab654b6

File tree

3 files changed

+57
-17
lines changed

3 files changed

+57
-17
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.15
1+
0.13.16

docs/source/support/release-notes.rst

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

77
This page contains release notes for the SDK.
88

9+
.. _release-0-13-16:
10+
11+
0.13.16 - 2019-07-31
12+
--------------------
13+
14+
DAML Compiler
15+
~~~~~~~~~~~~~
16+
17+
- **BREAKING CHANGE** Handwritten instances of ``Template`` and ``Choice`` typeclasses are no longer supported.
18+
All template constructs must be defined using declarations inside ``template`` syntax.
19+
20+
DAML Docs
21+
~~~~~~~~~
22+
23+
- The ``damlc docs`` command now produces docs to a folder by default. Use the
24+
new ``--combine`` flag to output a single file instead.
25+
- The ``damlc docs`` flag ``--prefix`` has been replaced with a ``--template``
26+
flag which allows for a more flexible template.
27+
- The ``damlc docs`` flag ``--json`` has been dropped in favor of
28+
``--format=json``.
29+
30+
Extractor
31+
~~~~~~~~~
32+
33+
- **BREAKING CHANGE** Changed schema to accomodate removed field
34+
``ExercisedEvent#contract_creating_event_id``. Existing database schemas are
35+
not compatible anymore with the newer version. The extractor needs to be run
36+
on an empty schema from Ledger Begin.
37+
38+
Java Bindings
39+
~~~~~~~~~~~~~
40+
41+
- Add all packages of java bindings to the javadocs. See `#2280
42+
<https://github.com/digital-asset/daml/issues/2280>`__.
43+
- **BREAKING CHANGE** Removed field
44+
``ExercisedEvent#contract_creating_event_id``. See `#2068
45+
<https://github.com/digital-asset/daml/issues/2068>`__.
46+
47+
Ledger API
48+
~~~~~~~~~~
49+
50+
- **BREAKING CHANGE** Removed field
51+
``ExercisedEvent#contract_creating_event_id``. See `#2068
52+
<https://github.com/digital-asset/daml/issues/2068>`__.
53+
54+
Sandbox
55+
~~~~~~~
56+
57+
- The active contract service correctly serves stakeholders. See `#2070
58+
<https://github.com/digital-asset/daml/issues/2070>`__.
59+
- Added the ``--maxInboundMessageSize`` CLI parameter to set the maximux size
60+
of messages received through the Ledger API. If the value is not set the
61+
current default is preserved (4 MB).
62+
- Makes package uploads idempotent and tolerate partial duplicates. See `#2130
63+
<https://github.com/digital-asset/daml/issues/2130>`__.
64+
965
.. _release-0-13-15:
1066

1167
0.13.15 - 2019-07-25

unreleased.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,3 @@ This page contains release notes for the SDK.
88

99
HEAD — ongoing
1010
--------------
11-
12-
- [DAML Docs] The ``damlc docs`` command now produces docs to a folder by default. Use the new ``--combine`` flag to output a single file instead.
13-
- [DAML Docs] The ``damlc docs`` flag ``--prefix`` has been replaced with a ``--template`` flag which allows for a more flexible template.
14-
- [DAML Docs] The ``damlc docs`` flag ``--json`` has been dropped in favor of ``--format=json``.
15-
- [Java Bindings]: Add all packages of java bindings to the javadocs.
16-
See `#2280 <https://github.com/digital-asset/daml/issues/2280>`__.
17-
- [Sandbox] Makes package uploads idempotent and tolerate partial duplicates
18-
See `#2130 <https://github.com/digital-asset/daml/issues/2130>`__.
19-
- [Ledger API, Java Bindings] **BREAKING CHANGE** Removed field ``ExercisedEvent#contract_creating_event_id``.
20-
See `#2068 <https://github.com/digital-asset/daml/issues/2068>`__.
21-
- [Extractor] **BREAKING CHANGE** Changed schema to accomodate removed field ``ExercisedEvent#contract_creating_event_id``.
22-
Existing database schemas are not compatible anymore with the newer version. The extractor needs to be run on an empty schema from Ledger Begin.
23-
- [Sandbox] The active contract service correctly serves stakeholders. See `#2070 <https://github.com/digital-asset/daml/issues/2070>`__.
24-
- [Sandbox] Added the ``--maxInboundMessageSize`` CLI parameter to set the maximux size of messages received through the Ledger API. If the value is not set the current default is preserved (4 MB).
25-
- [DAML Compiler] Handwritten instances of ``Template`` and ``Choice`` typeclasses are no longer supported.
26-
All template constructs must be defined using declarations inside ``template`` syntax.

0 commit comments

Comments
 (0)