Skip to content

Releases: digital-asset/dazl-client

dazl v7.6.2

26 Jan 15:52
9bb20d1

Choose a tag to compare

No material changes between 7.6.1 and 7.6.2.

This release changed some things about how dazl is built internally, but does not have any user-facing changes.

dazl v7.6.1

22 Jan 14:15
44a2e80

Choose a tag to compare

python:

  • Expose pre-release Daml 2.x endpoints (user management, metering reports).
    As these endpoints are intended for use with pre-release versions of Daml,
    they are subject to change!

dazl v7.6.0

11 Jan 20:25
12415c8

Choose a tag to compare

python:

  • Add support for read-as and act-as overrides on command submission and querying.
  • Add support for a blocking API.
  • Fixes to typing rules.

meta:

  • Upgrade all fixtures and samples to Daml Connect 1.17.1.
  • Update copyright notices for the year 2022.

dazl v7.5.15

30 Nov 03:36
73e2696

Choose a tag to compare

python:

  • Fix a bug that caused certain write-path operations to fail to attempt to load required packages.

docs:

  • Fix a problem with the docs under dazl.ledger.

dazl v7.5.14

16 Nov 14:37
42f6134

Choose a tag to compare

python: Fix Connection.create_and_exercise.

dazl v7.5.13

26 Oct 14:04
e36b932

Choose a tag to compare

python:

  • Documentation fixes (#291, #293)
  • Make package parsing a bit faster (#292).
  • Expose starting offsets for query and streams (gRPC only) (#294).

dazl v7.5.12

30 Sep 11:52
0c8353c

Choose a tag to compare

python:

  • Move some of the testing code for dazl into dazl itself.
  • Minor typing fixes and documentation updates.

meta:

  • Bump Daml Connect version to 1.17.0.

dazl v7.5.11

11 Sep 01:21
a4beded

Choose a tag to compare

python: Add support for complex types (records, variants, or other maps) as the keys to a GenMap.

dazl v7.5.10

09 Sep 01:14
35a5fe3

Choose a tag to compare

python: Address a problem when dealing with certain Daml-LF 1.14 archives that use exceptions.

dazl v7.5.9

20 Aug 13:43
debbc22

Choose a tag to compare

python: Support for Daml-LF 1.14 (the default in Daml Connect 1.16 and later).