Skip to content

Releases: digital-asset/dazl-client

dazl v6.3.2

27 Sep 13:37
86877c6

Choose a tag to compare

Merge pull request #51 from digital-asset/python-bug-fixes

python: Fix a bug with issuing CreateAndExercise commands.

dazl v6.3.1

14 Aug 16:01
f58fb36

Choose a tag to compare

Merge pull request #41 from digital-asset/python-typing-cleanup

python: Clean up some type signatures.

dazl v6.3.0

14 Aug 12:39
3cf0aa1

Choose a tag to compare

  • Fix errors in processing TextMap.
  • Support for SDK 0.13.18.
  • Dropped support for pre-0.13.0 types.
  • Pre-compile all DAML files used in the scope of tests (constantly rebuilding DAML files was taking an unacceptably long time).

dazl v6.2.2

10 Aug 03:38
bc218bb

Choose a tag to compare

Fix broken enum support.

dazl v6.2.1

09 Aug 02:56
75cf0a9

Choose a tag to compare

Expose a management endpoint for configuring bots at runtime.

dazl v6.2.0

02 Aug 13:03
ec0fa23

Choose a tag to compare

  • Experimental support for adding/removing/pausing/resuming event handlers dynamically.
  • Compatibility with DAML SDK 0.13.16.

dazl v6.1.0

31 Jul 00:36
ac40144

Choose a tag to compare

  • Made dazl responsive to the DAML_LEDGER_URL environment variable so that if a URL is not specified in code, it is read from the environment instead.
  • Factored out some typical dazl boilerplate into a new API, dazl.run.
  • Changes to how dazl is configured. This breaks backwards compatibility in the dazl.client.config module, so if you are referring to any of those classes directly, there may be minor code changes required (this is not common).

dazl v6.0.0

25 Jul 13:23
36a43e4

Choose a tag to compare

Drop deprecated symbols.
Formally drop support for all DAML SDKs before v0.13.x.

dazl v5.8.1

24 Jul 14:22

Choose a tag to compare

  • Add support for more DAML-LF types.
  • (Experimental) add support for generating a scenario from a series of Ledger API commands.

dazl v5.8.0

19 Jul 13:22
625f4b3

Choose a tag to compare

  • Add the ability for clients to subscribe to notifications on package changes.
  • Miscellaneous fixes to type annotations, particularly around event subscription.
  • Removed the deprecated ledger_create and ledger_archive events (please use ledger_created and ledger_archived instead).