hie-core v0.13.31 Release Notes

Release Date: 2019-10-18 // over 4 years ago
  • Sandbox

    • ๐Ÿ‘€ Party management fix, see issue #3177.
    • ๐Ÿ”ง The maximum allowed TTL for commands is now configurable via the --max-ttl-seconds parameter, for example: daml sandbox --max-ttl-seconds 300.
    • ๐Ÿ›  Fixed a bug where CreatedEvent#event_id field is not properly filled by ActiveContractsService.
      ๐Ÿ‘€ See issue #65.

    DAML SDK

    • ๐Ÿณ Shrink docker image containing the full DAML SDK from 2.8 GB to 1.2 GB.

    Navigator

    • ๐Ÿ‘€ Accept and use an access token to be used against Ledger API servers that require authentication, see issue #3156.
    • ๐Ÿšš Demo-oriented password workflow has been removed.

    Scala Bindings

    • ๐Ÿ”ฆ Expose new method to construct channels for more granular control over the client creation process.

    JSON API - Experimental

    • โž• Add /parties endpoint.

    DAML Triggers - Experimental

    • ๐Ÿ”Š The trigger runner now logs output from trace, error and
      failed command completions and hides internal debugging output.

    DAML-LF - Internal

    • ๐Ÿ”„ Changed the name of the bintray/maven package from com.digitalasset.daml-lf-archive-scala to com.digitalasset.daml-lf-archive-reader