This is an automated email from the ASF dual-hosted git repository.

utkarsharma pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 3ea764f802 Add changelog for airflow python client 2.10.0 (#41583) 
(#41584)
3ea764f802 is described below

commit 3ea764f802fddf16f4a12f39212f067e1abcbbf5
Author: Utkarsh Sharma <[email protected]>
AuthorDate: Mon Aug 19 16:30:03 2024 +0530

    Add changelog for airflow python client 2.10.0 (#41583) (#41584)
    
    * Add changelog for airflow python client 2.10.0
    
    * Update client version
    
    (cherry picked from commit 317a28ed435960e7184e357a2f128806c34612fa)
---
 clients/python/CHANGELOG.md | 20 ++++++++++++++++++++
 clients/python/version.txt  |  2 +-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md
index d56d692d3c..6a254029a4 100644
--- a/clients/python/CHANGELOG.md
+++ b/clients/python/CHANGELOG.md
@@ -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:
diff --git a/clients/python/version.txt b/clients/python/version.txt
index dedcc7d433..10c2c0c3d6 100644
--- a/clients/python/version.txt
+++ b/clients/python/version.txt
@@ -1 +1 @@
-2.9.1
+2.10.0

Reply via email to