0.13.39 - 2019-12-05
Java Bindings
- Added authentication support. See issue #3626
Daml Compiler
- The modules
GHC.PrimandGHC.Typesfromdaml-primhave been moved to separate packages. - Don't make
UndecidableSuperClassesa default language extension for Daml anymore. If you really need this feature for a module, you can reenable it using aLANGUAGEpragma at the top.
Daml SDK
- Reduced the size of the Daml SDK by about 60% uncompressed, 70% compressed, by deduplicating Scala dependencies.
daml damlc docsnow takes into account the project'sbuild-optionsfromdaml.yaml.daml ledger navigatornow loadsfrontend-config.jsproperly.
Navigator
- Explicit config files passed via
-care preferred overdaml.yaml.
Ledger API Server
- Add a health check endpoint conforming to the GRPC Health Checking Protocol.
- Add health checks for index database connectivity.
Participant State API
- Add a mandatory
currentHealth()method toIndexService,ReadServiceandWriteService.
Daml Triggers - Experimental
- Daml triggers can now be run against an authenticated ledger.
Daml Script - Experimental
- Add createAndExerciseCmd matching the Ledger API command of the same name.
Newsletter
Join the Daml mailinglist to get occasional updates on announcements and new releases