You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: unreleased.rst
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,3 @@ This page contains release notes for the SDK.
8
8
9
9
HEAD — ongoing
10
10
--------------
11
-
12
-
- [DAML Docs] The ``damlc docs`` command now produces docs to a folder by default. Use the new ``--combine`` flag to output a single file instead.
13
-
- [DAML Docs] The ``damlc docs`` flag ``--prefix`` has been replaced with a ``--template`` flag which allows for a more flexible template.
14
-
- [DAML Docs] The ``damlc docs`` flag ``--json`` has been dropped in favor of ``--format=json``.
15
-
- [Java Bindings]: Add all packages of java bindings to the javadocs.
16
-
See `#2280 <https://github.com/digital-asset/daml/issues/2280>`__.
17
-
- [Sandbox] Makes package uploads idempotent and tolerate partial duplicates
18
-
See `#2130 <https://github.com/digital-asset/daml/issues/2130>`__.
19
-
- [Ledger API, Java Bindings] **BREAKING CHANGE** Removed field ``ExercisedEvent#contract_creating_event_id``.
20
-
See `#2068 <https://github.com/digital-asset/daml/issues/2068>`__.
21
-
- [Extractor] **BREAKING CHANGE** Changed schema to accomodate removed field ``ExercisedEvent#contract_creating_event_id``.
22
-
Existing database schemas are not compatible anymore with the newer version. The extractor needs to be run on an empty schema from Ledger Begin.
23
-
- [Sandbox] The active contract service correctly serves stakeholders. See `#2070 <https://github.com/digital-asset/daml/issues/2070>`__.
24
-
- [Sandbox] Added the ``--maxInboundMessageSize`` CLI parameter to set the maximux size of messages received through the Ledger API. If the value is not set the current default is preserved (4 MB).
25
-
- [DAML Compiler] Handwritten instances of ``Template`` and ``Choice`` typeclasses are no longer supported.
26
-
All template constructs must be defined using declarations inside ``template`` syntax.
0 commit comments