Fixing psycopg2 version
[dcaegen2/platform/cli.git] / dcae-cli / ChangeLog.md
1 # Change Log
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](http://keepachangelog.com/) 
6 and this project adheres to [Semantic Versioning](http://semver.org/).
7
8 ## [2.11.1]
9
10 * Change to policy reconfiguration functions to pass consul_host as a parameter
11
12 ## [2.11.0]
13
14 * Add Policy Configuration Support.
15 * Update and improve the Help Text that is displayed to the user.
16 * Component Spec schema additions for parameters section (policy, volumes).
17 * Component Spec schema updates to make the following required: (designer_editable, sourced_at_deployment, policy_editable).
18
19 ## [2.10.2]
20
21 * Fix dependency conflict with python-consul
22 * Fix psycopg2 warning by requiring psycopg2-binary
23 * Use Docker client from env when checking images
24
25 ## [2.10.1]
26
27 * Fix DCAEGEN2-402
28
29 ## [2.10.0]
30
31 * Make server url (url to webserver that has static artifacts like json schemas) a configuration parameter
32 * Seeding configuration is no longer a fatal issue
33 * Setup database connection via manual user inputs if seed config not there
34 * Seeding profiles is no longer a fatal issue
35 * Dynamically fetch Docker login credentials from Consul to use to authenticate when creating Docker client.
36 * Make docker login key into a configuration param
37 * Clean up the hard coupling to the user configuration particularly in the discovery module
38
39 ## [2.9.0]
40
41 * Add data format generate command
42 * Fix issue with data router config keys
43
44 ## [2.8.1]
45
46 * Improve error message when inputs map is missing item. Show the specific parameters that are causing issues.
47
48 ## [2.8.0]
49
50 * Enhance to support parameters that are sourced at deployment
51 * Provide new command line arg --inputs-file
52 * Use inputs file to bind values to generated configuration for parameters that have been specified to be `sourced_at_deployment` true.
53
54 ## [2.7.0]
55
56 * Rip out Docker related code and use common python-dockering library
57     - Using 1.2.0 of python-dockering supports Docker exec based health checks
58 * Add support for volumes
59 * Add support for special DNS configuration in Docker containers to enable use of Consul DNS interface
60
61 ## [2.6.0]
62
63 * Use port mappings from component spec when running Docker containers
64
65 ## [2.5.0]
66
67 * Define the data structure for the input dmaap map items for data router that are passed in `--dmaap-file`. Enhance the json schema.
68 * Create the appropriate delivery url
69 * Enhance spec validation for cdap. Throw error when cdap specs have data router subscribes.
70 * Verify container is up in order to construct and to display data router subscriber delivery urls
71
72 ## [2.4.0]
73
74 * Define the data structure for the input dmaap map items that are passed in `--dmaap-file`. Create and use json schema for validation and applying defaults.
75 * Group config keys by `streams_publishes`, `streams_subscribes`, and `services_calls` in generating the application config for both Docker and CDAP
76
77 ## [2.3.2]
78
79 * Fix issue where components with dashes can't be found when running components that depend upon them. This one addressed the issue in the catalog and in the config creation part of discovery.
80 * Fix misleading "missing downstream component" warning that should be an error.
81
82 ## [2.3.1]
83
84 * Fix issue where components with dashes can't be found when running components that depend upon them.
85 EDIT: This one addressed the issue in the catalog
86
87 ## [2.3.0]
88
89 * Enhance the `component dev` command to print all the environment variables needed to work with the platform for development
90 * Display the component type in the `catalog list` view
91
92 ## [2.2.0]
93
94 * Add fields `cli_version` and `schema_path` to both the components and data formats tables to be used as metadata which can be used for debugging.
95
96 ## [2.1.0]
97
98 * (Re)Initialize both config and profiles by first grabbing files from Nexus
99 * Change `--reinit` to be eager and to be used to reinit config and profiles
100 * Remove *default* profile
101 * Replace the use of backports.tempfile with a combo of pytest `tmpdir` and `monkeypatch`
102
103 ## [2.0.0]
104
105 * Update sqlalchemy and catalog to support postgres and remove mysql support. Still compatible with sqlite.
106 * Add the `catalog` command used to tap into the shared catalog
107 * Change the `component` and the `data_format` command to be for the particular user of the dcae-cli
108 * Changes to support component spec v3: folding of the auxiliary specs into the component spec and adding of the property artifacts
109 * Add the ability to publish components and data formats
110
111 ## [1.6.0]
112
113 * Enhance `component run` to take in dmaap json using the `--dmaap-file` option. This is used to generate configuration that will provide client-side dmaap configuration.
114
115 ## [1.5.0]
116
117 * Enhance `component dev` to take in dmaap json using the `--dmaap-file` option. This is used to generate configuration that will provide client-side dmaap configuration.
118 * Make json schema remote file paths configurable.
119
120 ## [1.4.0]
121
122 * Enhance component list view to show running instances. The standard view shows number of deployments associated with a component and an expanded view that show details of those deployments.
123
124 ## [1.3.0]
125
126 * Fix queries to find unhealthy and defective instances to force dashes to be dots to ensure proper matching
127
128 ## [1.2.0]
129
130 * Expand the undeploy command to include undeploying defective instances
131 * Remove suffix from name to fix mis-naming
132
133 ## [0.12.0]
134
135 * Go back to setting of uid, expose setting of db url
136 * Add ability to *reinit* configuration via `--reinit`
137
138 ## [0.11.0]
139
140 * Make CDAP Parameters follow parameters definitions