Skip to content

Commit dcd32b7

Browse files
authored
Update Changelog for 2.3.0 release (#48)
1 parent cd574a4 commit dcd32b7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@
1717
under the License.
1818
-->
1919

20+
# v2.3.0
21+
22+
Apache Airflow API version: 2.3.x
23+
24+
### Major changes:
25+
26+
- NA
27+
28+
### Major fixes:
29+
30+
- NA
31+
32+
### New API supported:
33+
34+
- PATCH /dags | Update DAGs
35+
- GET /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/{map_index} | Get a mapped task instance
36+
- GET /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/listMapped | List mapped task instances
37+
2038
# v2.2.0
2139

2240
Apache Airflow API version: 2.2.x

0 commit comments

Comments
 (0)