Dazl

Latest version: v8.0.0

Safety actively analyzes 723177 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 17

6.7.4

6.7.3

Support for DAML-LF 1.8 DARs.

6.7.2

Make transaction offset parsing compatible with DAML SDK 1.0. Older versions of the DAML SDK are still supported as well.

6.7.1

* Fix pingpong startup instructions.
* Allow for a configurable maximum record time (only takes effect for DAML SDK versions _before_ 1.0).

6.7.0

Fix a bug that caused ready() calls to perpetually hang if a connection was initially opened, but dropped before the ACS could fully be read.

There are minor breaking changes to some usages of `network.aio_run()`; if you do not call this method directly, it should be safe to upgrade; otherwise, there is a minor adjustment that you will need to make to your code:

py
network.aio_run(RunState(RunLevel.RUN_UNTIL_IDLE))


becomes

py
network.aio_run(keep_open=False)

6.6.4

This is primarily a bug fix release.

* Fix a problem in using Numeric types when submitting commands.
* Expose the return value of a choice in exercise events.

Page 13 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.