Skip to content

Commit 99b3d15

Browse files
authored
Update Changelog for 2.2.0 release (#37)
1 parent d12a10d commit 99b3d15

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@
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

2243
Apache Airflow API version: 2.1.x

dev/README_RELEASE_CLIENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ svn mkdir ${VERSION}
203203
cd ${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
207207
svn commit -m "Release Apache Airflow Python Client ${VERSION} from ${RC}"
208208

209209
# Remove old release

0 commit comments

Comments
 (0)