You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ms...@apache.org on 2021/05/31 12:01:21 UTC

[airflow-client-python] branch master updated: Update changelog for 2.1.0 release (#23)

This is an automated email from the ASF dual-hosted git repository.

msumit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/master by this push:
     new a80a087  Update changelog for 2.1.0 release (#23)
a80a087 is described below

commit a80a087479147b6c7073161e5973edd06af4ce7f
Author: Sumit Maheshwari <ms...@users.noreply.github.com>
AuthorDate: Mon May 31 17:31:12 2021 +0530

    Update changelog for 2.1.0 release (#23)
---
 CHANGELOG.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb03d0c..aab3aa5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,26 @@
  under the License.
  -->
 
+# v2.1.0
+
+Apache Airflow API version: 2.1.x
+
+###Major changes:
+
+ - Client code is generated using OpenApi's 5.1.1 generator CLI
+
+###Major fixes:
+
+ - Fixed the iteration issue on array items caused by unsupported class 'object' (issue #15)
+
+###New API supported:
+
+ - Permissions
+ - Plugins
+ - Providers
+ - Roles
+ - Users
+
 # v2.0.0
 
 Apache Airflow API version: 2.0.x