We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d046e commit a80a087Copy full SHA for a80a087
CHANGELOG.md
@@ -17,6 +17,26 @@
17
under the License.
18
-->
19
20
+# v2.1.0
21
+
22
+Apache Airflow API version: 2.1.x
23
24
+###Major changes:
25
26
+ - Client code is generated using OpenApi's 5.1.1 generator CLI
27
28
+###Major fixes:
29
30
+ - Fixed the iteration issue on array items caused by unsupported class 'object' (issue #15)
31
32
+###New API supported:
33
34
+ - Permissions
35
+ - Plugins
36
+ - Providers
37
+ - Roles
38
+ - Users
39
40
# v2.0.0
41
42
Apache Airflow API version: 2.0.x
0 commit comments