File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1717 under the License.
1818 -->
1919
20+ # v2.2.0
21+
22+ Apache Airflow API version: 2.2.x
23+
24+ ### Major changes:
25+
26+ - Client code is generated using OpenApi's 5.3.0 generator CLI
27+
28+ ### Major fixes:
29+
30+ - NA
31+
32+ ### New API supported:
33+
34+ - POST /connections/test | Test a connection
35+ - DELETE /dags/{dag_id} | Delete a DAG
36+ - PATCH /dags/{dag_id}/dagRuns/{dag_run_id} | Modify a DAG run
37+ - DELETE /users/{username} | Delete a user
38+ - PATCH /users/{username} | Update a user
39+ - POST /users | Create a user
40+
2041# v2.1.0
2142
2243Apache Airflow API version: 2.1.x
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ svn mkdir ${VERSION}
203203cd ${VERSION}
204204
205205# Move the artifacts to svn folder & commit
206- for f in ../../../../airflow-dev/clients/python/$RC /* ; do svn cp $f ${$(basename $f ) / rc? / } ; done
206+ for f in ../../../../airflow-dev/clients/python/$RC /* ; do svn cp $f . ; done
207207svn commit -m " Release Apache Airflow Python Client ${VERSION} from ${RC} "
208208
209209# Remove old release
You can’t perform that action at this time.
0 commit comments