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 17
17
under the License.
18
18
-->
19
19
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
+
20
41
# v2.1.0
21
42
22
43
Apache Airflow API version: 2.1.x
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ svn mkdir ${VERSION}
203
203
cd ${VERSION}
204
204
205
205
# 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
207
207
svn commit -m " Release Apache Airflow Python Client ${VERSION} from ${RC} "
208
208
209
209
# Remove old release
You can’t perform that action at this time.
0 commit comments