Skip to content

Commit

Permalink
Release 0.13.19 (#2525)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocreature authored and mergify[bot] committed Aug 14, 2019
1 parent 4a952d5 commit 7f09d87
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.18
0.13.19
45 changes: 45 additions & 0 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,51 @@ Release notes

This page contains release notes for the SDK.

.. _release-0-13-19:

0.13.19 - 2019-08-14
--------------------

Sandbox
~~~~~~~

- Fixed a bug that prevented the ledger from loading transactions with empty workflow ids.
- Fixed internal shutdown order to avoid dead letter warnings when
stopping Sandbox/Ledger API Server. See issue `#1886
<https://github.com/digital-asset/daml/issues/1886>`__.

DAML Studio
~~~~~~~~~~~

- Added a new command for visualizing a project in the IDE.
- Print stack trace when a scenario fails.
- Various memory leaks have been fixed so long-running sessions should
no longer show a significant increase in memory usage.

DAML Compiler
~~~~~~~~~~~~~

- The ``--project-root`` option now works properly with relative paths
in ``daml build``.
- Support generic template declarations and instances. Documentation
for generic templates is still being worked on.
- The ``--dump-pom`` flag from ``damlc package`` has been removed as
packaging has not relied on POM files for a while.

Navigator
~~~~~~~~~

- ``{"None": {}}`` and ``{"Some": value}``, where previously accepted, are no longer supported or used for DAML ``Optional`` values.
Instead, for simple cases, use the plain value for ``Some``, and ``null`` for ``None``.
See issue `#2361 <https://github.com/digital-asset/daml/issues/2361>`__ for other cases.

HTTP JSON API
~~~~~~~~~~~~~

- A new, more intuitive JSON format for DAML values is supported.
See issue `#2361 <https://github.com/digital-asset/daml/issues/2361>`__.


.. _release-0-13-18:

0.13.18 - 2019-08-07
Expand Down
16 changes: 0 additions & 16 deletions unreleased.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,3 @@ This page contains release notes for the SDK.

HEAD — ongoing
--------------

+ [Ledger] Fixed a bug that prevented the ledger from loading transactions with empty workflow ids.
+ [DAML Extension] DAML visualization from IDE
+ [DAML Compiler] The ``--project-root`` option now works properly
with relative paths in ``daml build``.
+ [Ledger] Fixed internal shutdown order to avoid dead letter warnings when stopping Sandbox/Ledger API Server.
See issue `#1886 <https://github.com/digital-asset/daml/issues/1886>`__.
+ [DAML Compiler] Support generic template declarations and instances.
+ [DAML Compile] The ``--dump-pom`` flag from ``damlc package`` has been removed as packaging
has not relied on POM files for a while.
+ [DAML Studio] Print stack trace when a scenario fails.
+ [Navigator] ``{"None": {}}`` and ``{"Some": value}``, where previously accepted, are no longer supported or used for DAML ``Optional`` values.
Instead, for simple cases, use the plain value for ``Some``, and ``null`` for ``None``.
See issue `#2361 <https://github.com/digital-asset/daml/issues/2361>`__ for other cases.
+ [Navigator] [HTTP JSON] A new, more intuitive JSON format for DAML values is supported.
See issue `#2361 <https://github.com/digital-asset/daml/issues/2361>`__.

0 comments on commit 7f09d87

Please sign in to comment.