This page contains release notes for the SDK.
- [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.
- [releases] Releases should now be announced on the releases blog.
- [DAML Compiler] Support reading of DAML-LF 1.5 again.
- [Ledger API] BREAKING CHANGE Drop support for legacy identifier. The
previously deprecated field
name
inIdentifier
message is not supported anymore. Usemodule_name
andentity_name
instead.