This is an automated email from the ASF dual-hosted git repository.
msumit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
The following commit(s) were added to refs/heads/master by this push:
new dcd32b7 Update Changelog for 2.3.0 release (#48)
dcd32b7 is described below
commit dcd32b761013962377b7987ec272aba760716980
Author: Sumit Maheshwari <[email protected]>
AuthorDate: Wed Aug 3 18:03:01 2022 +0530
Update Changelog for 2.3.0 release (#48)
---
CHANGELOG.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67fb44b..f12a943 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,24 @@
under the License.
-->
+# v2.3.0
+
+Apache Airflow API version: 2.3.x
+
+### Major changes:
+
+- NA
+
+### Major fixes:
+
+- NA
+
+### New API supported:
+
+- PATCH /dags | Update DAGs
+- GET /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/{map_index}
| Get a mapped task instance
+- GET /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/listMapped |
List mapped task instances
+
# v2.2.0
Apache Airflow API version: 2.2.x