Bump version and changelog for release
[osm/N2VC.git] / docs / changelog.rst
1 Change Log
2 ----------
3
4 0.4.2
5 ^^^^^
6 Wed May 10 2017
7
8 * Support (and prefer) per-controller macaroon files (#125)
9
10 0.4.1
11 ^^^^^
12 Wed Apr 27 2017
13
14 * Remove VERSION_MAP and rely on facade list from controller (#118)
15 * Refactor connection task management to avoid cancels (#117)
16 * Refactored login code to better handle redirects (#116)
17
18 0.4.0
19 ^^^^^
20 Wed Apr 19 2017
21
22 * Feature/api version support (#109)
23 * Expanding controller.py with basic user functions, get_models and
24   destroy (#89)
25 * Added Monitor class to Connection. (#105)
26 * Support placement lists (#103)
27 * Include resources from store when deploying (#102)
28 * Allow underscore to dash translation when accessing model
29   attributes (#101)
30 * Added controller to ssh fix. (#100)
31 * Regen schema to pick up missing APIs
32 * Improve error handling
33 * Fix issue where we do not check to make sure that we are receiving the
34   correct response.
35 * Retry calls to charmstore and increase timeout to 5s
36 * Make connect_model and deploy a bit more friendly
37 * Fix model name not including user
38 * Implement Model.get_status
39 * Add integration tests.
40
41 0.3.0
42 ^^^^^
43 Mon Feb 27 2017
44
45 * Fix docstrings for placement directives.
46 * Implement Model.add_machine()
47 * Bug fix - "to" parameter to Model.deploy() was broken
48 * Add docs and examples for adding machines and containers and deploying
49   charms to them.
50 * Make Machine.destroy() block the current coroutine, returning only after
51   the machine is actually removed from the remote model. This is more
52   consistent with the way the other apis work (e.g. Model.deploy(),
53   Application.add_unit(), etc).
54 * Raise NotImplementedError in all unimplemented method stubs instead of
55   silently passing.
56
57 0.2.0
58 ^^^^^
59 Thu Feb 16 2017
60
61 * Add default ssh key to newly created model.
62 * Add loop helpers and simplify examples/deploy.py
63 * Add support for deploying local charms, and bundles containing local charm paths.
64 * Add ability to get cloud name for controller.
65 * Bug fix - fix wrong api used in Model.destroy_unit()
66 * Add error detection in bundle deploy.
67
68 0.1.2
69 ^^^^^
70 Thu Dec 22 2016
71
72 * Bug fix - Include docs in package
73
74 0.1.1
75 ^^^^^
76 Thu Dec 22 2016
77
78 * Bug fix - Include VERSION file in package
79
80 0.1.0
81 ^^^^^
82 Wed Dec 21 2016
83
84 * Initial Release