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
in Identifier
message is not supported anymore. Use module_name
and entity_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.