This is an automated email from the ASF dual-hosted git repository.
ephraimanierobi pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-9-test by this push:
new a1a565ee93 Add changelog for airflow python client 2.9.0 (#39060)
a1a565ee93 is described below
commit a1a565ee93e09a3b0d2061cef2c40aecc1e40bc0
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Tue Apr 16 12:51:31 2024 +0100
Add changelog for airflow python client 2.9.0 (#39060)
(cherry picked from commit 4d94df489a92379428ca5ab684a4bf75b6522b9c)
---
clients/python/CHANGELOG.md | 19 +++++++++++++++++++
clients/python/version.txt | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
diff --git a/clients/python/CHANGELOG.md b/clients/python/CHANGELOG.md
index 259cc063b0..2bcd1a877b 100644
--- a/clients/python/CHANGELOG.md
+++ b/clients/python/CHANGELOG.md
@@ -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:
diff --git a/clients/python/version.txt b/clients/python/version.txt
index 834f262953..c8e38b6140 100644
--- a/clients/python/version.txt
+++ b/clients/python/version.txt
@@ -1 +1 @@
-2.8.0
+2.9.0