summaryrefslogtreecommitdiffstats
path: root/cdap/Changelog.md
blob: afd409468bb73ffd4fab8e51288e56d9c815a759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Change Log
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/).

## [14.2.5] - Sep 21 2017
* Use the public pypi version of policy lib

## [14.2.4] - Sep 15 2017
* Add decorator usage to DRY up code

## [14.2.3] - Sep 14 2017
* Remove the raise for status from discovery into tasks, allows for unit testing
* Unit test discovery

## [14.2.2] - MISSING

## [14.2.1] - MISSING

## [14.2.0]
* Integrate with Policy handler. Policy handling for CDAP is done.

## [14.1.0] 
* Merge the broker deleter function into here; no need for separate plugin

## [14.0.2]
* Start a tox/pytest unit test suite

## [14.0.1]
* Type file change to move reconfiguration defaults into the type file so each blueprint doesn't need them. 

## [14.0.0]
* Better type speccing in the type file
* Simplify the component naming
* Remove the unused (after two years) location and service-id properties
* Add more demo blueprints and reconfiguration tests

## [13.0.0]
* Support for data router publication. Data router subscription is a problem, see README.
* Fixes `services_calls` to have the same format as streams. This is an API break but users are aware. 

## [12.1.0]
* Support for message router integration. Data router publish to come in next release.  

## [12.0.1]
* Use "localhost" instead of solutioning Consul host. 

## [12.0.0]
* Add in functions for policy to call (execute_workflows) to reconfigure CDAP applications
* Remove "Selected" Nonsense.

FAILURE TO UPDATE

## [10.0.0]
* Update to support broker API 3.X. This is a breaking change, involving the renaming of Node types
* Cut dependencies over to Nexus