Release of Daml SDK v0.13.10
Daml Studio
- Scenario links no longer disappear if the current file does not compile. The location is adjusted but this is done one a best effort basis and can fail if the scenario itself is modified.
Daml Compiler
- Support reading of Daml-LF 1.5 again.
Ledger API
- BREAKING: Drop support for legacy identifier. The previously deprecated field
name
inIdentifier
message is not supported anymore. Usemodule_name
andentity_name
instead.
Ledger API
- Fixed an issue when Navigator console did not see any contracts. See https://github.com/digital-asset/daml/issues/2271.
Documentation
- Improved the Maven pom.xml file for
quickstart-java
to better integrate with VS Code. See https://github.com/digital-asset/daml/issues/887.
Releases
- Releases should now be announced on the releases blog.