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