Skip to content

Releases: apache/airflow-client-python

v2.2.0

26 Jul 16:20
99b3d15

Choose a tag to compare

Apache Airflow API version: 2.2.x

Major changes:

  • Client code is generated using OpenApi's 5.3.0 generator CLI

Major fixes:

  • NA

New API supported:

  • POST /connections/test | Test a connection
  • DELETE /dags/{dag_id} | Delete a DAG
  • PATCH /dags/{dag_id}/dagRuns/{dag_run_id} | Modify a DAG run
  • DELETE /users/{username} | Delete a user
  • PATCH /users/{username} | Update a user
  • POST /users | Create a user

v2.1.0

01 Jun 09:16
a80a087

Choose a tag to compare

Apache Airflow API version: 2.1.x

Major changes:

  • Client code is generated using OpenApi's 5.1.1 generator CLI

Major fixes:

  • Fixed the iteration issue on array items caused by unsupported class 'object' (issue #15)

New API supported:

  • Permissions
  • Plugins
  • Providers
  • Roles
  • Users

v2.0.0

23 Apr 08:08

Choose a tag to compare

v2.0.0

Apache Airflow API version: 2.0.x

The initial version of the Python client.