hie-core v0.13.34 Release Notes

Release Date: 2019-11-07 // over 4 years ago
  • DAML-LF - Internal

    ๐Ÿ‘€ Freeze DAML-LF 1.7. Summary of changes (See DAML-LF specification for more details.):

    • Add support for parametrically scaled Numeric type.
    • Drop support of Decimal in favor or Numerics.
    • Add interning of strings and names. This reduces drastically dar file size.
    • Add support for 'Any' type.

    - Add support for type representation values.

    โž• Add immutable bintray/maven packages for handling DAML-LF archive up to version 1.7:

    com.digitalasset.daml-lf-1.7-archive-proto

    ๐Ÿ“ฆ This package contains the archive protobuf definitions as they
    were introduced when 1.7 was frozen. These definitions can be
    ๐Ÿ‘‰ used to read DAML-LF archives up to version 1.7.

    DAML Triggers

    • ๐Ÿ— Triggers must now be compiled with daml build --target 1.7 instead of 1.dev.