hie-core v0.13.51 Release Notes

Release Date: 2020-02-05 // about 4 years ago
  • JSON API - Experimental

    • In websocket endpoints, if a created and archived contract
      in the same result array share a contract key, the archived is
      ๐Ÿ‘€ guaranteed to occur earlier in the array than the created. See
      issue #4354.

    DAML Assistant

    • Bash and Zsh completions will now fall back to regular file
      completions after the command argument.
    • The DAML assistant will now shut down long-running processes like
      daml sandbox when stdin is closed. This is mainly useful on
      ๐Ÿ Windows, where process APIs often kill the process in a way that
      does not allow it to do any cleanup, in particular, we cannot stop
      child processes.

    KVUtils

    • โž• Added a test case to the participant state tests to ensure your
      ledger state is resumable upon restart.

    Sandbox

    • ๐Ÿ›  Fix an error that stops the server from exiting cleanly if API
      server initialization fails.

    DAML Stdlib

    • โž• Added partition function to prelude.

    ๐Ÿ“š Documentation

    • โšก๏ธ Updated roadmap to reflect the current state.