Releases: digital-asset/dazl-client
Releases · digital-asset/dazl-client
dazl v6.3.2
Merge pull request #51 from digital-asset/python-bug-fixes python: Fix a bug with issuing CreateAndExercise commands.
dazl v6.3.1
Merge pull request #41 from digital-asset/python-typing-cleanup python: Clean up some type signatures.
dazl v6.3.0
- 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
Fix broken enum support.
dazl v6.2.1
Expose a management endpoint for configuring bots at runtime.
dazl v6.2.0
- Experimental support for adding/removing/pausing/resuming event handlers dynamically.
- Compatibility with DAML SDK 0.13.16.
dazl v6.1.0
- Made dazl responsive to the
DAML_LEDGER_URLenvironment 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.configmodule, 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
Drop deprecated symbols.
Formally drop support for all DAML SDKs before v0.13.x.
dazl v5.8.1
- 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
- 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_createandledger_archiveevents (please useledger_createdandledger_archivedinstead).