Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.13.45 #4154

Merged
merged 2 commits into from
Jan 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.44
0.13.45
47 changes: 47 additions & 0 deletions docs/source/support/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,53 @@ Release notes

This page contains release notes for the SDK.

.. _release-0-13-45:

0.13.45 - 2020-01-22
--------------------

Sandbox
~~~~~~~

- Metrics are now namespaced by ``"daml"`` and their names have been
standardized to snake_case.

DAML-LF
~~~~~~~

- Prohibit contract IDs in contract keys completely. Previously, creating keys containing absolute (but not relative) contract IDs was allowed, but ``lookupByKey`` on such a key would crash.

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

- Added a ``--drop-orphan-instances`` flag in ``daml damlc docs``.
- The modification times in a DAR are now fixed to a
given value which makes the output of ``daml build`` deterministic
in single-threaded mode (which is the default).

JSON API - Experimental
~~~~~~~~~~~~~~~~~~~~~~~

- Support Exercise by Key. See `issue #4099 <https://github.com/digital-asset/daml/issues/4099>`__.
- Response format in ``searchForever`` changed to be more like ``exercise``.
See `issue #4072 <https://github.com/digital-asset/daml/issues/4072>`__.
- In 'search' endpoint arguments, %templates is now templateIds.
Additionally, all contract query fields must occur under 'query'.
See `issue #3450 <https://github.com/digital-asset/daml/issues/3450>`__.

Indexer
~~~~~~~

- Potentially fix a bug when recovering from failure.

DAML Standard Library
~~~~~~~~~~~~~~~~~~~~~

- The ``Template``, ``Choice``, and
``TemplateKey`` typeclasses have been split up into many small typeclasses
to improve forward compatibility of DAML models. ``Template``,
``Choice`` and ``TemplateKey`` constraints can still be used as before.

.. _release-0-13-44:

0.13.44 - 2020-01-17
Expand Down