Release SDK 0.13.6 (#1854)

The main reason for doing a release is that I want to unblock
@bame-da’s upgrade of the bond trading example but there have also
been a few useful fixes and improvements.
This commit is contained in:
Moritz Kiefer 2019-06-25 09:54:17 +02:00 committed by mergify[bot]
parent 5b480c99ec
commit b859b5c059
3 changed files with 66 additions and 25 deletions

View File

@ -1 +1 @@
0.13.5
0.13.6

View File

@ -6,6 +6,71 @@ Release notes
This page contains release notes for the SDK.
.. _release-0-13-6:
0.13.6 - 2019-06-25
-------------------
DAML Assistant
~~~~~~~~~~~~~~
- Added ``--install-assistant`` flag to ``daml install`` command,
changing the default behavior of ``daml install`` to install the assistant
whenever we are installing a newer version of the SDK. Deprecated the
``--activate`` flag.
- Added ``--start-navigator``, ``--on-start``, and ``--wait-for-signal``
options to ``daml start``, to make scripting and testing with the sandbox much easier.
DAML Studio
~~~~~~~~~~~
- Opening an already open scenario will now focus it rather than opening
it in a new empty tab which is never updated with results.
- The selected view for scenario results (table or transaction) is now
preserved when the scenario results are updated.
See `#1675 <https://github.com/digital-asset/daml/issues/1675>`__.
- Goto definition now works on the export list of modules.
- Goto definition now works on types.
DAML-LF
~~~~~~~
- Rename ``TO_TEXT_CODE_POINTS`` and ``FROM_TEXT_CODE_POINTS`` to ``TEXT_FROM_CODE_POINTS`` and ``TEXT_TO_CODE_POINTS``, resp.
Dependencies
~~~~~~~~~~~~
- Protobuf has been upgraded to version 3.8.0. This
also includes the protobuf-java library used as a dependency.
Ledger API
~~~~~~~~~~
- Added additional Ledger API integration tests to Ledger API Test Tool.
Java Bindings
~~~~~~~~~~~~~
- The artefact ``com.daml.ledger:bindings-java`` now has ``grpc-netty`` as dependency so that users don't need to explicitly add it.
DAML Integration Kit
~~~~~~~~~~~~~~~~~~~~
- Fixed a bug in the test tool that prevented users from running the tests.
See `#1841 <https://github.com/digital-asset/daml/issues/1841>`__
Navigator
~~~~~~~~~
- Added support for SDK project configuration files. If you start Navigator with the SDK Assistant,
Navigator will directly read the ``daml.yaml`` config file instead of the old Navigator config file.
See `#1128 <https://github.com/digital-asset/daml/issues/1128>`__.
Docker Image
~~~~~~~~~~~~
- The daml-sdk docker images are now based on Alpine Linux.
.. _release-0-13-5:
0.13.5 - 2019-06-19

View File

@ -8,27 +8,3 @@ This page contains release notes for the SDK.
HEAD — ongoing
--------------
- [DAML Assistant] Added ``--install-assistant`` flag to ``daml install`` command,
changing the default behavior of ``daml install`` to install the assistant
whenever we are installing a newer version of the SDK. Deprecated the
``--activate`` flag.
- [DAML Assistant] Added ``--start-navigator``, ``--on-start``, and ``--wait-for-signal``
options to ``daml start``, to make scripting and testing with the sandbox much easier.
- [DAML Studio] Opening an already open scenario will now focus it rather than opening
it in a new empty tab which is never updated with results.
- [DAML Studio] The selected view for scenario results (table or transaction) is now
preserved when the scenario results are updated.
See `#1675 <https://github.com/digital-asset/daml/issues/1675>`__.
- [DAML-LF] Rename ``TO_TEXT_CODE_POINTS`` and ``FROM_TEXT_CODE_POINTS`` to ``TEXT_FROM_CODE_POINTS`` and ``TEXT_TO_CODE_POINTS``, resp.
- [Dependencies] Protobuf has been upgraded to version 3.8.0. This
also includes the protobuf-java library used as a dependency.
- [Ledger API] Added additional Ledger API integration tests to Ledger API Test Tool.
- [DAML Studio] Goto definition now works on the export list of modules.
- [Java Bindings] The artefact ``com.daml.ledger:bindings-java`` now has ``grpc-netty`` as dependency so that users don't need to explicitly add it.
- [DAML Integration Kit] Fixed a bug in the test tool that prevented users from running the tests.
See `#1841 <https://github.com/digital-asset/daml/issues/1841>`__
- [DAML Studio] Goto definition now works on types.
- [Navigator] Added support for SDK project configuration files. If you start Navigator with the SDK Assistant,
Navigator will directly read the ``daml.yaml`` config file instead of the old Navigator config file.
See `#1128 <https://github.com/digital-asset/daml/issues/1128>`__.