Skip to content

Releases: digital-asset/dazl-client

dazl v8.0.0b5

11 Dec 13:43
7992f8a
Compare
Choose a tag to compare
dazl v8.0.0b5 Pre-release
Pre-release

What's Changed

  • python: Drop the old ledger client. by @da-tanabe in #472
  • python: Drop more dead code. by @da-tanabe in #473
  • protocol version is required from 2.9.1 onwards by @dasormeter in #474
  • python: Make README clearer on version support; add test cases for more recent SDKs. by @da-tanabe in #475
  • python: Test against protocol v6 and add support for Daml-LF 1.16. by @da-tanabe in #476
  • Update codegened artifacts to Daml and Canton 2.9.1, and Daml-LF 1.16. by @da-tanabe in #477
  • update certify and urllib to address sec vulns by @dasormeter in #478
  • build(deps): bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #479
  • poetry update for ping pong by @dasormeter in #480
  • Correct several scenarios related to using user tokens against a local sandbox instance by @mschaef-da in #483
  • meta: Bump version. by @da-tanabe in #485

Full Changelog: v7.12.0...v8.0.0b5

dazl v7.12.0

11 Jul 23:42
a96f50c
Compare
Choose a tag to compare

What's Changed

  • python: Add support for sending deduplication_duration and deduplication_offset on command submissions.

Full Changelog: v7.11.0...v7.12.0

dazl v8.0.0b3

13 Apr 12:56
09e3d02
Compare
Choose a tag to compare
dazl v8.0.0b3 Pre-release
Pre-release

