Skip to content

dazl v8.0.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@da-tanabe da-tanabe released this 13 Apr 12:56
· 43 commits to main since this release
09e3d02

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