Release 0.12.17 (#1071)

This commit is contained in:
Moritz Kiefer 2019-05-10 14:02:53 +02:00 committed by Gary Verhaegen
parent f842ea9a1d
commit debe58e351
2 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
0.12.16
0.12.17

View File

@ -8,12 +8,20 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------
0.12.17 - 2019-05-10
--------------------
- Making transaction lookups performant so we can handle such requests for large ledgers as well
- **Sandbox**: Transactions with a record time that is after the maximum record time (as provided in the original command) are now properly rejected instead of committed to the ledger.
See `issue #987 <https://github.com/digital-asset/daml/issues/987>`__ for details.
- **SDK**: The Windows installer no longer requires elevated privileges.
- **DAML Assistant**: The assistant handles network failures gracefully.
.. _release-0-12-16:
0.12.16 - 2019-05-07