What's Changed

  • python: Set minimum requirement of dazl to Python 3.7. by @da-tanabe in #326
  • python: Have every file treat type annotations properly when there are forward references to types. by @da-tanabe in #348
  • python: Remove deprecated symbols from the codebase. by @da-tanabe in #349
  • python: Generate gRPC/Protobuf stub files for Go. by @da-tanabe in #350
  • python: Bump development-time dependencies. by @da-tanabe in #352
  • build(deps): bump protobuf from 3.19.4 to 3.19.5 in /samples/ping-pong by @dependabot in #357
  • run rapid scan on prs, full scan only on master by @dasormeter in #361
  • python: Merge v7 fixes into main by @da-tanabe in #360
  • python: Merge v7 fixes into main by @da-tanabe in #365
  • docs: Remove references to dazl.model, as that module has been removed. by @da-tanabe in #367
  • Changing DAZLs name to 'The Daml Python bindings' in the repo by @davidrichards-da in #371
  • python: Remove the deprecated pathify function. by @da-tanabe in #369
  • python: Remove the deprecated setup_default_logger function. by @da-tanabe in #370
  • python: Drop explicit references to dazl in docs where it's not absolutely essential. by @da-tanabe in #372
  • python: Remove dazl.util.tools.get_matches. by @da-tanabe in #368
  • python: Merge v7 to main. by @da-tanabe in #378
  • python: Merge v7 to main. by @da-tanabe in #387
  • build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /samples/ping-pong by @dependabot in #380
  • meta: Bump Daml SDK versions to 1.18.3 and 2.5.0. by @da-tanabe in #390
  • python: Drop most of dazl.pretty. by @da-tanabe in #393
  • python: Drop the older deprecated Command APIs. by @da-tanabe in #392
  • python: Drop more deprecated symbols. by @da-tanabe in #391
  • python: Merge the v7 branch back into main. by @da-tanabe in #395
  • python: Upgrade dependencies. by @da-tanabe in #396
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #398
  • go: Update dependencies. by @da-tanabe in #400
  • python: Drop some unused code. by @da-tanabe in #401
  • python: Upgrade to Python 3.8 and daml 2.6.0. by @da-tanabe in #403
  • python: Bump up dependencies, notably Sphinx. by @da-tanabe in #404
  • build(deps): bump requests from 2.27.1 to 2.31.0 in /samples/ping-pong by @dependabot in #405
  • build(deps): bump grpcio from 1.44.0 to 1.53.0 in /samples/ping-pong by @dependabot in #408
  • build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /samples/ping-pong by @dependabot in #410
  • build(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #414
  • meta: Update Protobuf files to Daml 2.7.3. by @da-tanabe in #415
  • python: Drop quotes around types. by @da-tanabe in #416
  • python: Convert some arguments to being formally positional. by @da-tanabe in #417
  • python: Bump versions. by @da-tanabe in #419
  • build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #422
  • build(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #423
  • build(deps): bump urllib3 from 1.26.8 to 1.26.18 in /samples/ping-pong by @dependabot in #424
  • meta: Upgrade to Daml 2.7.5. by @da-tanabe in #427
  • python: Add [build-system] to pyproject.toml. by @da-tanabe in #428
  • build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #425
  • python: Drop the custom .pyi plugin when generating Protobuf code. by @da-tanabe in #429
  • meta: Add generated code for the Canton admin APIs. by @da-tanabe in #430
  • python: Update some libraries. by @da-tanabe in #431
  • build(deps): bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #432
  • go: Simplify the process around building Go bindings. by @da-tanabe in #433
  • build(deps): bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #434
  • build(deps-dev): bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #435
  • meta: Simplify the Makefile. by @da-tanabe in #436
  • python: Upgrade Python dependencies and fix some bugs caught by the latest mypy. by @da-tanabe in #437
  • python: adding user metadata by @alexgraham-da in #439
  • meta: Update copyright to 2024. by @da-tanabe in #438
  • python: Add a test case for CreateAndExerciseCommand. by @da-tanabe in #440
  • build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #441
  • python: Add some type tests to ensure that Connection and QueryStream have mostly aligned type signatures. by @da-tanabe in #442
  • python: Introduce a convenience type for parties and commands. by @da-tanabe in #443
  • build(deps): bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in #444
  • python: Drop some dead code. by @da-tanabe in #446
  • python: Properly type connect arguments. by @da-tanabe in #447
  • python: Redefine Command as a sealed type. by @da-tanabe in #445
  • python: Change the way codegen works to not use protoc plugins by @da-tanabe in #448
  • python: Bump versions. by @da-tanabe in #451
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #449
  • python: Allow queries on interfaces. by @da-tanabe in #452
  • python: Bump versions. by @da-tanabe in #456
  • python: Fix a bug that required packages to be pre-fetched. by @da-tanabe in #458

New Contributors

Full Changelog: v7.11.0...v8.0.0b3

dazl v8.0.0b2

05 Apr 00:21
7148358
Compare
Choose a tag to compare
dazl v8.0.0b2 Pre-release
Pre-release

What's Changed

  • python: Set minimum requirement of dazl to Python 3.7. by @da-tanabe in #326
  • python: Have every file treat type annotations properly when there are forward references to types. by @da-tanabe in #348
  • python: Remove deprecated symbols from the codebase. by @da-tanabe in #349
  • python: Generate gRPC/Protobuf stub files for Go. by @da-tanabe in #350
  • python: Bump development-time dependencies. by @da-tanabe in #352
  • build(deps): bump protobuf from 3.19.4 to 3.19.5 in /samples/ping-pong by @dependabot in #357
  • run rapid scan on prs, full scan only on master by @dasormeter in #361
  • python: Merge v7 fixes into main by @da-tanabe in #360
  • python: Merge v7 fixes into main by @da-tanabe in #365
  • docs: Remove references to dazl.model, as that module has been removed. by @da-tanabe in #367
  • Changing DAZLs name to 'The Daml Python bindings' in the repo by @davidrichards-da in #371
  • python: Remove the deprecated pathify function. by @da-tanabe in #369
  • python: Remove the deprecated setup_default_logger function. by @da-tanabe in #370
  • python: Drop explicit references to dazl in docs where it's not absolutely essential. by @da-tanabe in #372
  • python: Remove dazl.util.tools.get_matches. by @da-tanabe in #368
  • python: Merge v7 to main. by @da-tanabe in #378
  • python: Merge v7 to main. by @da-tanabe in #387
  • build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /samples/ping-pong by @dependabot in #380
  • meta: Bump Daml SDK versions to 1.18.3 and 2.5.0. by @da-tanabe in #390
  • python: Drop most of dazl.pretty. by @da-tanabe in #393
  • python: Drop the older deprecated Command APIs. by @da-tanabe in #392
  • python: Drop more deprecated symbols. by @da-tanabe in #391
  • python: Merge the v7 branch back into main. by @da-tanabe in #395
  • python: Upgrade dependencies. by @da-tanabe in #396
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #398
  • go: Update dependencies. by @da-tanabe in #400
  • python: Drop some unused code. by @da-tanabe in #401
  • python: Upgrade to Python 3.8 and daml 2.6.0. by @da-tanabe in #403
  • python: Bump up dependencies, notably Sphinx. by @da-tanabe in #404
  • build(deps): bump requests from 2.27.1 to 2.31.0 in /samples/ping-pong by @dependabot in #405
  • build(deps): bump grpcio from 1.44.0 to 1.53.0 in /samples/ping-pong by @dependabot in #408
  • build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /samples/ping-pong by @dependabot in #410
  • build(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #414
  • meta: Update Protobuf files to Daml 2.7.3. by @da-tanabe in #415
  • python: Drop quotes around types. by @da-tanabe in #416
  • python: Convert some arguments to being formally positional. by @da-tanabe in #417
  • python: Bump versions. by @da-tanabe in #419
  • build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #422
  • build(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #423
  • build(deps): bump urllib3 from 1.26.8 to 1.26.18 in /samples/ping-pong by @dependabot in #424
  • meta: Upgrade to Daml 2.7.5. by @da-tanabe in #427
  • python: Add [build-system] to pyproject.toml. by @da-tanabe in #428
  • build(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 by @dependabot in #425
  • python: Drop the custom .pyi plugin when generating Protobuf code. by @da-tanabe in #429
  • meta: Add generated code for the Canton admin APIs. by @da-tanabe in #430
  • python: Update some libraries. by @da-tanabe in #431
  • build(deps): bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #432
  • go: Simplify the process around building Go bindings. by @da-tanabe in #433
  • build(deps): bump aiohttp from 3.8.6 to 3.9.0 by @dependabot in #434
  • build(deps-dev): bump cryptography from 41.0.4 to 41.0.6 by @dependabot in #435
  • meta: Simplify the Makefile. by @da-tanabe in #436
  • python: Upgrade Python dependencies and fix some bugs caught by the latest mypy. by @da-tanabe in #437
  • python: adding user metadata by @alexgraham-da in #439
  • meta: Update copyright to 2024. by @da-tanabe in #438
  • python: Add a test case for CreateAndExerciseCommand. by @da-tanabe in #440
  • build(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #441
  • python: Add some type tests to ensure that Connection and QueryStream have mostly aligned type signatures. by @da-tanabe in #442
  • python: Introduce a convenience type for parties and commands. by @da-tanabe in #443
  • build(deps): bump aiohttp from 3.9.1 to 3.9.2 by @dependabot in #444
  • python: Drop some dead code. by @da-tanabe in #446
  • python: Properly type connect arguments. by @da-tanabe in #447
  • python: Redefine Command as a sealed type. by @da-tanabe in #445
  • python: Change the way codegen works to not use protoc plugins by @da-tanabe in #448
  • python: Bump versions. by @da-tanabe in #451
  • build(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #449
  • python: Allow queries on interfaces. by @da-tanabe in #452

New Contributors

Full Changelog: v7.11.0...v8.0.0b2

dazl v8.0.0b1

03 Apr 23:21
500aa20
Compare
Choose a tag to compare
dazl v8.0.0b1 Pre-release
Pre-release
Merge pull request #451 from digital-asset/python-bump-versions

python: Bump versions.

dazl v8.0.0a4

03 Nov 17:21
9f14ecf
Compare
Choose a tag to compare
dazl v8.0.0a4 Pre-release
Pre-release

What's Changed

  • python: Set minimum requirement of dazl to Python 3.7. by @da-tanabe in #326
  • python: Have every file treat type annotations properly when there are forward references to types. by @da-tanabe in #348
  • python: Remove deprecated symbols from the codebase. by @da-tanabe in #349
  • python: Generate gRPC/Protobuf stub files for Go. by @da-tanabe in #350
  • python: Bump development-time dependencies. by @da-tanabe in #352
  • build(deps): bump protobuf from 3.19.4 to 3.19.5 in /samples/ping-pong by @dependabot in #357
  • run rapid scan on prs, full scan only on master by @dasormeter in #361
  • python: Merge v7 fixes into main by @da-tanabe in #360
  • python: Merge v7 fixes into main by @da-tanabe in #365
  • docs: Remove references to dazl.model, as that module has been removed. by @da-tanabe in #367
  • Changing DAZLs name to 'The Daml Python bindings' in the repo by @davidrichards-da in #371
  • python: Remove the deprecated pathify function. by @da-tanabe in #369
  • python: Remove the deprecated setup_default_logger function. by @da-tanabe in #370
  • python: Drop explicit references to dazl in docs where it's not absolutely essential. by @da-tanabe in #372
  • python: Remove dazl.util.tools.get_matches. by @da-tanabe in #368
  • python: Merge v7 to main. by @da-tanabe in #378
  • python: Merge v7 to main. by @da-tanabe in #387
  • build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /samples/ping-pong by @dependabot in #380
  • meta: Bump Daml SDK versions to 1.18.3 and 2.5.0. by @da-tanabe in #390
  • python: Drop most of dazl.pretty. by @da-tanabe in #393
  • python: Drop the older deprecated Command APIs. by @da-tanabe in #392
  • python: Drop more deprecated symbols. by @da-tanabe in #391
  • python: Merge the v7 branch back into main. by @da-tanabe in #395
  • python: Upgrade dependencies. by @da-tanabe in #396
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #398
  • go: Update dependencies. by @da-tanabe in #400
  • python: Drop some unused code. by @da-tanabe in #401
  • python: Upgrade to Python 3.8 and daml 2.6.0. by @da-tanabe in #403
  • python: Bump up dependencies, notably Sphinx. by @da-tanabe in #404
  • build(deps): bump requests from 2.27.1 to 2.31.0 in /samples/ping-pong by @dependabot in #405
  • build(deps): bump grpcio from 1.44.0 to 1.53.0 in /samples/ping-pong by @dependabot in #408
  • build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /samples/ping-pong by @dependabot in #410
  • build(deps-dev): bump cryptography from 41.0.3 to 41.0.4 by @dependabot in #414
  • meta: Update Protobuf files to Daml 2.7.3. by @da-tanabe in #415
  • python: Drop quotes around types. by @da-tanabe in #416
  • python: Convert some arguments to being formally positional. by @da-tanabe in #417
  • python: Bump versions. by @da-tanabe in #419
  • build(deps): bump golang.org/x/net from 0.8.0 to 0.17.0 by @dependabot in #422
  • build(deps): bump urllib3 from 2.0.6 to 2.0.7 by @dependabot in #423
  • build(deps): bump urllib3 from 1.26.8 to 1.26.18 in /samples/ping-pong by @dependabot in #424

New Contributors

Full Changelog: v7.10.4...v8.0.0a4

dazl v7.11.0

02 May 00:13
a2e4425
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.10.4...v7.11.0

dazl v7.10.4

09 Jan 14:40
0cbcded
Compare
Choose a tag to compare

What's Changed

  • python: Change the default case of the default application ID to be consistent across the codebase. by @da-tanabe in #394

Full Changelog: v7.10.3...v7.10.4

dazl v7.10.3

20 Dec 19:51
c6bffeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.10.2...v7.10.3

dazl v7.10.2

15 Dec 17:53
4e48f67
Compare
Choose a tag to compare

python: More support for DARs that contain interfaces. by @da-tanabe in #382

Full Changelog: https://github.com/digital-asset/dazl-client/compare/v7.10.1 ...v7.10.2