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
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,36 @@ Release notes
6
6
7
7
This page contains release notes for the SDK.
8
8
9
+
.. _release-0-13-25:
10
+
11
+
0.13.25 - 2019-09-18
12
+
--------------------
13
+
14
+
Documentation
15
+
~~~~~~~~~~~~~
16
+
17
+
- Suppress instance documentation when `--data-only` mode is requested.
18
+
19
+
DAML-LF
20
+
~~~~~~~
21
+
22
+
- Add CAST_NUMERIC and SHIFT_NUMERIC in DAML-LF 1.dev.
23
+
- Change signature of MUL_NUMERIC and DIV_NUMERIC.
24
+
25
+
DAML Integration Kit
26
+
~~~~~~~~~~~~~~~~~~~~
27
+
28
+
- Fix contract key uniqueness check in kvutils.
29
+
30
+
- Preload packages in a background thread in kvutils.
31
+
32
+
Ledger
33
+
~~~~~~
34
+
35
+
- ActiveContractsService now specifies to always return at least one message with the offset. This removes a special case where clients would need to check if the stream was empty or not.
36
+
37
+
- Dramatically increased performance of the ActiveContractService by only loading the contracts that the parties in the transaction filter are allowed to see.
Copy file name to clipboardExpand all lines: unreleased.rst
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,3 @@ This page contains release notes for the SDK.
9
9
HEAD — ongoing
10
10
--------------
11
11
12
-
* [DAML Docs] suppress instance documentation when `--data-only` mode is requested
13
-
+ [DAML-LF] add CAST_NUMERIC and SHIFT_NUMERIC in DAML-LF 1.dev
14
-
+ [Sandbox] Dramatically increased performance of the ActiveContractService by only loading the contracts that the parties in the transaction filter are allowed to see.
15
-
+ [DAML-LF] change signature of MUL_NUMERIC and DIV_NUMERIC
+ [Ledger API] ActiveContractsService now specifies to always return at least one message with the offset. This removes a special case where clients would need to check if the stream was empty or not.
0 commit comments