Make format_description handle None
[dcaegen2/platform/cli.git] / dcae-cli / ChangeLog.md
index 311165c..0780df4 100644 (file)
@@ -5,6 +5,38 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [2.11.4]
+
+* Fix format_description to handle no description case
+## [2.11.3]
+
+* Fix Format class definition of "description" to match JSON schema
+
+## [2.11.2]
+
+* Upgrade to use docker 4.x.x from docker-py 1.x.x
+
+## [2.11.1]
+
+* Change to policy reconfiguration functions to pass consul_host as a parameter
+
+## [2.11.0]
+
+* Add Policy Configuration Support.
+* Update and improve the Help Text that is displayed to the user.
+* Component Spec schema additions for parameters section (policy, volumes).
+* Component Spec schema updates to make the following required: (designer_editable, sourced_at_deployment, policy_editable).
+
+## [2.10.2]
+
+* Fix dependency conflict with python-consul
+* Fix psycopg2 warning by requiring psycopg2-binary
+* Use Docker client from env when checking images
+
+## [2.10.1]
+
+* Fix DCAEGEN2-402
+
 ## [2.10.0]
 
 * Make server url (url to webserver that has static artifacts like json schemas) a configuration parameter
@@ -84,7 +116,7 @@ EDIT: This one addressed the issue in the catalog
 * Update sqlalchemy and catalog to support postgres and remove mysql support. Still compatible with sqlite.
 * Add the `catalog` command used to tap into the shared catalog
 * Change the `component` and the `data_format` command to be for the particular user of the dcae-cli
-* Changes to support component spec v3: folding of the auxilary specs into the component spec and adding of the property artifacts
+* Changes to support component spec v3: folding of the auxiliary specs into the component spec and adding of the property artifacts
 * Add the ability to publish components and data formats
 
 ## [1.6.0]
@@ -116,4 +148,4 @@ EDIT: This one addressed the issue in the catalog
 
 ## [0.11.0]
 
-* Make CDAP Paramaters follow parameters definitions 
+* Make CDAP Parameters follow parameters definitions