DAML RELEASE
Daml v0.12.11
garyverhaegen-da26-04-20197yr ago
0.12.11 - 2019-04-26
- Node.js bindings have been moved here.
- Add documentation for flexible controllers.
0.12.10 — 2019-04-25
- Make DAML-LF 1.3 the default compilation target for the DAML compiler. This means that contract keys and text maps are now available by default in DAML.
0.12.9 — 2019-04-23
- Addition of
DA.Math library containing exponentiation, logarithms and trig functions
- Add CreateAndExerciseCommand to Ledger API and DAMLe for creating a contract and exercising a choice on it within the same transaction. This can be used to implement "callable updates" (aka functions of type
Update a that can be called from the Ledger API via a contract).
- Publish the participant-state APIs and reference implementations.
- Add
-s option to Sandbox CLI to have a shortened version for --static-time as well
- Change
--allow-dev to be a hidden CLI option in Sandbox
0.12.7 — 2019-04-17
- Fix release pipeline (hopefully)
0.12.6 — 2019-04-16
- RxJava Bindings: remove blocking call inside Bot.wire, which could lead to an application not making progress in certain situations.
0.12.5 — 2019-04-15
- Fix release pipeline (hopefully)
- DAML-LF Archive packaging: the DAML-LF Archive Protobuf definitions are now packaged so that it's possible to use them without mangling the path.
0.12.4 — 2019-04-15
- Release build artifacts to GitHub
- Avoid recompiling packages after resetting the Sandbox via the ResetService.
- Include compiled
google.rpc.Status in the ledger-api-scalapb jar.
- Fix critical bug related to the conversion of decimal numbers from Ledger API (see #399 and #439).