Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for airflow python client 2.9.0 #39060

Merged
merged 1 commit into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions clients/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,25 @@
under the License.
-->

# v2.9.0

## Major changes:

- Allow users to write dag_id and task_id in their national characters, added display name for dag / task (v2) ([#38446](https://github.com/apache/airflow/pull/38446))
- Add dataset_expression to grid dag details ([#38121](https://github.com/apache/airflow/pull/38121))
- Adding run_id column to log table ([#37731](https://github.com/apache/airflow/pull/37731))
- Show custom instance names for a mapped task in UI ([#36797](https://github.com/apache/airflow/pull/36797))
- Add excluded/included events to get_event_logs api ([#37641](https://github.com/apache/airflow/pull/37641))
- Filter Datasets by associated dag_ids (GET /datasets) ([#37512](https://github.com/apache/airflow/pull/37512))
- Add data_interval_start and data_interval_end in dagrun create API endpoint ([#36630](https://github.com/apache/airflow/pull/36630))
- Return the specified field when get dag/dagRun ([#36641](https://github.com/apache/airflow/pull/36641))

## NEW API supported

- Add post endpoint for dataset events ([#37570](https://github.com/apache/airflow/pull/37570))
- Add "queuedEvent" endpoint to get/delete DatasetDagRunQueue ([#37176](https://github.com/apache/airflow/pull/37176))


# v2.8.0

## Major changes:
Expand Down
2 changes: 1 addition & 1 deletion clients/python/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0
2.9.0