Skip to content

Commit 26c5a64

Browse files
author
Jussi Mäki
authored
release 0.13.25 (#2952)
1 parent 52efe9c commit 26c5a64

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.24
1+
0.13.25

docs/source/support/release-notes.rst

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

77
This page contains release notes for the SDK.
88

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.
38+
939
.. _release-0-13-24:
1040

1141
0.13.24 - 2019-09-16

unreleased.rst

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

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
16-
+ [DAML Integration Kit] fix contract key uniqueness check in kvutils.
17-
+ [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

Comments
 (0)