Skip to content

Commit aa30fed

Browse files
Release 0.13.31 (#3229)
* Release 0.13.31 * Update docs/source/support/release-notes.rst Co-Authored-By: Stefano Baghino <43749967+stefanobaghino-da@users.noreply.github.com>
1 parent 9571e29 commit aa30fed

File tree

3 files changed

+46
-14
lines changed

3 files changed

+46
-14
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.30
1+
0.13.31

docs/source/support/release-notes.rst

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

77
This page contains release notes for the SDK.
88

9+
.. _release-0-13-31:
10+
11+
0.13.31 - 2019-10-18
12+
--------------------
13+
14+
Sandbox
15+
~~~~~~~
16+
17+
- Party management fix, see `issue #3177 <https://github.com/digital-asset/daml/issues/3177>`_.
18+
- The maximum allowed TTL for commands is now configurable via the ``--max-ttl-seconds`` parameter, for example: ``daml sandbox --max-ttl-seconds 300``.
19+
- Fixed a bug where ``CreatedEvent#event_id`` field is not properly filled by ``ActiveContractsService``.
20+
See `issue #65 <https://github.com/digital-asset/daml/issues/65>`__.
21+
22+
DAML SDK
23+
~~~~~~~~
24+
25+
- Shrink docker image containing the full DAML SDK from 2.8 GB to 1.2 GB.
26+
27+
Navigator
28+
~~~~~~~~~
29+
30+
- Accept and use an access token to be used against Ledger API servers that require authentication, see `issue #3156 <https://github.com/digital-asset/daml/issues/3156>`_.
31+
- Demo-oriented password workflow has been removed.
32+
33+
Ledger Client
34+
~~~~~~~~~~~~~
35+
36+
- Expose new method to construct channels for more granular control over the client creation process.
37+
38+
JSON API - Experimental
39+
~~~~~~~~~~~~~~~~~~~~~~~
40+
41+
- Add ``/parties`` endpoint.
42+
43+
DAML Triggers - Experimental
44+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45+
46+
- The trigger runner now logs output from ``trace``, ``error`` and
47+
failed command completions and hides internal debugging output.
48+
49+
DAML-LF - Internal
50+
~~~~~~~~~~~~~~~~~~
51+
52+
- Changed the name of the bintray/maven package from ``com.digitalasset.daml-lf-archive-scala`` to ``com.digitalasset.daml-lf-archive-reader``
53+
954
.. _release-0-13-30:
1055

1156
0.13.30 - 2019-10-15

unreleased.rst

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

99
HEAD — ongoing
1010
--------------
11-
- [DAML Ledger Integration Kit] Skew/LET/MRT/Config tests consolidated in a single suite.
12-
- [JSON API - Experimental] Add ``/parties`` endpoint.
13-
- [Sandbox] Party management fix, see `issue #3177 <https://github.com/digital-asset/daml/issues/3177>`_.
14-
+ [Ledger] Fixed a bug where ``CreatedEvent#event_id`` field is not properly filled by ``ActiveContractsService``.
15-
See `issue #65 <https://github.com/digital-asset/daml/issues/65>`__.
16-
+ [DAML-LF (Internal)] Change the name of the bintray/maven ``com.digitalasset.daml-lf-archive-scala`` to ``com.digitalasset.daml-lf-archive-reader``
17-
+ [DAML Triggers -Experimental] The trigger runner now logs output from ``trace``, ``error`` and
18-
failed command completions and hides internal debugging output.
19-
+ [Sandbox] The maximum allowed TTL for commands is now configurable via the ``--max-ttl-seconds`` parameter, for example: ``daml sandbox --max-ttl-seconds 300``.
20-
+ [DAML SDK] Shrink docker image containing the full DAML SDK from 2.8 GB to 1.2 GB.
21-
+ [Navigator] Accept and use an access token to be used against Ledger API servers that require authentication, see `issue #3156 <https://github.com/digital-asset/daml/issues/3156>`_.
22-
+ [Navigator] Demo-oriented password workflow has been removed.
23-
+ [Ledger Client] Expose new method to construct channels for more granular control overy the client creation process.

0 commit comments

Comments
 (0)