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.10.0 (#41583) #41584

Merged
merged 2 commits into from
Aug 19, 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
20 changes: 20 additions & 0 deletions clients/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@
under the License.
-->

# v2.10.0

## Major changes:

- Add dag_stats rest api endpoint ([#41017](https://github.com/apache/airflow/pull/41017))
- AIP-64: Add task instance history list endpoint ([#40988](https://github.com/apache/airflow/pull/40988))
- Change DAG Audit log tab to Event Log ([#40967](https://github.com/apache/airflow/pull/40967))
- AIP-64: Add REST API endpoints for TI try level details ([#40441](https://github.com/apache/airflow/pull/40441))
- Make XCom display as react json ([#40640](https://github.com/apache/airflow/pull/40640))
- Replace usages of task context logger with the log table ([#40867](https://github.com/apache/airflow/pull/40867))
- Fix tasks API endpoint when DAG doesn't have `start_date` ([#40878](https://github.com/apache/airflow/pull/40878))
- Add try_number to log table ([#40739](https://github.com/apache/airflow/pull/40739))
- Add executor field to the task instance API ([#40034](https://github.com/apache/airflow/pull/40034))
- Add task documentation to details tab in grid view. ([#39899](https://github.com/apache/airflow/pull/39899))
- Add max_consecutive_failed_dag_runs in API spec ([#39830](https://github.com/apache/airflow/pull/39830))
- Add task failed dependencies to details page. ([#38449](https://github.com/apache/airflow/pull/38449))
- Add dag re-parsing request endpoint ([#39138](https://github.com/apache/airflow/pull/39138))
- Reorder OpenAPI Spec tags alphabetically ([#38717](https://github.com/apache/airflow/pull/38717))


# v2.9.1

## 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.9.1
2.10.0