You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/support/release-notes.rst
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,51 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
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``
Copy file name to clipboardExpand all lines: unreleased.rst
-13Lines changed: 0 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,3 @@ This page contains release notes for the SDK.
8
8
9
9
HEAD — ongoing
10
10
--------------
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