This release changed some things about how dazl is built internally, but does not have any user-facing changes.
7.6.1
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!
7.6.0
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.
7.5.15
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.
7.5.14
python: Fix `Connection.create_and_exercise`.
7.5.13
python:
* Documentation fixes (291, 293) * Make package parsing a bit faster (292). * Expose starting offsets for query and streams (gRPC only) (294).